Interface FlowNodeStateManager
- All Known Implementing Classes:
FlowNodeStateManagerImpl
public interface FlowNodeStateManager
- Author:
- Baptiste Mesta, Yanyan Liu, Matthieu Chaffotte, Elias Ricken de Medeiros, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptiongetFirstState(SFlowNodeType nodeType) getNextState(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance, int currentStateId) getState(int stateId) getSupportedState(SFlowNodeType nodeType)
-
Method Details
-
getNextState
FlowNodeState getNextState(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance, int currentStateId) throws SActivityExecutionException - Throws:
SActivityExecutionException
-
getState
-
getSupportedState
-
getStateBehaviors
StateBehaviors getStateBehaviors() -
getFirstState
-