Uses of Interface
org.camunda.bpm.engine.delegate.TaskListener
-
-
Uses of TaskListener in org.camunda.bpm.application
Methods in org.camunda.bpm.application that return TaskListener Modifier and Type Method Description TaskListenerAbstractProcessApplication. getTaskListener()TaskListenerProcessApplicationInterface. getTaskListener()Allows the process application to provide aTaskListenerwhich 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
Classes in org.camunda.bpm.application.impl.event that implement TaskListener Modifier and Type Class Description classProcessApplicationEventListenerDelegateExecutionListenerandTaskListenerimplementation delegating to theExecutionListenerandTaskListenerprovided by aProcessApplication.Fields in org.camunda.bpm.application.impl.event declared as TaskListener Modifier and Type Field Description static TaskListenerProcessApplicationEventParseListener. TASK_LISTENER -
Uses of TaskListener in org.camunda.bpm.engine.cdi.impl.event
Classes in org.camunda.bpm.engine.cdi.impl.event that implement TaskListener Modifier and Type Class Description classAbstractCdiEventListenerGenericExecutionListenerpublishing events using the CDI event infrastructure.classCdiEventListenerGenericExecutionListenerpublishing events using the CDI event infrastructure.classCdiExecutionListenerDeprecated. -
Uses of TaskListener in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return TaskListener Modifier and Type Method Description protected TaskListenerBpmnParse. parseTaskListener(Element taskListenerElement, java.lang.String taskElementId)protected TaskListenerBpmnParse. parseTimeoutTaskListener(Element taskListenerElement, ActivityImpl timerActivity, TaskDefinition taskDefinition) -
Uses of TaskListener in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return TaskListener Modifier and Type Method Description protected TaskListenerHumanTaskItemHandler. initializeTaskListener(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CamundaTaskListener listener) -
Uses of TaskListener in org.camunda.bpm.engine.impl.history.parser
Classes in org.camunda.bpm.engine.impl.history.parser that implement TaskListener Modifier and Type Class Description classActivityInstanceUpdateListenerclassHistoryTaskListenerATaskListenerimplementation that delegates to aHistoryEventProducer.Fields in org.camunda.bpm.engine.impl.history.parser declared as TaskListener Modifier and Type Field Description protected TaskListenerHistoryParseListener. USER_TASK_ASSIGNMENT_HANDLERprotected TaskListenerHistoryParseListener. USER_TASK_ID_HANDLER -
Uses of TaskListener in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return TaskListener Modifier and Type Method Description protected TaskListenerTaskEntity. getTimeoutListener(java.lang.String timeoutId)Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type TaskListener Modifier and Type Method Description protected java.util.List<TaskListener>TaskEntity. getListenersForEvent(java.lang.String event)Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskListener Modifier and Type Method Description protected booleanTaskEntity. invokeListener(java.lang.String taskEventName, TaskListener taskListener)protected booleanTaskEntity. invokeListener(CoreExecution currentExecution, java.lang.String eventName, TaskListener taskListener) -
Uses of TaskListener in org.camunda.bpm.engine.impl.task
Fields in org.camunda.bpm.engine.impl.task with type parameters of type TaskListener Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.List<TaskListener>>TaskDefinition. builtinTaskListenersprotected java.util.Map<java.lang.String,java.util.List<TaskListener>>TaskDefinition. taskListenersprotected java.util.Map<java.lang.String,TaskListener>TaskDefinition. timeoutTaskListenersMethods in org.camunda.bpm.engine.impl.task that return TaskListener Modifier and Type Method Description TaskListenerTaskDefinition. getTimeoutTaskListener(java.lang.String timeoutId)Methods in org.camunda.bpm.engine.impl.task that return types with arguments of type TaskListener Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TaskListener>>TaskDefinition. getBuiltinTaskListeners()java.util.List<TaskListener>TaskDefinition. getBuiltinTaskListeners(java.lang.String eventName)java.util.Map<java.lang.String,java.util.List<TaskListener>>TaskDefinition. getTaskListeners()java.util.List<TaskListener>TaskDefinition. getTaskListeners(java.lang.String eventName)Methods in org.camunda.bpm.engine.impl.task with parameters of type TaskListener Modifier and Type Method Description voidTaskDefinition. addBuiltInTaskListener(java.lang.String eventName, TaskListener taskListener)voidTaskDefinition. addTaskListener(java.lang.String eventName, TaskListener taskListener)voidTaskDefinition. addTimeoutTaskListener(java.lang.String timeoutId, TaskListener taskListener)Method parameters in org.camunda.bpm.engine.impl.task with type arguments of type TaskListener Modifier and Type Method Description voidTaskDefinition. setTaskListeners(java.util.Map<java.lang.String,java.util.List<TaskListener>> taskListeners) -
Uses of TaskListener in org.camunda.bpm.engine.impl.task.delegate
Fields in org.camunda.bpm.engine.impl.task.delegate declared as TaskListener Modifier and Type Field Description protected TaskListenerTaskListenerInvocation. taskListenerInstanceConstructors in org.camunda.bpm.engine.impl.task.delegate with parameters of type TaskListener Constructor Description TaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask)TaskListenerInvocation(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution) -
Uses of TaskListener in org.camunda.bpm.engine.impl.task.listener
Classes in org.camunda.bpm.engine.impl.task.listener that implement TaskListener Modifier and Type Class Description classClassDelegateTaskListenerclassDelegateExpressionTaskListenerclassExpressionTaskListenerclassScriptTaskListenerATaskListenerwhich invokes aExecutableScriptwhen notified.Methods in org.camunda.bpm.engine.impl.task.listener that return TaskListener Modifier and Type Method Description protected TaskListenerClassDelegateTaskListener. getTaskListenerInstance() -
Uses of TaskListener in org.camunda.bpm.qa.performance.engine.steps
Classes in org.camunda.bpm.qa.performance.engine.steps that implement TaskListener Modifier and Type Class Description classTaskIdRecorderTaskListenerrecording the current task id in thePerfTestRunContextusing the keyPerfTestConstants.TASK_ID.
-