Uses of Interface
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
-
-
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.behavior
-
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime declared as CaseExecutionState Modifier and Type Field Description protected CaseExecutionState
CaseExecutionQueryImpl. state
protected CaseExecutionState
CaseInstanceQueryImpl. state
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseExecutionState Modifier and Type Method Description CaseExecutionState
CaseExecutionQueryImpl. getState()
CaseExecutionState
CaseInstanceQueryImpl. getState()
-
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.execution
Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement CaseExecutionState Modifier and Type Class Description static class
CaseExecutionState.CaseExecutionStateImpl
Fields in org.camunda.bpm.engine.impl.cmmn.execution with type parameters of type CaseExecutionState Modifier and Type Field Description static Map<Integer,CaseExecutionState>
CaseExecutionState. CASE_EXECUTION_STATES
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CaseExecutionState Modifier and Type Method Description CaseExecutionState
CmmnActivityExecution. getCurrentState()
Returns thecurrent state
ofthis
case execution.CaseExecutionState
CmmnExecution. getCurrentState()
CaseExecutionState
CmmnActivityExecution. getPreviousState()
Returns theprevious state
ofthis
case execution.CaseExecutionState
CmmnExecution. getPreviousState()
static CaseExecutionState
CaseExecutionState.CaseExecutionStateImpl. getStateForCode(Integer stateCode)
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CaseExecutionState Modifier and Type Method Description void
CmmnActivityExecution. setCurrentState(CaseExecutionState currentState)
Sets the givenstate
as the current state ofthis
case execution.void
CmmnExecution. setCurrentState(CaseExecutionState currentState)
-
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.operation
Methods in org.camunda.bpm.engine.impl.cmmn.operation that return CaseExecutionState Modifier and Type Method Description protected CaseExecutionState
AbstractAtomicOperationCaseExecutionResume. getPreviousState(CmmnExecution execution)
protected abstract CaseExecutionState
AbstractAtomicOperationCaseExecutionSuspending. getSuspendingState()
protected CaseExecutionState
AtomicOperationCaseExecutionSuspendingOnParentSuspension. getSuspendingState()
protected CaseExecutionState
AtomicOperationCaseExecutionSuspendingOnSuspension. getSuspendingState()
protected abstract CaseExecutionState
AbstractAtomicOperationCaseExecutionTerminating. getTerminatingState()
protected CaseExecutionState
AtomicOperationCaseExecutionTerminatingOnExit. getTerminatingState()
protected CaseExecutionState
AtomicOperationCaseExecutionTerminatingOnParentTermination. getTerminatingState()
protected CaseExecutionState
AtomicOperationCaseExecutionTerminatingOnTermination. getTerminatingState()
-