Modifier and Type | Method and Description |
---|---|
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. |
TaskListener |
AbstractProcessApplication.getTaskListener() |
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 | Class and Description |
---|---|
class |
CdiEventListener
Generic
ExecutionListener publishing events using the cdi event
infrastructure. |
class |
CdiExecutionListener
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected TaskListener |
BpmnParse.parseTaskListener(Element taskListenerElement) |
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 List<TaskListener> |
TaskEntity.getListenersForEvent(String event) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<TaskListener>> |
TaskDefinition.builtinTaskListeners |
protected Map<String,List<TaskListener>> |
TaskDefinition.taskListeners |
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) |
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() |
Modifier and Type | Class and Description |
---|---|
class |
TaskIdRecorder
TaskListener recording the current task id in the PerfTestRunContext
using the key PerfTestConstants.TASK_ID . |
Copyright © 2019. All rights reserved.