| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstanceService.setState(SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstancesServiceImpl.setState(SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstanceBuilder |
SFlowNodeInstanceBuilder.setState(FlowNodeState state) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstanceBuilder |
SFlowNodeInstanceBuilderImpl.setState(FlowNodeState state) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<SFlowNodeType,Map<Integer,FlowNodeState>> |
FlowNodeStateManagerImpl.abortTransitions |
protected Map<SFlowNodeType,Map<Integer,FlowNodeState>> |
FlowNodeStateManagerImpl.cancelTransitions |
protected Map<SFlowNodeType,Map<Integer,FlowNodeState>> |
FlowNodeStateManagerImpl.normalTransitions |
protected Map<Integer,FlowNodeState> |
FlowNodeStateManagerImpl.states |
protected Map<Integer,FlowNodeState> |
NormalStateTransitionsManager.stateTransitions |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeState |
ProcessExecutorImpl.executeFlowNode(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId) |
FlowNodeState |
FlowNodeExecutorImpl.executeFlowNode(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId) |
FlowNodeState |
ContainerExecutor.executeFlowNode(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId)
Execute a flow node in the context of this container executor
|
FlowNodeState |
FlowNodeStateManagerImpl.getFailedState() |
FlowNodeState |
FlowNodeStateManagerImpl.getFirstState(SFlowNodeType nodeType) |
FlowNodeState |
FlowNodeStateManagerImpl.getNextNormalState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
int currentStateId) |
FlowNodeState |
NormalStateTransitionsManager.getNextState(FlowNodeState currentState) |
protected FlowNodeState |
NormalStateTransitionsManager.getNextStateFromMap(FlowNodeState currentState) |
protected FlowNodeState |
ExceptionalStateTransitionsManager.getNextStateFromMap(FlowNodeState currentState) |
FlowNodeState |
FlowNodeStateManagerImpl.getState(int stateId) |
FlowNodeState |
FlowNodeExecutorImpl.stepForward(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId) |
FlowNodeState |
FlowNodeExecutor.stepForward(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId) |
| Modifier and Type | Method and Description |
|---|---|
StateCode |
FlowNodeExecutorImpl.executeState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
StateCode |
FlowNodeExecutor.executeState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
FlowNodeState |
NormalStateTransitionsManager.getNextState(FlowNodeState currentState) |
protected FlowNodeState |
NormalStateTransitionsManager.getNextStateFromMap(FlowNodeState currentState) |
protected FlowNodeState |
ExceptionalStateTransitionsManager.getNextStateFromMap(FlowNodeState currentState) |
| Constructor and Description |
|---|
ExceptionalStateTransitionsManager(Map<Integer,FlowNodeState> stateTransitions,
SFlowNodeInstance flowNodeInstance) |
NormalStateTransitionsManager(Map<Integer,FlowNodeState> stateTransitions,
SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeState |
FlowNodeStateManager.getFailedState() |
FlowNodeState |
FlowNodeStateManager.getFirstState(SFlowNodeType nodeType) |
FlowNodeState |
FlowNodeStateManager.getNextNormalState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
int currentStateId) |
FlowNodeState |
FlowNodeStateManager.getState(int stateId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.