Uses of Interface
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState

Packages that use CaseExecutionState
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
 

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 CaseInstanceQueryImpl.state
           
protected  CaseExecutionState CaseExecutionQueryImpl.state
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseExecutionState
 CaseExecutionState CaseInstanceQueryImpl.getState()
           
 CaseExecutionState CaseExecutionQueryImpl.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.SUSPENDED
           
static CaseExecutionState CaseExecutionState.TERMINATED
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CaseExecutionState
 void CmmnExecution.setCurrentState(CaseExecutionState currentState)
           
protected  void CmmnExecution.transition(CaseExecutionState from, CaseExecutionState to, CmmnAtomicOperation nextOperation)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.