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 CaseExecutionStateCaseExecutionQueryImpl. stateprotected CaseExecutionStateCaseInstanceQueryImpl. stateMethods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseExecutionState Modifier and Type Method Description CaseExecutionStateCaseExecutionQueryImpl. getState()CaseExecutionStateCaseInstanceQueryImpl. 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 classCaseExecutionState.CaseExecutionStateImplFields 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_STATESMethods in org.camunda.bpm.engine.impl.cmmn.execution that return CaseExecutionState Modifier and Type Method Description CaseExecutionStateCmmnActivityExecution. getCurrentState()Returns thecurrent stateofthiscase execution.CaseExecutionStateCmmnExecution. getCurrentState()CaseExecutionStateCmmnActivityExecution. getPreviousState()Returns theprevious stateofthiscase execution.CaseExecutionStateCmmnExecution. getPreviousState()static CaseExecutionStateCaseExecutionState.CaseExecutionStateImpl. getStateForCode(Integer stateCode)Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CaseExecutionState Modifier and Type Method Description voidCmmnActivityExecution. setCurrentState(CaseExecutionState currentState)Sets the givenstateas the current state ofthiscase execution.voidCmmnExecution. 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 CaseExecutionStateAbstractAtomicOperationCaseExecutionResume. getPreviousState(CmmnExecution execution)protected abstract CaseExecutionStateAbstractAtomicOperationCaseExecutionSuspending. getSuspendingState()protected CaseExecutionStateAtomicOperationCaseExecutionSuspendingOnParentSuspension. getSuspendingState()protected CaseExecutionStateAtomicOperationCaseExecutionSuspendingOnSuspension. getSuspendingState()protected abstract CaseExecutionStateAbstractAtomicOperationCaseExecutionTerminating. getTerminatingState()protected CaseExecutionStateAtomicOperationCaseExecutionTerminatingOnExit. getTerminatingState()protected CaseExecutionStateAtomicOperationCaseExecutionTerminatingOnParentTermination. getTerminatingState()protected CaseExecutionStateAtomicOperationCaseExecutionTerminatingOnTermination. getTerminatingState()
-