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
JavaDelegate s. |
org.activiti.engine.impl.bpmn.helper | |
org.activiti.engine.impl.bpmn.listener | |
org.activiti.engine.impl.delegate | |
org.activiti.engine.impl.history.handler | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.pvm.delegate |
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 | Class and Description |
---|---|
class |
TaskEntity |
Modifier and Type | Method and Description |
---|---|
void |
TaskListener.notify(DelegateTask delegateTask)
Deprecated.
|
Copyright © 2016 Alfresco. All rights reserved.