Uses of Interface
org.camunda.bpm.engine.delegate.TaskListener
Package
Description
-
Uses of TaskListener in org.camunda.bpm.application
Modifier and TypeMethodDescriptionAbstractProcessApplication.getTaskListener()
ProcessApplicationInterface.getTaskListener()
Allows the process application to provide aTaskListener
which is notified about all Task events in all of the process instances deployed by this process application. -
Uses of TaskListener in org.camunda.bpm.application.impl.event
Modifier and TypeClassDescriptionclass
ExecutionListener
andTaskListener
implementation delegating to theExecutionListener
andTaskListener
provided by aProcessApplication
.Modifier and TypeFieldDescriptionstatic final TaskListener
ProcessApplicationEventParseListener.TASK_LISTENER
-
Uses of TaskListener in org.camunda.bpm.engine.cdi.impl.event
Modifier and TypeClassDescriptionclass
GenericExecutionListener
publishing events using the CDI event infrastructure.class
GenericExecutionListener
publishing events using the CDI event infrastructure.class
Deprecated. -
Uses of TaskListener in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionprotected TaskListener
BpmnParse.parseTaskListener
(Element taskListenerElement, String taskElementId) protected TaskListener
BpmnParse.parseTimeoutTaskListener
(Element taskListenerElement, ActivityImpl timerActivity, TaskDefinition taskDefinition) -
Uses of TaskListener in org.camunda.bpm.engine.impl.cmmn.handler
Modifier and TypeMethodDescriptionprotected TaskListener
HumanTaskItemHandler.initializeTaskListener
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CamundaTaskListener listener) -
Uses of TaskListener in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeClassDescriptionclass
class
ATaskListener
implementation that delegates to aHistoryEventProducer
.Modifier and TypeFieldDescriptionprotected TaskListener
HistoryParseListener.USER_TASK_ASSIGNMENT_HANDLER
protected TaskListener
HistoryParseListener.USER_TASK_ID_HANDLER
-
Uses of TaskListener in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected TaskListener
TaskEntity.getTimeoutListener
(String timeoutId) Modifier and TypeMethodDescriptionprotected List<TaskListener>
TaskEntity.getListenersForEvent
(String event) Modifier and TypeMethodDescriptionprotected boolean
TaskEntity.invokeListener
(String taskEventName, TaskListener taskListener) protected boolean
TaskEntity.invokeListener
(CoreExecution currentExecution, String eventName, TaskListener taskListener) -
Uses of TaskListener in org.camunda.bpm.engine.impl.task
Modifier and TypeFieldDescriptionprotected Map<String,
List<TaskListener>> TaskDefinition.allTaskListeners
protected Map<String,
List<TaskListener>> TaskDefinition.builtinTaskListeners
protected Map<String,
List<TaskListener>> TaskDefinition.taskListeners
protected Map<String,
TaskListener> TaskDefinition.timeoutTaskListeners
Modifier and TypeMethodDescriptionTaskDefinition.getAllTaskListenersForEvent
(String eventName) TaskDefinition.getBuiltinTaskListeners()
TaskDefinition.getBuiltinTaskListenersForEvent
(String eventName) TaskDefinition.getTaskListeners()
TaskDefinition.getTaskListenersForEvent
(String eventName) Modifier and TypeMethodDescriptionvoid
TaskDefinition.addBuiltInTaskListener
(String eventName, TaskListener taskListener) void
TaskDefinition.addTaskListener
(String eventName, TaskListener taskListener) void
TaskDefinition.addTimeoutTaskListener
(String timeoutId, TaskListener taskListener) Modifier and TypeMethodDescriptionvoid
TaskDefinition.setTaskListeners
(Map<String, List<TaskListener>> taskListeners) -
Uses of TaskListener in org.camunda.bpm.engine.impl.task.delegate
Modifier and TypeFieldDescriptionprotected final TaskListener
TaskListenerInvocation.taskListenerInstance
ModifierConstructorDescriptionTaskListenerInvocation
(TaskListener executionListenerInstance, DelegateTask delegateTask) TaskListenerInvocation
(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution) -
Uses of TaskListener in org.camunda.bpm.engine.impl.task.listener
Modifier and TypeClassDescriptionclass
class
class
class
ATaskListener
which invokes aExecutableScript
when notified.Modifier and TypeMethodDescriptionprotected TaskListener
ClassDelegateTaskListener.getTaskListenerInstance()
-
Uses of TaskListener in org.camunda.bpm.qa.performance.engine.steps
Modifier and TypeClassDescriptionclass
TaskListener
recording the current task id in thePerfTestRunContext
using the keyPerfTestConstants.TASK_ID
.