Package | Description |
---|---|
org.camunda.bpm.application.impl.event | |
org.camunda.bpm.engine.cdi.impl.event | |
org.camunda.bpm.engine.delegate |
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. |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.bpmn.delegate | |
org.camunda.bpm.engine.impl.bpmn.listener | |
org.camunda.bpm.engine.impl.el | |
org.camunda.bpm.engine.impl.form.handler | |
org.camunda.bpm.engine.impl.form.validator | |
org.camunda.bpm.engine.impl.history.parser | |
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.pvm.delegate | |
org.camunda.bpm.engine.impl.pvm.runtime | |
org.camunda.bpm.engine.impl.scripting | |
org.camunda.bpm.example.invoice.service |
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 |
CallActivityBehavior.completing(DelegateExecution execution,
DelegateExecution subProcessInstance) |
void |
MultiInstanceActivityBehavior.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 | 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 activity instances is created.
|
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 | 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 | 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) |
Copyright © 2018. All rights reserved.