Interface WorkflowEntity
-
- All Known Subinterfaces:
WorkflowAction,WorkflowDecision
- All Known Implementing Classes:
WorkflowActionInstance,WorkflowActionTemplate,WorkflowDecisionInstance,WorkflowDecisionTemplate,WorkflowLink
public interface WorkflowEntityRepresents a Workflow's element which can be visualized - Template Action, Template Decision, Decision, Action and Link
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemModelgetModel()
-
-
-
Method Detail
-
getModel
ItemModel getModel()
- Returns:
- model of
WorkflowEntity
-
-