Package | Description |
---|---|
org.activiti.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.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.bpmn.behavior | |
org.activiti.engine.impl.bpmn.helper | |
org.activiti.engine.impl.bpmn.listener | |
org.activiti.engine.impl.delegate | |
org.activiti.engine.impl.el | |
org.activiti.engine.impl.history.handler | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.pvm.delegate | |
org.activiti.engine.impl.pvm.runtime | |
org.activiti.engine.impl.scripting | |
org.activiti.engine.impl.test |
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(String sequenceFlowId,
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.completing(DelegateExecution execution,
DelegateExecution subProcessInstance) |
void |
ClassDelegate.notify(DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptExecutionListener.notify(DelegateExecution execution) |
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(String sequenceFlowId,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
StartEventEndHandler.notify(DelegateExecution execution) |
void |
ProcessInstanceEndHandler.notify(DelegateExecution execution) |
void |
CallActivityStartHandler.notify(DelegateExecution execution) |
void |
ActivityInstanceStartHandler.notify(DelegateExecution execution) |
void |
ActivityInstanceEndHandler.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 |
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 |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptCondition.evaluate(String sequenceFlowId,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
NoOpServiceTask.execute(DelegateExecution execution) |
Copyright © 2016 Alfresco. All rights reserved.