Class WorkflowActionInstance
- java.lang.Object
-
- com.hybris.backoffice.workflow.designer.pojo.WorkflowActionInstance
-
- All Implemented Interfaces:
WorkflowAction,WorkflowEntity
public class WorkflowActionInstance extends java.lang.Object implements WorkflowAction
Represents Workflow Action of Workflow Instance
-
-
Constructor Summary
Constructors Constructor Description WorkflowActionInstance(WorkflowActionModel workflowActionModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)WorkflowActionTypegetActionType()java.util.Collection<WorkflowDecision>getDecisions()java.util.Collection<WorkflowDecision>getIncomingDecisions()java.util.Collection<WorkflowLink>getIncomingLinks()WorkflowActionModelgetModel()inthashCode()
-
-
-
Constructor Detail
-
WorkflowActionInstance
public WorkflowActionInstance(WorkflowActionModel workflowActionModel)
-
-
Method Detail
-
getModel
public WorkflowActionModel getModel()
- Specified by:
getModelin interfaceWorkflowAction- Specified by:
getModelin interfaceWorkflowEntity- Returns:
- model of
WorkflowAction
-
getDecisions
public java.util.Collection<WorkflowDecision> getDecisions()
- Specified by:
getDecisionsin interfaceWorkflowAction- Returns:
- returns
WorkflowDecisions which belongs toWorkflowAction
-
getIncomingDecisions
public java.util.Collection<WorkflowDecision> getIncomingDecisions()
- Specified by:
getIncomingDecisionsin interfaceWorkflowAction- Returns:
- returns incoming
WorkflowDecisions which belongs toWorkflowAction
-
getIncomingLinks
public java.util.Collection<WorkflowLink> getIncomingLinks()
- Specified by:
getIncomingLinksin interfaceWorkflowAction- Returns:
- returns incoming
LinkModels which belongs toWorkflowAction
-
getActionType
public WorkflowActionType getActionType()
- Specified by:
getActionTypein interfaceWorkflowAction- Returns:
WorkflowActionTypeofWorkflowAction
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-