Class EndEventStates
- java.lang.Object
-
- org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
-
- org.bonitasoft.engine.execution.transition.EndEventStates
-
@Component public class EndEventStates extends FlowNodeStateSequences
-
-
Constructor Summary
Constructors Constructor Description EndEventStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, AbortingFlowNodeState abortingFlowNode, CancellingFlowNodeState cancellingFlowNode, ExecutingThrowEventState executingThrowEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SFlowNodeTypegetFlowNodeType()-
Methods inherited from class org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
defineAbortSequence, defineCancelSequence, defineNormalSequence, getFirstState, getStateAfter, getSupportedStates
-
-
-
-
Constructor Detail
-
EndEventStates
@Autowired public EndEventStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, AbortingFlowNodeState abortingFlowNode, CancellingFlowNodeState cancellingFlowNode, ExecutingThrowEventState executingThrowEvent)
-
-
Method Detail
-
getFlowNodeType
public SFlowNodeType getFlowNodeType()
- Specified by:
getFlowNodeTypein classFlowNodeStateSequences
-
-