| Package | Description |
|---|---|
| org.activiti.engine.impl.history.handler | |
| org.flowable.cdi.impl.event | |
| org.flowable.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.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.helper | |
| org.flowable.engine.impl.bpmn.listener | |
| org.flowable.scripting.secure.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityInstanceEndHandler |
class |
ActivityInstanceStartHandler |
class |
CallActivityStartHandler |
class |
ProcessInstanceEndHandler |
class |
StartEventEndHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
CdiExecutionListener
Generic
ExecutionListener publishing events using the cdi event infrastructure. |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureJavascriptExecutionListener |
Copyright © 2023 Flowable. All rights reserved.