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 |
---|---|
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 |
ExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
boolean |
Condition.evaluate(DelegateExecution execution) |
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 |
DelegateExpressionExecutionListener.notify(DelegateExecution execution) |
void |
ClassDelegateExecutionListener.notify(DelegateExecution execution) |
void |
ExpressionExecutionListener.notify(DelegateExecution execution) |
void |
ScriptExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
boolean |
UelExpressionCondition.evaluate(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 abstract HistoryEvent |
HistoryExecutionListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceEndListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ActivityInstanceEndListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceStartListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ActivityInstanceStartListener.createHistoryEvent(DelegateExecution execution) |
void |
HistoryExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when an activity instances is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an activity instances is started.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task)
Creates the history event fired when an activity instances is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when a process instances is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an process instances is created.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricsExecutionListener.notify(DelegateExecution execution) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
Modifier and Type | Method and Description |
---|---|
void |
TaskEntity.setExecution(DelegateExecution execution) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveInvoiceService.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 © 2018. All rights reserved.