Modifier and Type | Method and Description |
---|---|
protected void |
PlanItemDefinitionActivityBehavior.ensureTransitionAllowed(CmmnActivityExecution execution,
CaseExecutionState expected,
CaseExecutionState target,
String transition) |
Modifier and Type | Field and Description |
---|---|
protected CaseExecutionState |
CaseExecutionQueryImpl.state |
protected CaseExecutionState |
CaseInstanceQueryImpl.state |
Modifier and Type | Method and Description |
---|---|
CaseExecutionState |
CaseExecutionQueryImpl.getState() |
CaseExecutionState |
CaseInstanceQueryImpl.getState() |
Modifier and Type | Class and Description |
---|---|
static class |
CaseExecutionState.CaseExecutionStateImpl |
Modifier and Type | Field and Description |
---|---|
static Map<Integer,CaseExecutionState> |
CaseExecutionState.CASE_EXECUTION_STATES |
Modifier and Type | Method and Description |
---|---|
CaseExecutionState |
CmmnExecution.getCurrentState() |
CaseExecutionState |
CmmnActivityExecution.getCurrentState()
Returns the
current state of this
case execution. |
CaseExecutionState |
CmmnExecution.getPreviousState() |
CaseExecutionState |
CmmnActivityExecution.getPreviousState()
Returns the
previous state of this
case execution. |
static CaseExecutionState |
CaseExecutionState.CaseExecutionStateImpl.getStateForCode(Integer stateCode) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnExecution.setCurrentState(CaseExecutionState currentState) |
void |
CmmnActivityExecution.setCurrentState(CaseExecutionState currentState)
Sets the given
state as the
current state of this case execution. |
Modifier and Type | Method and Description |
---|---|
protected CaseExecutionState |
AbstractAtomicOperationCaseExecutionResume.getPreviousState(CmmnExecution execution) |
protected CaseExecutionState |
AtomicOperationCaseExecutionSuspendingOnSuspension.getSuspendingState() |
protected CaseExecutionState |
AtomicOperationCaseExecutionSuspendingOnParentSuspension.getSuspendingState() |
protected abstract CaseExecutionState |
AbstractAtomicOperationCaseExecutionSuspending.getSuspendingState() |
protected abstract CaseExecutionState |
AbstractAtomicOperationCaseExecutionTerminating.getTerminatingState() |
protected CaseExecutionState |
AtomicOperationCaseExecutionTerminatingOnExit.getTerminatingState() |
protected CaseExecutionState |
AtomicOperationCaseExecutionTerminatingOnTermination.getTerminatingState() |
protected CaseExecutionState |
AtomicOperationCaseExecutionTerminatingOnParentTermination.getTerminatingState() |
Copyright © 2018. All rights reserved.