Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
Package
Description
-
Uses of CaseExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
Modifier 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
Modifier and TypeFieldDescriptionprotected List<CaseExecutionImpl>
CaseExecutionImpl.caseExecutions
Modifier 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()
Modifier and TypeMethodDescriptionCaseExecutionImpl.getCaseExecutions()
protected List<CaseExecutionImpl>
CaseExecutionImpl.getCaseExecutionsInternal()
-
Uses of CaseExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
Modifier 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 executionModifier and TypeMethodDescriptionExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) ExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) ExecutionImpl.getSubCaseInstance()
ExecutionImpl.getSuperCaseExecution()