Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
-
Packages that use CaseExecutionImpl Package Description 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 Modifier and Type Field Description protected CaseExecutionImpl
CaseSentryPartImpl. caseExecution
protected CaseExecutionImpl
CaseExecutionImpl. caseInstance
protected CaseExecutionImpl
CaseSentryPartImpl. 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 Modifier and Type Field Description protected List<CaseExecutionImpl>
CaseExecutionImpl. caseExecutions
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CaseExecutionImpl Modifier and Type Method Description protected CaseExecutionImpl
CaseExecutionImpl. createCaseExecution(CmmnActivity activity)
CaseExecutionImpl
CaseExecutionImpl. createSubCaseInstance(CmmnCaseDefinition caseDefinition)
CaseExecutionImpl
CaseExecutionImpl. createSubCaseInstance(CmmnCaseDefinition caseDefinition, String businessKey)
CaseExecutionImpl
CaseExecutionImpl. getCaseInstance()
CaseExecutionImpl
CaseSentryPartImpl. 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected CaseExecutionImpl
ExecutionImpl. subCaseInstance
reference to a subcaseinstance, not-null if currently subcase is started from this executionprotected CaseExecutionImpl
ExecutionImpl. superCaseExecution
super case execution, not-null if this execution is part of a case executionMethods in org.camunda.bpm.engine.impl.pvm.runtime that return CaseExecutionImpl Modifier and Type Method Description CaseExecutionImpl
ExecutionImpl. createSubCaseInstance(CmmnCaseDefinition caseDefinition)
CaseExecutionImpl
ExecutionImpl. createSubCaseInstance(CmmnCaseDefinition caseDefinition, String businessKey)
CaseExecutionImpl
ExecutionImpl. getSubCaseInstance()
CaseExecutionImpl
ExecutionImpl. getSuperCaseExecution()
-