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.
|
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 |
MultiInstanceActivityBehavior.completing(DelegateExecution execution,
DelegateExecution subProcessInstance) |
void |
CallActivityBehavior.completing(DelegateExecution execution,
DelegateExecution subProcessInstance) |
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 | Method and Description |
---|---|
void |
ClassDelegate.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionExecutionListener.notify(DelegateExecution execution) |
void |
DelegateExpressionExecutionListener.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 |
---|---|
boolean |
UelExpressionCondition.evaluate(DelegateExecution execution) |
Modifier and Type | Field and Description |
---|---|
protected DelegateExecution |
DefaultFormFieldValidatorContext.execution |
Modifier and Type | Method and Description |
---|---|
DelegateExecution |
DefaultFormFieldValidatorContext.getExecution() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFormFieldValidatorContext.setExecution(DelegateExecution execution) |
Constructor and Description |
---|
DefaultFormFieldValidatorContext(DelegateExecution execution,
String configuration,
Map<String,Object> submittedValues) |
Modifier and Type | Method and Description |
---|---|
DelegateExecution |
FormFieldValidatorContext.getExecution() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DelegateFormFieldValidator.shouldPerformPaContextSwitch(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
HistoryEvent |
HistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when an activity instances is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an activity instances is started.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task)
Creates the history event fired when an activity instances is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when a process instances is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an activity instances is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceStartEvt(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 |
interface |
ExecutionListenerExecution |
Modifier and Type | Method and Description |
---|---|
void |
SubProcessActivityBehavior.completing(DelegateExecution execution,
DelegateExecution subProcessInstance)
called before the process instance is destroyed to allow
this activity to extract data from the sub process instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InterpretableExecution
Interpretable view of an execution.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptCondition.evaluate(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
FailingDelegate.execute(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveInvoiceService.execute(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
CreateIncidentListener.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
AddVariablesService.execute(DelegateExecution execution) |
Copyright © 2015. All rights reserved.