| Package | Description |
|---|---|
| org.flowable.bpmn.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableListener> |
FlowElement.executionListeners |
protected List<FlowableListener> |
Process.executionListeners |
protected List<FlowableListener> |
UserTask.taskListeners |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
FlowableListener.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableListener> |
HasExecutionListeners.getExecutionListeners() |
List<FlowableListener> |
FlowElement.getExecutionListeners() |
List<FlowableListener> |
Process.getExecutionListeners() |
List<FlowableListener> |
UserTask.getTaskListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableListener.setValues(FlowableListener otherListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
HasExecutionListeners.setExecutionListeners(List<FlowableListener> executionListeners) |
void |
FlowElement.setExecutionListeners(List<FlowableListener> executionListeners) |
void |
Process.setExecutionListeners(List<FlowableListener> executionListeners) |
void |
UserTask.setTaskListeners(List<FlowableListener> taskListeners) |
Copyright © 2021 Flowable. All rights reserved.