Interface Workflow
-
- All Known Implementing Classes:
WorkflowInstance,WorkflowTemplate
public interface WorkflowRepresents POJO which encapsulatesWorkflowModelorWorkflowTemplateModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<WorkflowAction>getActions()ItemModelgetModel()
-
-
-
Method Detail
-
getModel
ItemModel getModel()
- Returns:
WorkflowModelorWorkflowTemplateModel
-
getActions
java.util.Collection<WorkflowAction> getActions()
- Returns:
WorkflowActions which belongs to givengetModel()
-
-