Uses of Interface
org.camunda.bpm.engine.delegate.DelegateExecution
-
-
Uses of DelegateExecution in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl with parameters of type DelegateExecution Modifier and Type Method Description void
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 DelegateExecution Modifier and Type Method Description void
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 DelegateExecution Modifier and Type Method Description protected BusinessProcessEvent
CdiEventListener. createEvent(DelegateExecution execution)
void
CdiEventListener. notify(DelegateExecution execution)
Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateExecution Constructor Description CdiBusinessProcessEvent(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 DelegateExecution Modifier and Type Method Description static 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 DelegateExecution Modifier and Type Method Description DelegateExecution
DelegateTask. getExecution()
Returns the execution currently at the task.DelegateExecution
DelegateExecution. getProcessInstance()
Return the process instance execution for this execution.DelegateExecution
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 DelegateExecution Modifier and Type Method Description void
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 DelegateExecution Modifier and Type Method Description boolean
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 DelegateExecution Modifier and Type Method Description void
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 DelegateExecution Modifier and Type Field Description protected DelegateExecution
ExecutionListenerInvocation. execution
protected DelegateExecution
JavaDelegateInvocation. execution
Constructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type DelegateExecution Constructor Description ExecutionListenerInvocation(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 DelegateExecution Modifier and Type Method Description void
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 DelegateExecution Modifier and Type Method Description boolean
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 DelegateExecution Modifier and Type Field Description protected DelegateExecution
TenantIdProviderHistoricDecisionInstanceContext. execution
protected DelegateExecution
TenantIdProviderCaseInstanceContext. superExecution
protected DelegateExecution
TenantIdProviderProcessInstanceContext. superExecution
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DelegateExecution Modifier and Type Method Description DelegateExecution
TenantIdProviderHistoricDecisionInstanceContext. getExecution()
DelegateExecution
TenantIdProviderCaseInstanceContext. getSuperExecution()
DelegateExecution
TenantIdProviderProcessInstanceContext. getSuperExecution()
Constructors in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type DelegateExecution Constructor Description TenantIdProviderCaseInstanceContext(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 DelegateExecution Modifier and Type Method Description boolean
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 Modifier and Type Method Description DelegateExecution
DefaultFormFieldValidatorContext. getExecution()
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.form.validator
Methods in org.camunda.bpm.engine.impl.form.validator that return DelegateExecution Modifier and Type Method Description DelegateExecution
FormFieldValidatorContext. getExecution()
Deprecated.Methods in org.camunda.bpm.engine.impl.form.validator with parameters of type DelegateExecution Modifier and Type Method Description protected 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 DelegateExecution Modifier and Type Method Description protected 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 DelegateExecution Modifier and Type Method Description protected DelegateExecution
DefaultDmnHistoryEventProducer. getExecution(HistoricDecisionInstanceEntity event)
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateExecution Modifier and Type Method Description HistoryEvent
DefaultHistoryEventProducer. createActivityInstanceEndEvt(DelegateExecution execution)
HistoryEvent
HistoryEventProducer. createActivityInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is ended.HistoryEvent
DefaultHistoryEventProducer. createActivityInstanceStartEvt(DelegateExecution execution)
HistoryEvent
HistoryEventProducer. createActivityInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is started.HistoryEvent
DefaultHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution)
HistoryEvent
DefaultHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)
HistoryEvent
HistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is updated.HistoryEvent
HistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)
Creates the history event fired when an activity instance is updated.HistoryEvent
DefaultDmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent evaluationEvent)
HistoryEvent
DmnHistoryEventProducer. createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute a process instance.HistoryEvent
DefaultHistoryEventProducer. createProcessInstanceEndEvt(DelegateExecution execution)
HistoryEvent
HistoryEventProducer. createProcessInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when a process instance is ended.HistoryEvent
DefaultHistoryEventProducer. createProcessInstanceMigrateEvt(DelegateExecution execution)
HistoryEvent
HistoryEventProducer. createProcessInstanceMigrateEvt(DelegateExecution execution)
Creates the history event fired when a process instance is migrated.HistoryEvent
DefaultHistoryEventProducer. createProcessInstanceStartEvt(DelegateExecution execution)
HistoryEvent
HistoryEventProducer. createProcessInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when a process instances is created.HistoryEvent
DefaultHistoryEventProducer. createProcessInstanceUpdateEvt(DelegateExecution execution)
HistoryEvent
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 DelegateExecution Modifier and Type Field Description protected Function<DelegateExecution,Boolean>
MetricsExecutionListener. condition
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type DelegateExecution Modifier and Type Method Description void
MetricsExecutionListener. notify(DelegateExecution execution)
Constructor parameters in org.camunda.bpm.engine.impl.metrics.parser with type arguments of type DelegateExecution Constructor Description MetricsExecutionListener(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 DelegateExecution Modifier and Type Method Description protected 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 Modifier and Type Class Description class
ExecutionEntity
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of DelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate Modifier and Type Interface Description interface
ActivityExecution
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.pvm.runtime
Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement DelegateExecution Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
-
Uses of DelegateExecution in org.camunda.bpm.engine.impl.scripting
Methods in org.camunda.bpm.engine.impl.scripting with parameters of type DelegateExecution Modifier and Type Method Description boolean
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 DelegateExecution Modifier and Type Method Description void
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 DelegateExecution Modifier and Type Method Description void
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 Modifier and Type Method Description void
FailingDelegate. execute(DelegateExecution execution)
-
Uses of DelegateExecution in org.camunda.bpm.qa.upgrade.util
Methods in org.camunda.bpm.qa.upgrade.util with parameters of type DelegateExecution Modifier and Type Method Description void
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 Constructor Description ExecutionEvent(DelegateExecution delegateExecution)
-