| Modifier and Type | Method and Description |
|---|---|
void |
ProcessApplicationLogger.debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution,
ProcessApplicationManager processApplicationManager) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseExecutionEntity |
CaseExecutionVariableCmd.caseExecution |
| Modifier and Type | Method and Description |
|---|---|
CaseExecutionEntity |
CaseExecutionVariableCmd.getCaseExecution() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManualStartCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
CompleteCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
ReenableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
TerminateCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected abstract void |
StateTransitionCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
CloseCaseInstanceCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
DisableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseExecutionEntity |
CaseSentryPartEntity.caseExecution |
protected CaseExecutionEntity |
CaseSentryPartEntity.caseInstance |
protected CaseExecutionEntity |
CaseExecutionEntity.caseInstance
the case instance.
|
protected CaseExecutionEntity |
CaseExecutionEntity.parent
the parent execution
|
protected CaseExecutionEntity |
CaseSentryPartEntity.sourceCaseExecution |
protected CaseExecutionEntity |
CaseExecutionEntity.subCaseInstance |
protected CaseExecutionEntity |
CaseExecutionEntity.superCaseExecution |
| Modifier and Type | Field and Description |
|---|---|
protected List<CaseExecutionEntity> |
CaseExecutionEntity.caseExecutions
nested executions
|
| Modifier and Type | Method and Description |
|---|---|
List<CaseExecutionEntity> |
CaseExecutionManager.findChildCaseExecutionsByCaseInstanceId(String caseInstanceId) |
List<CaseExecutionEntity> |
CaseExecutionManager.findChildCaseExecutionsByParentCaseExecutionId(String parentCaseExecutionId) |
List<CaseExecutionEntity> |
CaseExecutionEntity.getCaseExecutions() |
protected List<CaseExecutionEntity> |
CaseExecutionEntity.getCaseExecutionsInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseExecutionManager.deleteCaseExecution(CaseExecutionEntity caseExecution) |
void |
CaseExecutionManager.insertCaseExecution(CaseExecutionEntity caseExecution) |
| Modifier and Type | Method and Description |
|---|---|
CaseExecutionEntity |
CaseExecutionContext.getCaseInstance() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessApplicationReference |
ProcessApplicationContextUtil.getTargetProcessApplication(CaseExecutionEntity execution) |
static void |
Context.setExecutionContext(CaseExecutionEntity execution) |
| Constructor and Description |
|---|
CaseExecutionContext(CaseExecutionEntity execution) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultCallableElementTenantIdProvider.getCaseDefinitionTenantId(CaseExecutionEntity caseExecution) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessApplicationReference |
CommandContext.getTargetProcessApplication(CaseExecutionEntity execution) |
void |
CommandContext.performOperation(CmmnAtomicOperation executionOperation,
CaseExecutionEntity execution) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseExecutionEntity |
MigratingCalledCaseInstance.caseInstance |
| Constructor and Description |
|---|
MigratingCalledCaseInstance(CaseExecutionEntity caseInstance) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseExecutionEntity |
TaskEntity.caseExecution |
protected CaseExecutionEntity |
CaseExecutionEntityReferencer.caseExecution |
protected CaseExecutionEntity |
ExecutionEntity.subCaseInstance
reference to a subcaseinstance, not-null if currently subcase is started
from this execution
|
protected CaseExecutionEntity |
ExecutionEntity.superCaseExecution
super case execution, not-null if this execution is part of a case
execution
|
| Modifier and Type | Method and Description |
|---|---|
CaseExecutionEntity |
ExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition) |
CaseExecutionEntity |
ExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition,
String businessKey) |
CaseExecutionEntity |
TaskEntity.getCaseExecution() |
CaseExecutionEntity |
VariableInstanceEntity.getCaseExecution() |
CaseExecutionEntity |
ExecutionEntity.getSubCaseInstance() |
CaseExecutionEntity |
ExecutionEntity.getSuperCaseExecution() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskEntity.setCaseExecution(CaseExecutionEntity caseExecution) |
void |
VariableInstanceEntity.setCaseExecution(CaseExecutionEntity caseExecution) |
| Constructor and Description |
|---|
CaseExecutionEntityReferencer(CaseExecutionEntity caeExecution) |
TaskEntity(CaseExecutionEntity caseExecution)
CMMN execution constructor
|
Copyright © 2013–2021 camunda services GmbH. All rights reserved.