Uses of Interface
org.camunda.bpm.engine.delegate.DelegateCaseExecution
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.delegate
Modifier and TypeMethodDescriptionDelegateTask.getCaseExecution()
Returns the case execution currently at the task.DelegateCaseVariableInstance.getSourceExecution()
The case execution in which context the variable was created/updated/deleted.Modifier and TypeMethodDescriptionvoid
CaseExecutionListener.notify
(DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeFieldDescriptionprotected DelegateCaseExecution
TenantIdProviderHistoricDecisionInstanceContext.caseExecution
protected DelegateCaseExecution
TenantIdProviderCaseInstanceContext.superCaseExecution
protected DelegateCaseExecution
TenantIdProviderProcessInstanceContext.superCaseExecution
Modifier and TypeMethodDescriptionTenantIdProviderHistoricDecisionInstanceContext.getCaseExecution()
TenantIdProviderCaseInstanceContext.getSuperCaseExecution()
TenantIdProviderProcessInstanceContext.getSuperCaseExecution()
ModifierConstructorDescriptionTenantIdProviderCaseInstanceContext
(CaseDefinition caseDefinition, VariableMap variables, DelegateCaseExecution superCaseExecution) TenantIdProviderHistoricDecisionInstanceContext
(DecisionDefinition decisionDefinition, DelegateCaseExecution caseExecution) TenantIdProviderProcessInstanceContext
(ProcessDefinition processDefinition, VariableMap variables, DelegateCaseExecution superCaseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.delegate
Modifier and TypeFieldDescriptionprotected final DelegateCaseExecution
CaseExecutionListenerInvocation.caseExecution
ModifierConstructorDescriptionCaseExecutionListenerInvocation
(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.execution
-
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.listener
Modifier and TypeMethodDescriptionvoid
ClassDelegateCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) void
DelegateExpressionCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) void
ExpressionCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) void
ScriptCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected DelegateCaseExecution
DefaultDmnHistoryEventProducer.getCaseExecution
(HistoricDecisionInstanceEntity event) Modifier and TypeMethodDescriptionCmmnHistoryEventProducer.createCaseActivityInstanceCreateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case activity instance is created.DefaultCmmnHistoryEventProducer.createCaseActivityInstanceCreateEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseActivityInstanceEndEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case activity instance is ended.DefaultCmmnHistoryEventProducer.createCaseActivityInstanceEndEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseActivityInstanceUpdateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case activity instance is updated.DefaultCmmnHistoryEventProducer.createCaseActivityInstanceUpdateEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseInstanceCloseEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case instance is closed.DefaultCmmnHistoryEventProducer.createCaseInstanceCloseEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseInstanceCreateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case instance is created.DefaultCmmnHistoryEventProducer.createCaseInstanceCreateEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseInstanceUpdateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case instance is updated.DefaultCmmnHistoryEventProducer.createCaseInstanceUpdateEvt
(DelegateCaseExecution caseExecution) DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateCaseExecution execution, DmnDecisionEvaluationEvent evaluationEvent) DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated while execute a case instance. -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.history.transformer
Modifier and TypeMethodDescriptionprotected HistoryEvent
CaseActivityInstanceCreateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseActivityInstanceEndListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseActivityInstanceUpdateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseInstanceCloseListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseInstanceCreateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseInstanceUpdateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected abstract HistoryEvent
HistoryCaseExecutionListener.createHistoryEvent
(DelegateCaseExecution caseExecution) void
HistoryCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.metrics.parser
Modifier and TypeMethodDescriptionvoid
MetricsCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.variable.listener
Modifier and TypeFieldDescriptionprotected DelegateCaseExecution
DelegateCaseVariableInstanceImpl.scopeExecution
protected DelegateCaseExecution
DelegateCaseVariableInstanceImpl.sourceExecution
Modifier and TypeMethodDescriptionDelegateCaseVariableInstanceImpl.getScopeExecution()
Currently not part of public interface.DelegateCaseVariableInstanceImpl.getSourceExecution()
Modifier and TypeMethodDescriptionvoid
DelegateCaseVariableInstanceImpl.setScopeExecution
(DelegateCaseExecution scopeExecution) void
DelegateCaseVariableInstanceImpl.setSourceExecution
(DelegateCaseExecution sourceExecution)