Uses of Interface
org.camunda.bpm.engine.delegate.DelegateExecution
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.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DelegateExecution in org.camunda.bpm.application.impl
Modifier and TypeMethodDescriptionvoid
ProcessApplicationLogger.noTargetProcessApplicationForExecution
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.application.impl.event
Modifier and TypeMethodDescriptionvoid
ProcessApplicationEventListenerDelegate.notify
(DelegateExecution execution) protected void
ProcessApplicationEventListenerDelegate.notifyExecutionListener
(DelegateExecution execution) protected void
ProcessApplicationEventListenerDelegate.performNotification
(DelegateExecution execution, Callable<Void> notification) -
Uses of DelegateExecution in org.camunda.bpm.engine.cdi.impl.event
Modifier and TypeMethodDescriptionprotected BusinessProcessEvent
AbstractCdiEventListener.createEvent
(DelegateExecution execution) void
AbstractCdiEventListener.notify
(DelegateExecution execution) ModifierConstructorDescriptionCdiBusinessProcessEvent
(String activityId, String transitionName, ProcessDefinition processDefinition, DelegateExecution execution, BusinessProcessEventType type, Date timeStamp) -
Uses of DelegateExecution in org.camunda.bpm.engine.context
Modifier and TypeMethodDescriptionstatic DelegateExecution
DelegateExecutionContext.getCurrentDelegationExecution()
Returns the current delegation execution or null if the execution is not available. -
Uses of DelegateExecution in org.camunda.bpm.engine.delegate
Modifier and TypeMethodDescriptionDelegateTask.getExecution()
Returns the execution currently at the task.DelegateExecution.getProcessInstance()
Return the process instance execution for this execution.DelegateExecution.getSuperExecution()
In case this delegate execution is the process instance execution and this process instance was started by a call activity, this method returns the execution which executed the call activity in the super process instance.Modifier and TypeMethodDescriptionvoid
JavaDelegate.execute
(DelegateExecution execution) void
DelegateVariableMapping.mapInputVariables
(DelegateExecution superExecution, VariableMap subVariables) Maps the input variables into the given variables map.void
DelegateVariableMapping.mapOutputVariables
(DelegateExecution superExecution, VariableScope subInstance) Maps the output variables into the outer process.void
ExecutionListener.notify
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionboolean
Condition.evaluate
(DelegateExecution execution) Evaluates the condition and returns the result.boolean
Condition.evaluate
(VariableScope scope, DelegateExecution execution) Evaluates the condition and returns the result.boolean
Condition.tryEvaluate
(VariableScope scope, DelegateExecution execution) Tries to evaluate the condition. -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeMethodDescriptionvoid
ServiceTaskJavaDelegateActivityBehavior.execute
(DelegateExecution execution) protected String
MailActivityBehavior.getStringFromField
(Expression expression, DelegateExecution execution) protected String
ShellActivityBehavior.getStringFromField
(Expression expression, DelegateExecution execution) void
ServiceTaskJavaDelegateActivityBehavior.notify
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.delegate
Modifier and TypeFieldDescriptionprotected final DelegateExecution
ExecutionListenerInvocation.execution
protected final DelegateExecution
JavaDelegateInvocation.execution
ModifierConstructorDescriptionExecutionListenerInvocation
(ExecutionListener executionListenerInstance, DelegateExecution execution) JavaDelegateInvocation
(JavaDelegate delegateInstance, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.listener
Modifier and TypeMethodDescriptionvoid
ClassDelegateExecutionListener.notify
(DelegateExecution execution) void
DelegateExpressionExecutionListener.notify
(DelegateExecution execution) void
ExpressionExecutionListener.notify
(DelegateExecution execution) void
ScriptExecutionListener.notify
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionboolean
ConditionalEventDefinition.evaluate
(DelegateExecution execution) boolean
ConditionalEventDefinition.tryEvaluate
(DelegateExecution execution) boolean
ConditionalEventDefinition.tryEvaluate
(VariableEvent variableEvent, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeFieldDescriptionprotected DelegateExecution
TenantIdProviderHistoricDecisionInstanceContext.execution
protected DelegateExecution
TenantIdProviderCaseInstanceContext.superExecution
protected DelegateExecution
TenantIdProviderProcessInstanceContext.superExecution
Modifier and TypeMethodDescriptionTenantIdProviderHistoricDecisionInstanceContext.getExecution()
TenantIdProviderCaseInstanceContext.getSuperExecution()
TenantIdProviderProcessInstanceContext.getSuperExecution()
ModifierConstructorDescriptionTenantIdProviderCaseInstanceContext
(CaseDefinition caseDefinition, VariableMap variables, DelegateExecution superExecution) TenantIdProviderHistoricDecisionInstanceContext
(DecisionDefinition decisionDefinition, DelegateExecution execution) TenantIdProviderProcessInstanceContext
(ProcessDefinition processDefinition, VariableMap variables, DelegateExecution superExecution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.el
Modifier and TypeMethodDescriptionboolean
UelExpressionCondition.evaluate
(DelegateExecution execution) boolean
UelExpressionCondition.evaluate
(VariableScope scope, DelegateExecution execution) boolean
UelExpressionCondition.tryEvaluate
(VariableScope scope, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.form.handler
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.form.validator
Modifier and TypeMethodDescriptionprotected boolean
DelegateFormFieldValidator.shouldPerformPaContextSwitch
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeMethodDescriptionprotected HistoryEvent
ActivityInstanceEndListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ActivityInstanceStartListener.createHistoryEvent
(DelegateExecution execution) protected abstract HistoryEvent
HistoryExecutionListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ProcessInstanceEndListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ProcessInstanceStartListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ProcessInstanceUpdateListener.createHistoryEvent
(DelegateExecution execution) void
HistoryExecutionListener.notify
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected DelegateExecution
DefaultDmnHistoryEventProducer.getExecution
(HistoricDecisionInstanceEntity event) Modifier and TypeMethodDescriptionDefaultHistoryEventProducer.createActivityInstanceEndEvt
(DelegateExecution execution) HistoryEventProducer.createActivityInstanceEndEvt
(DelegateExecution execution) Creates the history event fired when an activity instance is ended.DefaultHistoryEventProducer.createActivityInstanceStartEvt
(DelegateExecution execution) HistoryEventProducer.createActivityInstanceStartEvt
(DelegateExecution execution) Creates the history event fired when an activity instance is started.DefaultHistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution) DefaultHistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution, DelegateTask task) HistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution) Creates the history event fired when an activity instance is updated.HistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution, DelegateTask task) Creates the history event fired when an activity instance is updated.DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateExecution execution, DmnDecisionEvaluationEvent evaluationEvent) DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated while execute a process instance.DefaultHistoryEventProducer.createProcessInstanceEndEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceEndEvt
(DelegateExecution execution) Creates the history event fired when a process instance is ended.DefaultHistoryEventProducer.createProcessInstanceMigrateEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceMigrateEvt
(DelegateExecution execution) Creates the history event fired when a process instance is migrated.DefaultHistoryEventProducer.createProcessInstanceStartEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceStartEvt
(DelegateExecution execution) Creates the history event fired when a process instances is created.DefaultHistoryEventProducer.createProcessInstanceUpdateEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceUpdateEvt
(DelegateExecution execution) Creates the history event fired when a process instance is updated. -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.metrics.parser
Modifier and TypeFieldDescriptionprotected Function<DelegateExecution,
Boolean> MetricsExecutionListener.condition
Modifier and TypeMethodDescriptionvoid
MetricsExecutionListener.notify
(DelegateExecution execution) ModifierConstructorDescriptionMetricsExecutionListener
(String metricsName, Function<DelegateExecution, Boolean> condition) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.migration.instance
Modifier and TypeMethodDescriptionprotected void
MigratingActivityInstance.migrateActivityInstanceHistory
(DelegateExecution execution) protected void
MigratingActivityInstance.migrateHistory
(DelegateExecution execution) protected void
MigratingActivityInstance.migrateProcessInstanceHistory
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.runtime
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.scripting
Modifier and TypeMethodDescriptionboolean
ScriptCondition.evaluate
(DelegateExecution execution) boolean
ScriptCondition.evaluate
(VariableScope scope, DelegateExecution execution) boolean
ScriptCondition.tryEvaluate
(VariableScope scope, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.example.invoice.service
Modifier and TypeMethodDescriptionvoid
ArchiveInvoiceService.execute
(DelegateExecution execution) void
NotifyCreditorService.execute
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.performance.engine.steps
Modifier and TypeMethodDescriptionvoid
ExecutionIdRecorder.notify
(DelegateExecution execution) void
SignalTestRunListener.notify
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade
-
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade.util
Modifier and TypeMethodDescriptionvoid
ThrowBpmnErrorDelegate.execute
(DelegateExecution execution) void
ThrowBpmnErrorDelegate.notify
(DelegateExecution execution) protected void
ThrowBpmnErrorDelegate.throwErrorIfRequested
(DelegateExecution execution) protected void
ThrowBpmnErrorDelegate.throwExceptionIfRequested
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.spring.boot.starter.event
-
Uses of DelegateExecution in org.camunda.qa
Modifier and TypeMethodDescriptionvoid
MyExecutionListener.notify
(DelegateExecution delegateExecution)