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