| 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
JavaDelegates. |
| org.activiti.engine.impl.bpmn.behavior | |
| org.activiti.engine.impl.bpmn.helper | |
| org.activiti.engine.impl.bpmn.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
interface |
TransactionDependentExecutionListener |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTaskJavaDelegateActivityBehavior |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDelegate
Helper class for bpmn constructs that allow class delegation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateExpressionExecutionListener |
class |
DelegateExpressionTransactionDependentExecutionListener |
class |
ExpressionExecutionListener
An
ExecutionListener that evaluates a Expression when notified. |
class |
ScriptExecutionListener |
Copyright © 2010–2018 Alfresco. All rights reserved.