Uses of Interface
org.camunda.bpm.engine.delegate.DelegateExecution
Packages that use 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
Methods in org.camunda.bpm.application.impl with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoid
ProcessApplicationLogger.noTargetProcessApplicationForExecution
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateExecutionModifier and TypeMethodDescriptionprotected BusinessProcessEvent
AbstractCdiEventListener.createEvent
(DelegateExecution execution) void
AbstractCdiEventListener.notify
(DelegateExecution execution) Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateExecutionModifierConstructorDescriptionCdiBusinessProcessEvent
(String activityId, String transitionName, ProcessDefinition processDefinition, DelegateExecution execution, BusinessProcessEventType type, Date timeStamp) -
Uses of DelegateExecution in org.camunda.bpm.engine.context
Methods in org.camunda.bpm.engine.context that return DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.delegate that return DelegateExecutionModifier 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.Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.impl with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type DelegateExecutionModifier 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
Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as DelegateExecutionModifier and TypeFieldDescriptionprotected final DelegateExecution
ExecutionListenerInvocation.execution
protected final DelegateExecution
JavaDelegateInvocation.execution
Constructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type DelegateExecutionModifierConstructorDescriptionExecutionListenerInvocation
(ExecutionListener executionListenerInstance, DelegateExecution execution) JavaDelegateInvocation
(JavaDelegate delegateInstance, DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.bpmn.listener
Methods in org.camunda.bpm.engine.impl.bpmn.listener with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type DelegateExecutionModifier 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
Fields in org.camunda.bpm.engine.impl.cfg.multitenancy declared as DelegateExecutionModifier and TypeFieldDescriptionprotected DelegateExecution
TenantIdProviderHistoricDecisionInstanceContext.execution
protected DelegateExecution
TenantIdProviderCaseInstanceContext.superExecution
protected DelegateExecution
TenantIdProviderProcessInstanceContext.superExecution
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DelegateExecutionModifier and TypeMethodDescriptionTenantIdProviderHistoricDecisionInstanceContext.getExecution()
TenantIdProviderCaseInstanceContext.getSuperExecution()
TenantIdProviderProcessInstanceContext.getSuperExecution()
Constructors in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type DelegateExecutionModifierConstructorDescriptionTenantIdProviderCaseInstanceContext
(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
Methods in org.camunda.bpm.engine.impl.el with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.form.handler that return DelegateExecution -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.form.validator
Methods in org.camunda.bpm.engine.impl.form.validator that return DelegateExecutionMethods in org.camunda.bpm.engine.impl.form.validator with parameters of type DelegateExecutionModifier and TypeMethodDescriptionprotected boolean
DelegateFormFieldValidator.shouldPerformPaContextSwitch
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.engine.impl.history.producer that return DelegateExecutionModifier and TypeMethodDescriptionprotected DelegateExecution
DefaultDmnHistoryEventProducer.getExecution
(HistoricDecisionInstanceEntity event) Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateExecutionModifier 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
Fields in org.camunda.bpm.engine.impl.metrics.parser with type parameters of type DelegateExecutionModifier and TypeFieldDescriptionprotected Function<DelegateExecution,
Boolean> MetricsExecutionListener.condition
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoid
MetricsExecutionListener.notify
(DelegateExecution execution) Constructor parameters in org.camunda.bpm.engine.impl.metrics.parser with type arguments of type DelegateExecutionModifierConstructorDescriptionMetricsExecutionListener
(String metricsName, Function<DelegateExecution, Boolean> condition) -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.migration.instance
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type DelegateExecutionModifier 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
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DelegateExecution -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.runtime
Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement DelegateExecution -
Uses of DelegateExecution in org.camunda.bpm.engine.impl.scripting
Methods in org.camunda.bpm.engine.impl.scripting with parameters of type DelegateExecutionModifier 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
Methods in org.camunda.bpm.example.invoice.service with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoid
ArchiveInvoiceService.execute
(DelegateExecution execution) void
NotifyCreditorService.execute
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.performance.engine.steps
Methods in org.camunda.bpm.qa.performance.engine.steps with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoid
ExecutionIdRecorder.notify
(DelegateExecution execution) void
SignalTestRunListener.notify
(DelegateExecution execution) -
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade
Methods in org.camunda.bpm.qa.upgrade with parameters of type DelegateExecution -
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade.util
Methods in org.camunda.bpm.qa.upgrade.util with parameters of type DelegateExecutionModifier 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
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type DelegateExecution -
Uses of DelegateExecution in org.camunda.qa
Methods in org.camunda.qa with parameters of type DelegateExecutionModifier and TypeMethodDescriptionvoid
MyExecutionListener.notify
(DelegateExecution delegateExecution)