Class BoundaryEventStates
- java.lang.Object
-
- org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
-
- org.bonitasoft.engine.execution.transition.BoundaryEventStates
-
@Component public class BoundaryEventStates extends FlowNodeStateSequences
-
-
Constructor Summary
Constructors Constructor Description BoundaryEventStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, WaitingFlowNodeState waiting, InitializingBoundaryEventState initializingBoundaryEvent, ExecutingBoundaryEventState executingBoundaryEvent)
-
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
-
BoundaryEventStates
public BoundaryEventStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, WaitingFlowNodeState waiting, InitializingBoundaryEventState initializingBoundaryEvent, ExecutingBoundaryEventState executingBoundaryEvent)
-
-
Method Detail
-
getFlowNodeType
public SFlowNodeType getFlowNodeType()
- Specified by:
getFlowNodeTypein classFlowNodeStateSequences
-
-