Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmmn.execution | |
org.camunda.bpm.engine.impl.pvm.runtime |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected List<CaseExecutionImpl> |
CaseExecutionImpl.caseExecutions |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
List<CaseExecutionImpl> |
CaseExecutionImpl.getCaseExecutions() |
protected List<CaseExecutionImpl> |
CaseExecutionImpl.getCaseExecutionsInternal() |
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CaseExecutionImpl |
ExecutionImpl.createSubCaseInstance(CmmnCaseDefinition caseDefinition) |
CaseExecutionImpl |
ExecutionImpl.createSubCaseInstance(CmmnCaseDefinition caseDefinition,
String businessKey) |
CaseExecutionImpl |
ExecutionImpl.getSubCaseInstance() |
CaseExecutionImpl |
ExecutionImpl.getSuperCaseExecution() |
Copyright © 2022. All rights reserved.