Modifier and Type | Method and Description |
---|---|
void |
ProcessApplicationLogger.noTargetProcessApplicationForExecution(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessApplicationEventListenerDelegate.notify(DelegateExecution execution) |
protected void |
ProcessApplicationEventListenerDelegate.notifyExecutionListener(DelegateExecution execution) |
protected void |
ProcessApplicationEventListenerDelegate.performNotification(DelegateExecution execution,
Callable<Void> notification) |
Modifier and Type | Method and Description |
---|---|
protected BusinessProcessEvent |
CdiEventListener.createEvent(DelegateExecution execution) |
void |
CdiEventListener.notify(DelegateExecution execution) |
Constructor and Description |
---|
CdiBusinessProcessEvent(String activityId,
String transitionName,
ProcessDefinition processDefinition,
DelegateExecution execution,
BusinessProcessEventType type,
Date timeStamp) |
Modifier and Type | Method and Description |
---|---|
static DelegateExecution |
DelegateExecutionContext.getCurrentDelegationExecution()
Returns the current delegation execution or null if the
execution is not available.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaDelegate.execute(DelegateExecution execution) |
void |
DelegateVariableMapping.mapInputVariables(DelegateExecution superExecution,
org.camunda.bpm.engine.variable.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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceTaskJavaDelegateActivityBehavior.execute(DelegateExecution execution) |
protected String |
ShellActivityBehavior.getStringFromField(Expression expression,
DelegateExecution execution) |
protected String |
MailActivityBehavior.getStringFromField(Expression expression,
DelegateExecution execution) |
void |
ServiceTaskJavaDelegateActivityBehavior.notify(DelegateExecution execution) |
Modifier and Type | Field and Description |
---|---|
protected DelegateExecution |
JavaDelegateInvocation.execution |
protected DelegateExecution |
ExecutionListenerInvocation.execution |
Constructor and Description |
---|
ExecutionListenerInvocation(ExecutionListener executionListenerInstance,
DelegateExecution execution) |
JavaDelegateInvocation(JavaDelegate delegateInstance,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptExecutionListener.notify(DelegateExecution execution) |
void |
ExpressionExecutionListener.notify(DelegateExecution execution) |
void |
DelegateExpressionExecutionListener.notify(DelegateExecution execution) |
void |
ClassDelegateExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionalEventDefinition.evaluate(DelegateExecution execution) |
boolean |
ConditionalEventDefinition.tryEvaluate(DelegateExecution execution) |
boolean |
ConditionalEventDefinition.tryEvaluate(VariableEvent variableEvent,
DelegateExecution execution) |
Modifier and Type | Field and Description |
---|---|
protected DelegateExecution |
TenantIdProviderHistoricDecisionInstanceContext.execution |
protected DelegateExecution |
TenantIdProviderProcessInstanceContext.superExecution |
protected DelegateExecution |
TenantIdProviderCaseInstanceContext.superExecution |
Modifier and Type | Method and Description |
---|---|
DelegateExecution |
TenantIdProviderHistoricDecisionInstanceContext.getExecution() |
DelegateExecution |
TenantIdProviderProcessInstanceContext.getSuperExecution() |
DelegateExecution |
TenantIdProviderCaseInstanceContext.getSuperExecution() |
Constructor and Description |
---|
TenantIdProviderCaseInstanceContext(CaseDefinition caseDefinition,
org.camunda.bpm.engine.variable.VariableMap variables,
DelegateExecution superExecution) |
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
DelegateExecution execution) |
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
org.camunda.bpm.engine.variable.VariableMap variables,
DelegateExecution superExecution) |
Modifier and Type | Method and Description |
---|---|
boolean |
UelExpressionCondition.evaluate(DelegateExecution execution) |
boolean |
UelExpressionCondition.evaluate(VariableScope scope,
DelegateExecution execution) |
boolean |
UelExpressionCondition.tryEvaluate(VariableScope scope,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
DelegateExecution |
DefaultFormFieldValidatorContext.getExecution() |
Modifier and Type | Method and Description |
---|---|
DelegateExecution |
FormFieldValidatorContext.getExecution()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DelegateFormFieldValidator.shouldPerformPaContextSwitch(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
protected HistoryEvent |
ProcessInstanceUpdateListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceStartListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceEndListener.createHistoryEvent(DelegateExecution execution) |
protected abstract HistoryEvent |
HistoryExecutionListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ActivityInstanceStartListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ActivityInstanceEndListener.createHistoryEvent(DelegateExecution execution) |
void |
HistoryExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
protected DelegateExecution |
DefaultDmnHistoryEventProducer.getExecution(HistoricDecisionInstanceEntity event) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is started.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task)
Creates the history event fired when an activity instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task) |
HistoryEvent |
DmnHistoryEventProducer.createDecisionEvaluatedEvt(DelegateExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a process instance.
|
HistoryEvent |
DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt(DelegateExecution execution,
DmnDecisionEvaluationEvent evaluationEvent) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when a process instance is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceMigrateEvt(DelegateExecution execution)
Creates the history event fired when a process instance is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceMigrateEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when a process instances is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceUpdateEvt(DelegateExecution execution)
Creates the history event fired when a process instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceUpdateEvt(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
protected void |
MigratingActivityInstance.migrateActivityInstanceHistory(DelegateExecution execution) |
protected void |
MigratingActivityInstance.migrateHistory(DelegateExecution execution) |
protected void |
MigratingActivityInstance.migrateProcessInstanceHistory(DelegateExecution execution) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityExecution |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
class |
PvmExecutionImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptCondition.evaluate(DelegateExecution execution) |
boolean |
ScriptCondition.evaluate(VariableScope scope,
DelegateExecution execution) |
boolean |
ScriptCondition.tryEvaluate(VariableScope scope,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveInvoiceService.execute(DelegateExecution execution) |
void |
NotifyCreditorService.execute(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionIdRecorder.notify(DelegateExecution execution) |
void |
SignalTestRunListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
FailingDelegate.execute(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ThrowBpmnErrorDelegate.execute(DelegateExecution execution) |
void |
ThrowBpmnErrorDelegate.notify(DelegateExecution execution) |
protected void |
ThrowBpmnErrorDelegate.throwErrorIfRequested(DelegateExecution execution) |
protected void |
ThrowBpmnErrorDelegate.throwExceptionIfRequested(DelegateExecution execution) |
Copyright © 2017. All rights reserved.