Uses of Interface
org.camunda.bpm.engine.delegate.DelegateTask
Packages that use DelegateTask
Package
Description
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.-
Uses of DelegateTask in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl with parameters of type DelegateTaskModifier and TypeMethodDescriptionvoid
ProcessApplicationLogger.taskNotRelatedToExecution
(DelegateTask delegateTask) -
Uses of DelegateTask in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type DelegateTaskModifier and TypeMethodDescriptionvoid
ProcessApplicationEventListenerDelegate.notify
(DelegateTask delegateTask) protected void
ProcessApplicationEventListenerDelegate.notifyTaskListener
(DelegateTask task) -
Uses of DelegateTask in org.camunda.bpm.engine.cdi
Methods in org.camunda.bpm.engine.cdi that return DelegateTask -
Uses of DelegateTask in org.camunda.bpm.engine.cdi.impl.event
Fields in org.camunda.bpm.engine.cdi.impl.event declared as DelegateTaskModifier and TypeFieldDescriptionprotected final DelegateTask
CdiBusinessProcessEvent.delegateTask
Methods in org.camunda.bpm.engine.cdi.impl.event that return DelegateTaskMethods in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateTaskModifier and TypeMethodDescriptionprotected BusinessProcessEvent
AbstractCdiEventListener.createEvent
(DelegateTask task) void
AbstractCdiEventListener.notify
(DelegateTask task) Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateTaskModifierConstructorDescriptionCdiBusinessProcessEvent
(DelegateTask task, ProcessDefinitionEntity processDefinition, BusinessProcessEventType type, Date timeStamp) -
Uses of DelegateTask in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate with parameters of type DelegateTask -
Uses of DelegateTask in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type DelegateTaskModifier and TypeMethodDescriptionprotected HistoryEvent
ActivityInstanceUpdateListener.createHistoryEvent
(DelegateTask task, ExecutionEntity execution) protected abstract HistoryEvent
HistoryTaskListener.createHistoryEvent
(DelegateTask task, ExecutionEntity execution) void
HistoryTaskListener.notify
(DelegateTask task) -
Uses of DelegateTask in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type DelegateTaskModifier and TypeMethodDescriptionDefaultHistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution, DelegateTask task) HistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution, DelegateTask task) Creates the history event fired when an activity instance is updated.DefaultHistoryEventProducer.createTaskInstanceCompleteEvt
(DelegateTask task, String deleteReason) HistoryEventProducer.createTaskInstanceCompleteEvt
(DelegateTask task, String deleteReason) Creates the history event fired when a task instances is completed.DefaultHistoryEventProducer.createTaskInstanceCreateEvt
(DelegateTask task) HistoryEventProducer.createTaskInstanceCreateEvt
(DelegateTask task) Creates the history event fired when a task instance is created.DefaultHistoryEventProducer.createTaskInstanceMigrateEvt
(DelegateTask task) HistoryEventProducer.createTaskInstanceMigrateEvt
(DelegateTask task) Creates the history event fired when a task instance is migrated.DefaultHistoryEventProducer.createTaskInstanceUpdateEvt
(DelegateTask task) HistoryEventProducer.createTaskInstanceUpdateEvt
(DelegateTask task) Creates the history event fired when a task instance is updated.protected HistoricTaskInstanceEventEntity
CacheAwareHistoryEventProducer.loadTaskInstanceEvent
(DelegateTask task) protected HistoricTaskInstanceEventEntity
DefaultHistoryEventProducer.loadTaskInstanceEvent
(DelegateTask task) protected HistoricTaskInstanceEventEntity
DefaultHistoryEventProducer.newTaskInstanceEventEntity
(DelegateTask task) -
Uses of DelegateTask in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DelegateTask -
Uses of DelegateTask in org.camunda.bpm.engine.impl.pvm.delegate
Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type DelegateTaskModifier and TypeMethodDescriptionvoid
TaskListener.notify
(DelegateTask delegateTask) Deprecated. -
Uses of DelegateTask in org.camunda.bpm.engine.impl.task.delegate
Fields in org.camunda.bpm.engine.impl.task.delegate declared as DelegateTaskModifier and TypeFieldDescriptionprotected final DelegateTask
TaskListenerInvocation.delegateTask
Constructors in org.camunda.bpm.engine.impl.task.delegate with parameters of type DelegateTaskModifierConstructorDescriptionTaskListenerInvocation
(TaskListener executionListenerInstance, DelegateTask delegateTask) TaskListenerInvocation
(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution) -
Uses of DelegateTask in org.camunda.bpm.engine.impl.task.listener
Methods in org.camunda.bpm.engine.impl.task.listener with parameters of type DelegateTaskModifier and TypeMethodDescriptionvoid
ClassDelegateTaskListener.notify
(DelegateTask delegateTask) void
DelegateExpressionTaskListener.notify
(DelegateTask delegateTask) void
ExpressionTaskListener.notify
(DelegateTask delegateTask) void
ScriptTaskListener.notify
(DelegateTask delegateTask) -
Uses of DelegateTask in org.camunda.bpm.qa.performance.engine.steps
Methods in org.camunda.bpm.qa.performance.engine.steps with parameters of type DelegateTask -
Uses of DelegateTask in org.camunda.bpm.spring.boot.starter.event
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type DelegateTask