Class ManualTaskStates
java.lang.Object
org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
org.bonitasoft.engine.execution.transition.ManualTaskStates
-
Constructor Summary
ConstructorsConstructorDescriptionManualTaskStates(InitializingActivityState initializing, ReadyActivityState ready, AbortingSubTaskState abortingSubTaskState, CompletedActivityState completed, AbortingFlowNodeContainerState abortingContainer, AbortedFlowNodeState aborted, CancellingFlowNodeContainerChildrenState cancellingContainer, CancelledFlowNodeState cancelled) -
Method Summary
Methods inherited from class org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
defineAbortSequence, defineCancelSequence, defineNormalSequence, getFirstState, getStateAfter, getSupportedStates
-
Constructor Details
-
ManualTaskStates
public ManualTaskStates(InitializingActivityState initializing, ReadyActivityState ready, AbortingSubTaskState abortingSubTaskState, CompletedActivityState completed, @Qualifier("abortingFlowNodeContainerState") AbortingFlowNodeContainerState abortingContainer, AbortedFlowNodeState aborted, CancellingFlowNodeContainerChildrenState cancellingContainer, CancelledFlowNodeState cancelled)
-
-
Method Details
-
getFlowNodeType
- Specified by:
getFlowNodeTypein classFlowNodeStateSequences
-