| 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.helper | |
| org.activiti.engine.impl.bpmn.listener | |
| org.activiti.engine.impl.delegate.invocation | |
| org.activiti.engine.impl.history.handler | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskListener.notify(DelegateTask delegateTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDelegate.notify(DelegateTask delegateTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptTaskListener.notify(DelegateTask delegateTask) |
void |
ExpressionTaskListener.notify(DelegateTask delegateTask) |
void |
DelegateExpressionTaskListener.notify(DelegateTask delegateTask) |
| Modifier and Type | Field and Description |
|---|---|
protected DelegateTask |
TaskListenerInvocation.delegateTask |
| Constructor and Description |
|---|
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTaskIdHandler.notify(DelegateTask task) |
void |
UserTaskAssignmentHandler.notify(DelegateTask task) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskEntityImpl |
Copyright © 2015 Alfresco. All rights reserved.