Interface WorkflowAction
- All Superinterfaces:
WorkflowEntity
- All Known Implementing Classes:
WorkflowActionInstance,WorkflowActionTemplate
Represents a Workflow's Action - Template Action or Action
-
Method Summary
-
Method Details
-
getModel
AbstractWorkflowActionModel getModel()- Specified by:
getModelin interfaceWorkflowEntity- Returns:
- model of
WorkflowAction
-
getDecisions
Collection<WorkflowDecision> getDecisions()- Returns:
- returns
WorkflowDecisions which belongs toWorkflowAction
-
getIncomingDecisions
Collection<WorkflowDecision> getIncomingDecisions()- Returns:
- returns incoming
WorkflowDecisions which belongs toWorkflowAction
-
getIncomingLinks
Collection<WorkflowLink> getIncomingLinks()- Returns:
- returns incoming
LinkModels which belongs toWorkflowAction
-
getActionType
WorkflowActionType getActionType()- Returns:
WorkflowActionTypeofWorkflowAction
-