public interface FlowNodeStateManager
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState |
getFailedState() |
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState |
getFirstState(SFlowNodeType nodeType) |
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState |
getNextNormalState(SProcessDefinition processDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance,
int currentStateId) |
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState |
getState(int stateId) |
StateBehaviors |
getStateBehaviors() |
Set<String> |
getSupportedState(FlowNodeType nodeType) |
void |
setProcessExecutor(ProcessExecutor processExecutor) |
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState getNextNormalState(SProcessDefinition processDefinition, org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance, int currentStateId) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityExecutionException
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityExecutionExceptionorg.bonitasoft.engine.core.process.instance.api.states.FlowNodeState getFailedState()
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState getState(int stateId)
Set<String> getSupportedState(FlowNodeType nodeType)
void setProcessExecutor(ProcessExecutor processExecutor)
StateBehaviors getStateBehaviors()
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState getFirstState(SFlowNodeType nodeType)
Copyright © 2015 Bonitasoft S.A.. All rights reserved.