Class ManualTaskStates
- java.lang.Object
-
- org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
-
- org.bonitasoft.engine.execution.transition.ManualTaskStates
-
@Component public class ManualTaskStates extends FlowNodeStateSequences
-
-
Constructor Summary
Constructors Constructor Description ManualTaskStates(InitializingActivityState initializing, ReadyActivityState ready, AbortingSubTaskState abortingSubTaskState, CompletedActivityState completed, AbortingFlowNodeContainerState abortingContainer, AbortedFlowNodeState aborted, CancellingFlowNodeContainerChildrenState cancellingContainer, CancelledFlowNodeState cancelled)
-
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
-
ManualTaskStates
public ManualTaskStates(InitializingActivityState initializing, ReadyActivityState ready, AbortingSubTaskState abortingSubTaskState, CompletedActivityState completed, @Qualifier("abortingFlowNodeContainerState") AbortingFlowNodeContainerState abortingContainer, AbortedFlowNodeState aborted, CancellingFlowNodeContainerChildrenState cancellingContainer, CancelledFlowNodeState cancelled)
-
-
Method Detail
-
getFlowNodeType
public SFlowNodeType getFlowNodeType()
- Specified by:
getFlowNodeTypein classFlowNodeStateSequences
-
-