public interface FlowNodeStateManager
| Modifier and Type | Method and Description |
|---|---|
FlowNodeState |
getFailedState() |
FlowNodeState |
getFirstState(SFlowNodeType nodeType) |
FlowNodeState |
getNextNormalState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
int currentStateId) |
FlowNodeState |
getState(int stateId) |
StateBehaviors |
getStateBehaviors() |
java.util.Set<java.lang.String> |
getSupportedState(org.bonitasoft.engine.bpm.flownode.FlowNodeType nodeType) |
void |
setProcessExecutor(ProcessExecutor processExecutor) |
FlowNodeState getNextNormalState(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance, int currentStateId) throws SActivityExecutionException
SActivityExecutionExceptionFlowNodeState getFailedState()
FlowNodeState getState(int stateId)
java.util.Set<java.lang.String> getSupportedState(org.bonitasoft.engine.bpm.flownode.FlowNodeType nodeType)
void setProcessExecutor(ProcessExecutor processExecutor)
StateBehaviors getStateBehaviors()
FlowNodeState getFirstState(SFlowNodeType nodeType)