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