Class WorkflowActionTemplate
java.lang.Object
com.hybris.backoffice.workflow.designer.pojo.WorkflowActionTemplate
- All Implemented Interfaces:
WorkflowAction,WorkflowEntity
Represents Workflow Action of Workflow Template
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowActionTemplate(WorkflowActionTemplateModel workflowActionTemplateModel) -
Method Summary
-
Constructor Details
-
WorkflowActionTemplate
-
-
Method Details
-
getModel
- Specified by:
getModelin interfaceWorkflowAction- Specified by:
getModelin interfaceWorkflowEntity- Returns:
- model of
WorkflowAction
-
getDecisions
- Specified by:
getDecisionsin interfaceWorkflowAction- Returns:
- returns
WorkflowDecisions which belongs toWorkflowAction
-
getIncomingDecisions
- Specified by:
getIncomingDecisionsin interfaceWorkflowAction- Returns:
- returns incoming
WorkflowDecisions which belongs toWorkflowAction
-
getIncomingLinks
- Specified by:
getIncomingLinksin interfaceWorkflowAction- Returns:
- returns incoming
LinkModels which belongs toWorkflowAction
-
getActionType
- Specified by:
getActionTypein interfaceWorkflowAction- Returns:
WorkflowActionTypeofWorkflowAction
-
equals
-
hashCode
public int hashCode()
-