Class IntermediateCatchEventStates
- java.lang.Object
-
- org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
-
- org.bonitasoft.engine.execution.transition.IntermediateCatchEventStates
-
@Component public class IntermediateCatchEventStates extends FlowNodeStateSequences
-
-
Constructor Summary
Constructors Constructor Description IntermediateCatchEventStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, CancellingBoundaryAndIntermediateCatchEventState cancelingBoundaryAndIntermediateCatchEvent, ExecutingFlowNodeState executing, InitializingActivityState initializing, WaitingFlowNodeState waiting, AbortingBoundaryAndIntermediateCatchEventState abortingBoundaryAndIntermediateCatchEvent)
-
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
-
IntermediateCatchEventStates
public IntermediateCatchEventStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, CancellingBoundaryAndIntermediateCatchEventState cancelingBoundaryAndIntermediateCatchEvent, ExecutingFlowNodeState executing, InitializingActivityState initializing, WaitingFlowNodeState waiting, AbortingBoundaryAndIntermediateCatchEventState abortingBoundaryAndIntermediateCatchEvent)
-
-
Method Detail
-
getFlowNodeType
public SFlowNodeType getFlowNodeType()
- Specified by:
getFlowNodeTypein classFlowNodeStateSequences
-
-