Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
Packages that use CaseExecutionImpl
Package
Description
-
Uses of CaseExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as CaseExecutionImplModifier and TypeFieldDescriptionprotected 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 CaseExecutionImplModifier and TypeFieldDescriptionprotected List<CaseExecutionImpl>
CaseExecutionImpl.caseExecutions
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CaseExecutionImplModifier and TypeMethodDescriptionprotected CaseExecutionImpl
CaseExecutionImpl.createCaseExecution
(CmmnActivity activity) CaseExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) CaseExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) CaseExecutionImpl.getCaseInstance()
CaseSentryPartImpl.getCaseInstance()
CaseExecutionImpl.getParent()
CaseExecutionImpl.getSubCaseInstance()
CaseExecutionImpl.getSuperCaseExecution()
protected CaseExecutionImpl
CaseExecutionImpl.newCaseExecution()
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CaseExecutionImplModifier and TypeMethodDescriptionCaseExecutionImpl.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 CaseExecutionImplModifier and TypeFieldDescriptionprotected 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 CaseExecutionImplModifier and TypeMethodDescriptionExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) ExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) ExecutionImpl.getSubCaseInstance()
ExecutionImpl.getSuperCaseExecution()