Class SubProcessActivityTaskStates
- java.lang.Object
-
- org.bonitasoft.engine.execution.transition.FlowNodeStateSequences
-
- org.bonitasoft.engine.execution.transition.SubProcessActivityTaskStates
-
@Component public class SubProcessActivityTaskStates extends FlowNodeStateSequences
-
-
Constructor Summary
Constructors Constructor Description SubProcessActivityTaskStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, ExecutingCallActivityState executingCallActivity, AbortingCallActivityState abortingCallActivity, CancellingCallActivityState cancellingCallActivity)
-
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
-
SubProcessActivityTaskStates
public SubProcessActivityTaskStates(CompletedActivityState completed, AbortedFlowNodeState aborted, CancelledFlowNodeState cancelled, ExecutingCallActivityState executingCallActivity, AbortingCallActivityState abortingCallActivity, CancellingCallActivityState cancellingCallActivity)
-
-
Method Detail
-
getFlowNodeType
public SFlowNodeType getFlowNodeType()
- Specified by:
getFlowNodeTypein classFlowNodeStateSequences
-
-