Uses of Interface
org.camunda.bpm.engine.delegate.DelegateCaseExecution
Packages that use 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
Methods in org.camunda.bpm.engine.delegate that return DelegateCaseExecutionModifier 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.Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateCaseExecutionModifier and TypeMethodDescriptionvoid
CaseExecutionListener.notify
(DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Fields in org.camunda.bpm.engine.impl.cfg.multitenancy declared as DelegateCaseExecutionModifier and TypeFieldDescriptionprotected DelegateCaseExecution
TenantIdProviderHistoricDecisionInstanceContext.caseExecution
protected DelegateCaseExecution
TenantIdProviderCaseInstanceContext.superCaseExecution
protected DelegateCaseExecution
TenantIdProviderProcessInstanceContext.superCaseExecution
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DelegateCaseExecutionModifier and TypeMethodDescriptionTenantIdProviderHistoricDecisionInstanceContext.getCaseExecution()
TenantIdProviderCaseInstanceContext.getSuperCaseExecution()
TenantIdProviderProcessInstanceContext.getSuperCaseExecution()
Constructors in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type DelegateCaseExecutionModifierConstructorDescriptionTenantIdProviderCaseInstanceContext
(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
Fields in org.camunda.bpm.engine.impl.cmmn.delegate declared as DelegateCaseExecutionModifier and TypeFieldDescriptionprotected final DelegateCaseExecution
CaseExecutionListenerInvocation.caseExecution
Constructors in org.camunda.bpm.engine.impl.cmmn.delegate with parameters of type DelegateCaseExecutionModifierConstructorDescriptionCaseExecutionListenerInvocation
(CaseExecutionListener listenerInstance, DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement DelegateCaseExecution -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.execution
Subinterfaces of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.executionClasses in org.camunda.bpm.engine.impl.cmmn.execution that implement DelegateCaseExecution -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.cmmn.listener
Methods in org.camunda.bpm.engine.impl.cmmn.listener with parameters of type DelegateCaseExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.history.producer that return DelegateCaseExecutionModifier and TypeMethodDescriptionprotected DelegateCaseExecution
DefaultDmnHistoryEventProducer.getCaseExecution
(HistoricDecisionInstanceEntity event) Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateCaseExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type DelegateCaseExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type DelegateCaseExecutionModifier and TypeMethodDescriptionvoid
MetricsCaseExecutionListener.notify
(DelegateCaseExecution caseExecution) -
Uses of DelegateCaseExecution in org.camunda.bpm.engine.impl.variable.listener
Fields in org.camunda.bpm.engine.impl.variable.listener declared as DelegateCaseExecutionModifier and TypeFieldDescriptionprotected DelegateCaseExecution
DelegateCaseVariableInstanceImpl.scopeExecution
protected DelegateCaseExecution
DelegateCaseVariableInstanceImpl.sourceExecution
Methods in org.camunda.bpm.engine.impl.variable.listener that return DelegateCaseExecutionModifier and TypeMethodDescriptionDelegateCaseVariableInstanceImpl.getScopeExecution()
Currently not part of public interface.DelegateCaseVariableInstanceImpl.getSourceExecution()
Methods in org.camunda.bpm.engine.impl.variable.listener with parameters of type DelegateCaseExecutionModifier and TypeMethodDescriptionvoid
DelegateCaseVariableInstanceImpl.setScopeExecution
(DelegateCaseExecution scopeExecution) void
DelegateCaseVariableInstanceImpl.setSourceExecution
(DelegateCaseExecution sourceExecution)