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() |
Set<String> |
getSupportedState(FlowNodeType nodeType) |
void |
setProcessExecutor(ProcessExecutor processExecutor) |
FlowNodeState getNextNormalState(SProcessDefinition processDefinition, SFlowNodeInstance flowNodeInstance, int currentStateId) throws SActivityExecutionException
SActivityExecutionExceptionFlowNodeState getFailedState()
FlowNodeState getState(int stateId)
Set<String> getSupportedState(FlowNodeType nodeType)
void setProcessExecutor(ProcessExecutor processExecutor)
StateBehaviors getStateBehaviors()
FlowNodeState getFirstState(SFlowNodeType nodeType)
Copyright © 2019 Bonitasoft S.A.. All rights reserved.