Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl

Packages that use CaseExecutionImpl
org.camunda.bpm.engine.impl.cmmn.execution   
 

Uses of CaseExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
 

Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as CaseExecutionImpl
protected  CaseExecutionImpl CaseExecutionImpl.caseInstance
           
protected  CaseExecutionImpl CaseExecutionImpl.parent
           
 

Fields in org.camunda.bpm.engine.impl.cmmn.execution with type parameters of type CaseExecutionImpl
protected  List<CaseExecutionImpl> CaseExecutionImpl.caseExecutions
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CaseExecutionImpl
protected  CaseExecutionImpl CaseExecutionImpl.createCaseExecution(CmmnActivity activity)
           
 CaseExecutionImpl CaseExecutionImpl.getCaseInstance()
           
 CaseExecutionImpl CaseExecutionImpl.getParent()
           
protected  CaseExecutionImpl CaseExecutionImpl.newCaseExecution()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CaseExecutionImpl
 List<CaseExecutionImpl> CaseExecutionImpl.getCaseExecutions()
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.