Uses of Enum Class
org.operaton.bpm.engine.impl.cmmn.execution.CaseExecutionState
Packages that use CaseExecutionState
Package
Description
-
Uses of CaseExecutionState in org.operaton.bpm.engine.impl.cmmn.behavior
Methods in org.operaton.bpm.engine.impl.cmmn.behavior with parameters of type CaseExecutionStateModifier and TypeMethodDescriptionprotected voidPlanItemDefinitionActivityBehavior.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.operaton.bpm.engine.impl.cmmn.entity.runtime
Fields in org.operaton.bpm.engine.impl.cmmn.entity.runtime declared as CaseExecutionStateModifier and TypeFieldDescriptionprotected CaseExecutionStateCaseExecutionQueryImpl.stateprotected CaseExecutionStateCaseInstanceQueryImpl.stateMethods in org.operaton.bpm.engine.impl.cmmn.entity.runtime that return CaseExecutionState -
Uses of CaseExecutionState in org.operaton.bpm.engine.impl.cmmn.execution
Methods in org.operaton.bpm.engine.impl.cmmn.execution that return CaseExecutionStateModifier and TypeMethodDescriptionstatic CaseExecutionStateCaseExecutionState.forStatusCode(int statusCode) CmmnActivityExecution.getCurrentState()Returns thecurrent stateofthiscase execution.CmmnExecution.getCurrentState()CmmnActivityExecution.getPreviousState()Returns theprevious stateofthiscase execution.CmmnExecution.getPreviousState()static CaseExecutionStateReturns the enum constant of this class with the specified name.static CaseExecutionState[]CaseExecutionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.operaton.bpm.engine.impl.cmmn.execution with parameters of type CaseExecutionStateModifier and TypeMethodDescriptionvoidCmmnActivityExecution.setCurrentState(CaseExecutionState currentState) Sets the givenstateas the current state ofthiscase execution.voidCmmnExecution.setCurrentState(CaseExecutionState currentState) -
Uses of CaseExecutionState in org.operaton.bpm.engine.impl.cmmn.operation
Methods in org.operaton.bpm.engine.impl.cmmn.operation that return CaseExecutionStateModifier and TypeMethodDescriptionprotected 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()