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 with
JavaDelegate 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 |
Modifier and Type | Method and Description |
---|---|
void |
ProcessApplicationLogger.taskNotRelatedToExecution(DelegateTask delegateTask) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessApplicationEventListenerDelegate.notify(DelegateTask delegateTask) |
protected void |
ProcessApplicationEventListenerDelegate.notifyTaskListener(DelegateTask task) |
Modifier and Type | Method and Description |
---|---|
DelegateTask |
BusinessProcessEvent.getTask() |
Modifier and Type | Field and Description |
---|---|
protected DelegateTask |
CdiBusinessProcessEvent.delegateTask |
Modifier and Type | Method and Description |
---|---|
DelegateTask |
CdiBusinessProcessEvent.getTask() |
Modifier and Type | Method and Description |
---|---|
protected BusinessProcessEvent |
CdiEventListener.createEvent(DelegateTask task) |
void |
CdiEventListener.notify(DelegateTask task) |
Constructor and Description |
---|
CdiBusinessProcessEvent(DelegateTask task,
ProcessDefinitionEntity processDefinition,
BusinessProcessEventType type,
Date timeStamp) |
Modifier and Type | Method and Description |
---|---|
void |
TaskListener.notify(DelegateTask delegateTask) |
Modifier and Type | Method and Description |
---|---|
protected abstract HistoryEvent |
HistoryTaskListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution) |
protected HistoryEvent |
ActivityInstanceUpdateListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution) |
void |
HistoryTaskListener.notify(DelegateTask task) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task)
Creates the history event fired when an activity instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceCompleteEvt(DelegateTask task,
String deleteReason)
Creates the history event fired when a task instances is completed.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceCompleteEvt(DelegateTask task,
String deleteReason) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceCreateEvt(DelegateTask task)
Creates the history event fired when a task instance is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceCreateEvt(DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceMigrateEvt(DelegateTask task)
Creates the history event fired when a task instance is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceMigrateEvt(DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceUpdateEvt(DelegateTask task)
Creates the history event fired when a task instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceUpdateEvt(DelegateTask task) |
protected HistoricTaskInstanceEventEntity |
DefaultHistoryEventProducer.loadTaskInstanceEvent(DelegateTask task) |
protected HistoricTaskInstanceEventEntity |
CacheAwareHistoryEventProducer.loadTaskInstanceEvent(DelegateTask task) |
protected HistoricTaskInstanceEventEntity |
DefaultHistoryEventProducer.newTaskInstanceEventEntity(DelegateTask task) |
Modifier and Type | Class and Description |
---|---|
class |
TaskEntity |
Modifier and Type | Method and Description |
---|---|
void |
TaskListener.notify(DelegateTask delegateTask)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected DelegateTask |
TaskListenerInvocation.delegateTask |
Constructor and Description |
---|
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask) |
TaskListenerInvocation(TaskListener taskListenerInstance,
DelegateTask delegateTask,
BaseDelegateExecution contextExecution) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptTaskListener.notify(DelegateTask delegateTask) |
void |
ExpressionTaskListener.notify(DelegateTask delegateTask) |
void |
DelegateExpressionTaskListener.notify(DelegateTask delegateTask) |
void |
ClassDelegateTaskListener.notify(DelegateTask delegateTask) |
Modifier and Type | Method and Description |
---|---|
void |
TaskIdRecorder.notify(DelegateTask delegateTask) |
Copyright © 2017. All rights reserved.