Uses of Class
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
Package
Description
-
Uses of CaseExecutionEntity in org.camunda.bpm.application.impl
Modifier and TypeMethodDescriptionvoid
ProcessApplicationLogger.debugNoTargetProcessApplicationFoundForCaseExecution
(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager) -
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.cmmn.cmd
Modifier and TypeFieldDescriptionprotected CaseExecutionEntity
CaseExecutionVariableCmd.caseExecution
Modifier and TypeMethodDescriptionprotected void
CloseCaseInstanceCmd.performStateTransition
(CommandContext commandContext, CaseExecutionEntity caseExecution) protected void
CompleteCaseExecutionCmd.performStateTransition
(CommandContext commandContext, CaseExecutionEntity caseExecution) protected void
DisableCaseExecutionCmd.performStateTransition
(CommandContext commandContext, CaseExecutionEntity caseExecution) protected void
ManualStartCaseExecutionCmd.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) -
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Modifier and TypeFieldDescriptionprotected CaseExecutionEntity
CaseSentryPartEntity.caseExecution
protected CaseExecutionEntity
CaseExecutionEntity.caseInstance
the case instance.protected CaseExecutionEntity
CaseSentryPartEntity.caseInstance
protected CaseExecutionEntity
CaseExecutionEntity.parent
the parent executionprotected CaseExecutionEntity
CaseSentryPartEntity.sourceCaseExecution
protected CaseExecutionEntity
CaseExecutionEntity.subCaseInstance
protected CaseExecutionEntity
CaseExecutionEntity.superCaseExecution
Modifier and TypeFieldDescriptionprotected List<CaseExecutionEntity>
CaseExecutionEntity.caseExecutions
nested executionsModifier and TypeMethodDescriptionprotected CaseExecutionEntity
CaseExecutionEntity.createCaseExecution
(CmmnActivity activity) CaseExecutionEntity.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) CaseExecutionEntity.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) CaseExecutionManager.findCaseExecutionById
(String caseExecutionId) protected CaseExecutionEntity
CaseSentryPartEntity.findCaseExecutionById
(String caseExecutionId) CaseExecutionManager.findSubCaseInstanceBySuperCaseExecutionId
(String superCaseExecutionId) CaseExecutionManager.findSubCaseInstanceBySuperExecutionId
(String superExecutionId) CaseSentryPartEntity.getCaseExecution()
CaseExecutionEntity.getCaseInstance()
CaseSentryPartEntity.getCaseInstance()
CaseExecutionEntity.getParent()
CaseExecutionEntity.getSubCaseInstance()
protected CaseExecutionEntity
CaseExecutionEntity.newCaseExecution()
Modifier and TypeMethodDescriptionCaseExecutionManager.findChildCaseExecutionsByCaseInstanceId
(String caseInstanceId) CaseExecutionManager.findChildCaseExecutionsByParentCaseExecutionId
(String parentCaseExecutionId) CaseExecutionEntity.getCaseExecutions()
protected List<CaseExecutionEntity>
CaseExecutionEntity.getCaseExecutionsInternal()
Modifier and TypeMethodDescriptionvoid
CaseExecutionManager.deleteCaseExecution
(CaseExecutionEntity caseExecution) void
CaseExecutionManager.insertCaseExecution
(CaseExecutionEntity caseExecution) -
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.context
Modifier and TypeMethodDescriptionstatic ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(CaseExecutionEntity execution) static void
Context.setExecutionContext
(CaseExecutionEntity execution) -
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected HistoricDecisionInstanceEntity
DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(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
CacheAwareCmmnHistoryEventProducer.loadCaseActivityInstanceEventEntity
(CaseExecutionEntity caseExecutionEntity) protected HistoricCaseActivityInstanceEventEntity
DefaultCmmnHistoryEventProducer.loadCaseActivityInstanceEventEntity
(CaseExecutionEntity caseExecutionEntity) protected HistoricCaseInstanceEventEntity
CacheAwareCmmnHistoryEventProducer.loadCaseInstanceEventEntity
(CaseExecutionEntity caseExecutionEntity) protected HistoricCaseInstanceEventEntity
DefaultCmmnHistoryEventProducer.loadCaseInstanceEventEntity
(CaseExecutionEntity caseExecutionEntity) protected HistoricCaseActivityInstanceEventEntity
DefaultCmmnHistoryEventProducer.newCaseActivityInstanceEventEntity
(CaseExecutionEntity caseExecutionEntity) protected HistoricCaseInstanceEventEntity
DefaultCmmnHistoryEventProducer.newCaseInstanceEventEntity
(CaseExecutionEntity caseExecutionEntity) protected HistoricDecisionInstanceEntity
DefaultDmnHistoryEventProducer.newDecisionInstanceEventEntity
(CaseExecutionEntity executionEntity, DmnDecisionLogicEvaluationEvent evaluationEvent) protected void
DefaultDmnHistoryEventProducer.setReferenceToCaseInstance
(HistoricDecisionInstanceEntity event, CaseExecutionEntity execution) -
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeMethodDescriptionprotected ProcessApplicationReference
CommandContext.getTargetProcessApplication
(CaseExecutionEntity execution) void
CommandContext.performOperation
(CmmnAtomicOperation executionOperation, CaseExecutionEntity execution) -
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.migration.instance
Modifier and TypeFieldDescriptionprotected CaseExecutionEntity
MigratingCalledCaseInstance.caseInstance
-
Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected CaseExecutionEntity
CaseExecutionEntityReferencer.caseExecution
protected CaseExecutionEntity
TaskEntity.caseExecution
protected CaseExecutionEntity
ExecutionEntity.subCaseInstance
reference to a subcaseinstance, not-null if currently subcase is started from this executionprotected CaseExecutionEntity
ExecutionEntity.superCaseExecution
super case execution, not-null if this execution is part of a case executionModifier and TypeMethodDescriptionExecutionEntity.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) ExecutionEntity.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) TaskEntity.getCaseExecution()
VariableInstanceEntity.getCaseExecution()
ExecutionEntity.getSubCaseInstance()
ExecutionEntity.getSuperCaseExecution()
Modifier and TypeMethodDescriptionvoid
TaskEntity.setCaseExecution
(CaseExecutionEntity caseExecution) void
VariableInstanceEntity.setCaseExecution
(CaseExecutionEntity caseExecution) ModifierConstructorDescriptionCaseExecutionEntityReferencer
(CaseExecutionEntity caeExecution) TaskEntity
(CaseExecutionEntity caseExecution) CMMN execution constructor