Uses of Interface
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
Package
Description
-
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.behavior
Modifier and TypeMethodDescriptionprotected void
PlanItemDefinitionActivityBehavior.ensureTransitionAllowed
(CmmnActivityExecution execution, CaseExecutionState expected, CaseExecutionState target, String transition) CmmnBehaviorLogger.isAlreadyInStateException
(String transition, String id, CaseExecutionState state) CmmnBehaviorLogger.remainingChildException
(String transition, String id, String childId, CaseExecutionState childState) CmmnBehaviorLogger.suspendCaseException
(String id, CaseExecutionState currentState) CmmnBehaviorLogger.terminateCaseException
(String id, CaseExecutionState currentState) CmmnBehaviorLogger.transitCaseException
(String transition, String id, CaseExecutionState currentState) CmmnBehaviorLogger.unexpectedStateException
(String transition, String id, CaseExecutionState expectedState, CaseExecutionState currentState) -
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Modifier and TypeFieldDescriptionprotected CaseExecutionState
CaseExecutionQueryImpl.state
protected CaseExecutionState
CaseInstanceQueryImpl.state
-
Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.execution
Modifier and TypeFieldDescriptionstatic final CaseExecutionState
CaseExecutionState.ACTIVE
static final CaseExecutionState
CaseExecutionState.AVAILABLE
static final CaseExecutionState
CaseExecutionState.CLOSED
static final CaseExecutionState
CaseExecutionState.COMPLETED
static final CaseExecutionState
CaseExecutionState.DISABLED
static final CaseExecutionState
CaseExecutionState.ENABLED
static final CaseExecutionState
CaseExecutionState.FAILED
static final CaseExecutionState
CaseExecutionState.NEW
static final CaseExecutionState
CaseExecutionState.SUSPENDED
static final CaseExecutionState
CaseExecutionState.SUSPENDING_ON_PARENT_SUSPENSION
static final CaseExecutionState
CaseExecutionState.SUSPENDING_ON_SUSPENSION
static final CaseExecutionState
CaseExecutionState.TERMINATED
static final CaseExecutionState
CaseExecutionState.TERMINATING_ON_EXIT
static final CaseExecutionState
CaseExecutionState.TERMINATING_ON_PARENT_TERMINATION
static final CaseExecutionState
CaseExecutionState.TERMINATING_ON_TERMINATION
Modifier and TypeFieldDescriptionstatic final Map<Integer,
CaseExecutionState> CaseExecutionState.CASE_EXECUTION_STATES
Modifier and TypeMethodDescriptionCmmnActivityExecution.getCurrentState()
Returns thecurrent state
ofthis
case execution.CmmnExecution.getCurrentState()
CmmnActivityExecution.getPreviousState()
Returns theprevious state
ofthis
case execution.CmmnExecution.getPreviousState()
static CaseExecutionState
CaseExecutionState.CaseExecutionStateImpl.getStateForCode
(Integer stateCode) Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionprotected 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()