Uses of Interface
org.camunda.bpm.engine.delegate.DelegateTask
-
Packages that use DelegateTask Package Description org.camunda.bpm.application.impl org.camunda.bpm.application.impl.event org.camunda.bpm.engine.cdi org.camunda.bpm.engine.cdi.impl.event org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl.history.parser org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.delegate org.camunda.bpm.engine.impl.task.delegate org.camunda.bpm.engine.impl.task.listener org.camunda.bpm.qa.performance.engine.steps org.camunda.bpm.spring.boot.starter.event -
-
Uses of DelegateTask in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl with parameters of type DelegateTask Modifier and Type Method Description void
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 DelegateTask Modifier and Type Method Description void
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 Modifier and Type Method Description DelegateTask
BusinessProcessEvent. getTask()
-
Uses of DelegateTask in org.camunda.bpm.engine.cdi.impl.event
Fields in org.camunda.bpm.engine.cdi.impl.event declared as DelegateTask Modifier and Type Field Description protected DelegateTask
CdiBusinessProcessEvent. delegateTask
Methods in org.camunda.bpm.engine.cdi.impl.event that return DelegateTask Modifier and Type Method Description DelegateTask
CdiBusinessProcessEvent. getTask()
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateTask Modifier and Type Method Description protected BusinessProcessEvent
CdiEventListener. createEvent(DelegateTask task)
void
CdiEventListener. notify(DelegateTask task)
Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateTask Constructor Description CdiBusinessProcessEvent(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 Modifier and Type Method Description void
TaskListener. notify(DelegateTask 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 DelegateTask Modifier and Type Method Description protected 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 DelegateTask Modifier and Type Method Description HistoryEvent
DefaultHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)
HistoryEvent
HistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)
Creates the history event fired when an activity instance is updated.HistoryEvent
DefaultHistoryEventProducer. createTaskInstanceCompleteEvt(DelegateTask task, String deleteReason)
HistoryEvent
HistoryEventProducer. createTaskInstanceCompleteEvt(DelegateTask task, String deleteReason)
Creates the history event fired when a task instances is completed.HistoryEvent
DefaultHistoryEventProducer. createTaskInstanceCreateEvt(DelegateTask task)
HistoryEvent
HistoryEventProducer. createTaskInstanceCreateEvt(DelegateTask task)
Creates the history event fired when a task instance is created.HistoryEvent
DefaultHistoryEventProducer. createTaskInstanceMigrateEvt(DelegateTask task)
HistoryEvent
HistoryEventProducer. createTaskInstanceMigrateEvt(DelegateTask task)
Creates the history event fired when a task instance is migrated.HistoryEvent
DefaultHistoryEventProducer. createTaskInstanceUpdateEvt(DelegateTask task)
HistoryEvent
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 Modifier and Type Class Description class
TaskEntity
-
Uses of DelegateTask in org.camunda.bpm.engine.impl.pvm.delegate
Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type DelegateTask Modifier and Type Method Description void
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 DelegateTask Modifier and Type Field Description protected DelegateTask
TaskListenerInvocation. delegateTask
Constructors in org.camunda.bpm.engine.impl.task.delegate with parameters of type DelegateTask Constructor Description TaskListenerInvocation(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 DelegateTask Modifier and Type Method Description void
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 Modifier and Type Method Description void
TaskIdRecorder. notify(DelegateTask 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 Constructor Description TaskEvent(DelegateTask delegateTask)
-