Package | Description |
---|---|
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.bpmn.helper | |
org.camunda.bpm.engine.impl.bpmn.listener | |
org.camunda.bpm.engine.impl.delegate | |
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 |
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 |
---|---|
void |
ClassDelegate.notify(DelegateTask delegateTask) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptTaskListener.notify(DelegateTask delegateTask) |
void |
ExpressionTaskListener.notify(DelegateTask delegateTask) |
void |
DelegateExpressionTaskListener.notify(DelegateTask delegateTask) |
Modifier and Type | Field and Description |
---|---|
protected DelegateTask |
TaskListenerInvocation.delegateTask |
Constructor and Description |
---|
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask) |
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask,
InterpretableExecution contextExecution) |
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 instances 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 instances is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceCreateEvt(DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceUpdateEvt(DelegateTask task)
Creates the history event fired when a task instances 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.
|
Copyright © 2015. All rights reserved.