Class WorkflowInstance
- java.lang.Object
-
- com.hybris.backoffice.workflow.designer.pojo.WorkflowInstance
-
-
Constructor Summary
Constructors Constructor Description WorkflowInstance(WorkflowModel workflowModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Collection<WorkflowAction>getActions()WorkflowModelgetModel()inthashCode()
-
-
-
Constructor Detail
-
WorkflowInstance
public WorkflowInstance(WorkflowModel workflowModel)
-
-
Method Detail
-
getModel
public WorkflowModel getModel()
- Specified by:
getModelin interfaceWorkflow- Returns:
WorkflowModelorWorkflowTemplateModel
-
getActions
public java.util.Collection<WorkflowAction> getActions()
- Specified by:
getActionsin interfaceWorkflow- Returns:
WorkflowActions which belongs to givenWorkflow.getModel()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-