|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
protected CaseExecutionState |
CaseExecutionQueryImpl.state
|
protected CaseExecutionState |
CaseInstanceQueryImpl.state
|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseExecutionState | |
|---|---|
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 | |
|---|---|
static class |
CaseExecutionState.CaseExecutionStateImpl
|
| Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as CaseExecutionState | |
|---|---|
static CaseExecutionState |
CaseExecutionState.ACTIVE
|
static CaseExecutionState |
CaseExecutionState.AVAILABLE
|
static CaseExecutionState |
CaseExecutionState.CLOSED
|
static CaseExecutionState |
CaseExecutionState.COMPLETED
|
static CaseExecutionState |
CaseExecutionState.DISABLED
|
static CaseExecutionState |
CaseExecutionState.ENABLED
|
static CaseExecutionState |
CaseExecutionState.FAILED
|
static CaseExecutionState |
CaseExecutionState.NEW
|
static CaseExecutionState |
CaseExecutionState.SUSPENDED
|
static CaseExecutionState |
CaseExecutionState.SUSPENDING_ON_PARENT_SUSPENSION
|
static CaseExecutionState |
CaseExecutionState.SUSPENDING_ON_SUSPENSION
|
static CaseExecutionState |
CaseExecutionState.TERMINATED
|
static CaseExecutionState |
CaseExecutionState.TERMINATING_ON_EXIT
|
static CaseExecutionState |
CaseExecutionState.TERMINATING_ON_PARENT_TERMINATION
|
static CaseExecutionState |
CaseExecutionState.TERMINATING_ON_TERMINATION
|
| Fields in org.camunda.bpm.engine.impl.cmmn.execution with type parameters of type CaseExecutionState | |
|---|---|
static Map<Integer,CaseExecutionState> |
CaseExecutionState.CASE_EXECUTION_STATES
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CaseExecutionState | |
|---|---|
CaseExecutionState |
CmmnExecution.getCurrentState()
|
CaseExecutionState |
CmmnActivityExecution.getCurrentState()
Returns the current state of this
case execution. |
CaseExecutionState |
CmmnExecution.getPreviousState()
|
CaseExecutionState |
CmmnActivityExecution.getPreviousState()
Returns the previous state of this
case execution. |
static CaseExecutionState |
CaseExecutionState.CaseExecutionStateImpl.getStateForCode(Integer stateCode)
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CaseExecutionState | |
|---|---|
void |
CmmnExecution.setCurrentState(CaseExecutionState currentState)
|
void |
CmmnActivityExecution.setCurrentState(CaseExecutionState currentState)
Sets the given state as the
current state of this case execution. |
| Uses of CaseExecutionState in org.camunda.bpm.engine.impl.cmmn.operation |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.operation that return CaseExecutionState | |
|---|---|
protected CaseExecutionState |
AbstractAtomicOperationCaseExecutionResume.getPreviousState(CmmnExecution execution)
|
protected abstract CaseExecutionState |
AbstractAtomicOperationCaseExecutionSuspending.getSuspendingState()
|
protected CaseExecutionState |
AtomicOperationCaseExecutionSuspendingOnParentSuspension.getSuspendingState()
|
protected CaseExecutionState |
AtomicOperationCaseExecutionSuspendingOnSuspension.getSuspendingState()
|
protected CaseExecutionState |
AtomicOperationCaseExecutionTerminatingOnExit.getTerminatingState()
|
protected CaseExecutionState |
AtomicOperationCaseExecutionTerminatingOnTermination.getTerminatingState()
|
protected abstract CaseExecutionState |
AbstractAtomicOperationCaseExecutionTerminating.getTerminatingState()
|
protected CaseExecutionState |
AtomicOperationCaseExecutionTerminatingOnParentTermination.getTerminatingState()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||