| 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 | 
CmmnActivityExecution.getCurrentState()
Returns the  
current state of this
 case execution. | 
CaseExecutionState | 
CmmnExecution.getCurrentState()  | 
CaseExecutionState | 
CmmnActivityExecution.getPreviousState()
Returns the  
previous state of this
 case execution. | 
CaseExecutionState | 
CmmnExecution.getPreviousState()  | 
static CaseExecutionState | 
CaseExecutionState.CaseExecutionStateImpl.getStateForCode(Integer stateCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CmmnActivityExecution.setCurrentState(CaseExecutionState currentState)
Sets the given  
state as the
 current state of this case execution. | 
void | 
CmmnExecution.setCurrentState(CaseExecutionState currentState)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CaseExecutionState | 
AbstractAtomicOperationCaseExecutionResume.getPreviousState(CmmnExecution execution)  | 
protected abstract CaseExecutionState | 
AbstractAtomicOperationCaseExecutionSuspending.getSuspendingState()  | 
protected CaseExecutionState | 
AtomicOperationCaseExecutionSuspendingOnSuspension.getSuspendingState()  | 
protected CaseExecutionState | 
AtomicOperationCaseExecutionSuspendingOnParentSuspension.getSuspendingState()  | 
protected CaseExecutionState | 
AtomicOperationCaseExecutionTerminatingOnParentTermination.getTerminatingState()  | 
protected CaseExecutionState | 
AtomicOperationCaseExecutionTerminatingOnExit.getTerminatingState()  | 
protected CaseExecutionState | 
AtomicOperationCaseExecutionTerminatingOnTermination.getTerminatingState()  | 
protected abstract CaseExecutionState | 
AbstractAtomicOperationCaseExecutionTerminating.getTerminatingState()  | 
Copyright © 2019. All rights reserved.