| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableListener> |
PlanItemDefinition.lifecycleListeners |
protected List<FlowableListener> |
HumanTask.taskListeners |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
FlowableListener.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableListener> |
PlanItemDefinition.getLifecycleListeners() |
List<FlowableListener> |
HumanTask.getTaskListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableListener.setValues(FlowableListener otherListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItemDefinition.setLifecycleListeners(List<FlowableListener> lifecycleListeners) |
void |
HumanTask.setTaskListeners(List<FlowableListener> taskListeners) |
Copyright © 2019 Flowable. All rights reserved.