| 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 |
CloseCaseInstanceCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
DisableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
ReenableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected abstract void |
StateTransitionCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution) |
protected void |
TerminateCaseExecutionCmd.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 HistoricDecisionInstanceEntity |
DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt(org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent,
CaseExecutionEntity execution) |
protected String |
DefaultDmnHistoryEventProducer.getCaseDefinitionKey(CaseExecutionEntity execution) |
protected void |
DefaultCmmnHistoryEventProducer.initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity evt,
CaseExecutionEntity caseExecutionEntity,
HistoryEventTypes eventType) |
protected void |
DefaultCmmnHistoryEventProducer.initCaseInstanceEvent(HistoricCaseInstanceEventEntity evt,
CaseExecutionEntity caseExecutionEntity,
HistoryEventTypes eventType) |
protected HistoricCaseActivityInstanceEventEntity |
DefaultCmmnHistoryEventProducer.loadCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity) |
protected HistoricCaseActivityInstanceEventEntity |
CacheAwareCmmnHistoryEventProducer.loadCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity) |
protected HistoricCaseInstanceEventEntity |
DefaultCmmnHistoryEventProducer.loadCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity) |
protected HistoricCaseInstanceEventEntity |
CacheAwareCmmnHistoryEventProducer.loadCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity) |
protected HistoricCaseActivityInstanceEventEntity |
DefaultCmmnHistoryEventProducer.newCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity) |
protected HistoricCaseInstanceEventEntity |
DefaultCmmnHistoryEventProducer.newCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity) |
protected HistoricDecisionInstanceEntity |
DefaultDmnHistoryEventProducer.newDecisionInstanceEventEntity(CaseExecutionEntity executionEntity,
org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent) |
protected void |
DefaultDmnHistoryEventProducer.setReferenceToCaseInstance(HistoricDecisionInstanceEntity event,
CaseExecutionEntity execution) |
| 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 |
VariableInstanceEntity.setCaseExecution(CaseExecutionEntity caseExecution) |
| Constructor and Description |
|---|
CaseExecutionEntityReferencer(CaseExecutionEntity caeExecution) |
Copyright © 2013–2019 camunda services GmbH. All rights reserved.