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

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

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 CaseSentryPartImpl.caseExecution
           
protected  CaseExecutionImpl CaseSentryPartImpl.caseInstance
           
protected  CaseExecutionImpl CaseExecutionImpl.caseInstance
           
protected  CaseExecutionImpl CaseExecutionImpl.parent
           
protected  CaseExecutionImpl CaseSentryPartImpl.sourceCaseExecution
           
protected  CaseExecutionImpl CaseExecutionImpl.subCaseInstance
           
protected  CaseExecutionImpl CaseExecutionImpl.superCaseExecution
           
 

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.createSubCaseInstance(CmmnCaseDefinition caseDefinition)
           
 CaseExecutionImpl CaseExecutionImpl.createSubCaseInstance(CmmnCaseDefinition caseDefinition, String businessKey)
           
 CaseExecutionImpl CaseSentryPartImpl.getCaseInstance()
           
 CaseExecutionImpl CaseExecutionImpl.getCaseInstance()
           
 CaseExecutionImpl CaseExecutionImpl.getParent()
           
 CaseExecutionImpl CaseExecutionImpl.getSubCaseInstance()
           
 CaseExecutionImpl CaseExecutionImpl.getSuperCaseExecution()
           
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()
           
protected  List<CaseExecutionImpl> CaseExecutionImpl.getCaseExecutionsInternal()
           
 

Uses of CaseExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as CaseExecutionImpl
protected  CaseExecutionImpl ExecutionImpl.subCaseInstance
          reference to a subcaseinstance, not-null if currently subcase is started from this execution
protected  CaseExecutionImpl ExecutionImpl.superCaseExecution
          super case execution, not-null if this execution is part of a case execution
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return CaseExecutionImpl
 CaseExecutionImpl ExecutionImpl.createSubCaseInstance(CmmnCaseDefinition caseDefinition)
           
 CaseExecutionImpl ExecutionImpl.createSubCaseInstance(CmmnCaseDefinition caseDefinition, String businessKey)
           
 CaseExecutionImpl ExecutionImpl.getSubCaseInstance()
           
 CaseExecutionImpl ExecutionImpl.getSuperCaseExecution()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.