Interface WorkflowIntegrationDao
-
- All Known Implementing Classes:
DefaultWorkflowIntegrationDao
public interface WorkflowIntegrationDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowTemplateModelgetWorkflowTemplateModelById(java.lang.String id)search for workflow by id
-
-
-
Method Detail
-
getWorkflowTemplateModelById
WorkflowTemplateModel getWorkflowTemplateModelById(java.lang.String id)
search for workflow by id- Parameters:
id- id- Returns:
- workflow
-
-