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 withJavaDelegates.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 voidProcessApplicationLogger. 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 voidProcessApplicationEventListenerDelegate. notify(DelegateTask delegateTask)protected voidProcessApplicationEventListenerDelegate. 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 DelegateTaskBusinessProcessEvent. 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 DelegateTaskCdiBusinessProcessEvent. delegateTaskMethods in org.camunda.bpm.engine.cdi.impl.event that return DelegateTask Modifier and Type Method Description DelegateTaskCdiBusinessProcessEvent. getTask()Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type DelegateTask Modifier and Type Method Description protected BusinessProcessEventCdiEventListener. createEvent(DelegateTask task)voidCdiEventListener. 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, java.util.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 voidTaskListener. 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 HistoryEventActivityInstanceUpdateListener. createHistoryEvent(DelegateTask task, ExecutionEntity execution)protected abstract HistoryEventHistoryTaskListener. createHistoryEvent(DelegateTask task, ExecutionEntity execution)voidHistoryTaskListener. 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 HistoryEventDefaultHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)HistoryEventHistoryEventProducer. createActivityInstanceUpdateEvt(DelegateExecution execution, DelegateTask task)Creates the history event fired when an activity instance is updated.HistoryEventDefaultHistoryEventProducer. createTaskInstanceCompleteEvt(DelegateTask task, java.lang.String deleteReason)HistoryEventHistoryEventProducer. createTaskInstanceCompleteEvt(DelegateTask task, java.lang.String deleteReason)Creates the history event fired when a task instances is completed.HistoryEventDefaultHistoryEventProducer. createTaskInstanceCreateEvt(DelegateTask task)HistoryEventHistoryEventProducer. createTaskInstanceCreateEvt(DelegateTask task)Creates the history event fired when a task instance is created.HistoryEventDefaultHistoryEventProducer. createTaskInstanceMigrateEvt(DelegateTask task)HistoryEventHistoryEventProducer. createTaskInstanceMigrateEvt(DelegateTask task)Creates the history event fired when a task instance is migrated.HistoryEventDefaultHistoryEventProducer. createTaskInstanceUpdateEvt(DelegateTask task)HistoryEventHistoryEventProducer. createTaskInstanceUpdateEvt(DelegateTask task)Creates the history event fired when a task instance is updated.protected HistoricTaskInstanceEventEntityCacheAwareHistoryEventProducer. loadTaskInstanceEvent(DelegateTask task)protected HistoricTaskInstanceEventEntityDefaultHistoryEventProducer. loadTaskInstanceEvent(DelegateTask task)protected HistoricTaskInstanceEventEntityDefaultHistoryEventProducer. 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 classTaskEntity -
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 voidTaskListener. 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 DelegateTaskTaskListenerInvocation. delegateTaskConstructors 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 voidClassDelegateTaskListener. notify(DelegateTask delegateTask)voidDelegateExpressionTaskListener. notify(DelegateTask delegateTask)voidExpressionTaskListener. notify(DelegateTask delegateTask)voidScriptTaskListener. 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 voidTaskIdRecorder. 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)
-