| Modifier and Type | Method and Description |
|---|---|
TaskListener |
AbstractProcessApplication.getTaskListener() |
TaskListener |
ProcessApplicationInterface.getTaskListener()
Allows the process application to provide a
TaskListener which is notified about
all Task events in all of the process instances deployed by this process application. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessApplicationEventListenerDelegate
ExecutionListener and TaskListener implementation delegating to
the ExecutionListener and TaskListener provided by a
ProcessApplication. |
| Modifier and Type | Field and Description |
|---|---|
static TaskListener |
ProcessApplicationEventParseListener.TASK_LISTENER |
| Modifier and Type | Method and Description |
|---|---|
protected TaskListener |
BpmnParse.parseTaskListener(Element taskListenerElement,
String taskElementId) |
protected TaskListener |
BpmnParse.parseTimeoutTaskListener(Element taskListenerElement,
ActivityImpl timerActivity,
TaskDefinition taskDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected TaskListener |
HumanTaskItemHandler.initializeTaskListener(CmmnElement element,
CmmnActivity activity,
CmmnHandlerContext context,
CamundaTaskListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityInstanceUpdateListener |
class |
HistoryTaskListener
A
TaskListener implementation that delegates to a
HistoryEventProducer. |
| Modifier and Type | Field and Description |
|---|---|
protected TaskListener |
HistoryParseListener.USER_TASK_ASSIGNMENT_HANDLER |
protected TaskListener |
HistoryParseListener.USER_TASK_ID_HANDLER |
| Modifier and Type | Method and Description |
|---|---|
protected TaskListener |
TaskEntity.getTimeoutListener(String timeoutId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaskListener> |
TaskEntity.getListenersForEvent(String event) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TaskEntity.invokeListener(CoreExecution currentExecution,
String eventName,
TaskListener taskListener) |
protected boolean |
TaskEntity.invokeListener(String taskEventName,
TaskListener taskListener) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<TaskListener>> |
TaskDefinition.builtinTaskListeners |
protected Map<String,List<TaskListener>> |
TaskDefinition.taskListeners |
protected Map<String,TaskListener> |
TaskDefinition.timeoutTaskListeners |
| Modifier and Type | Method and Description |
|---|---|
TaskListener |
TaskDefinition.getTimeoutTaskListener(String timeoutId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<TaskListener>> |
TaskDefinition.getBuiltinTaskListeners() |
List<TaskListener> |
TaskDefinition.getBuiltinTaskListeners(String eventName) |
Map<String,List<TaskListener>> |
TaskDefinition.getTaskListeners() |
List<TaskListener> |
TaskDefinition.getTaskListeners(String eventName) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDefinition.addBuiltInTaskListener(String eventName,
TaskListener taskListener) |
void |
TaskDefinition.addTaskListener(String eventName,
TaskListener taskListener) |
void |
TaskDefinition.addTimeoutTaskListener(String timeoutId,
TaskListener taskListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDefinition.setTaskListeners(Map<String,List<TaskListener>> taskListeners) |
| Modifier and Type | Field and Description |
|---|---|
protected TaskListener |
TaskListenerInvocation.taskListenerInstance |
| Constructor and Description |
|---|
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask) |
TaskListenerInvocation(TaskListener taskListenerInstance,
DelegateTask delegateTask,
BaseDelegateExecution contextExecution) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDelegateTaskListener |
class |
DelegateExpressionTaskListener |
class |
ExpressionTaskListener |
class |
ScriptTaskListener
A
TaskListener which invokes a ExecutableScript when notified. |
| Modifier and Type | Method and Description |
|---|---|
protected TaskListener |
ClassDelegateTaskListener.getTaskListenerInstance() |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.