| Package | Description |
|---|---|
| org.camunda.bpm.application.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
JavaDelegates. |
| org.camunda.bpm.engine.impl.bpmn.behavior | |
| org.camunda.bpm.engine.impl.bpmn.listener | |
| org.camunda.bpm.engine.impl.cmmn.listener | |
| org.camunda.bpm.engine.impl.core.instance | |
| org.camunda.bpm.engine.impl.core.model | |
| org.camunda.bpm.engine.impl.core.operation | |
| org.camunda.bpm.engine.impl.history.parser | |
| org.camunda.bpm.engine.impl.history.transformer | |
| org.camunda.bpm.engine.impl.metrics.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessApplicationEventListenerDelegate
ExecutionListener and TaskListener implementation delegating to
the ExecutionListener and TaskListener provided by a
ProcessApplication. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseExecutionListener
Listener interface implemented by user code which wants to be notified
when a state transition happens on a
CaseExecution. |
interface |
ExecutionListener
Callback interface to be notified of execution events like starting a process instance,
ending an activity instance or taking a transition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTaskJavaDelegateActivityBehavior |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDelegateExecutionListener |
class |
DelegateExpressionExecutionListener |
class |
ExpressionExecutionListener
An
ExecutionListener that evaluates a Expression when notified. |
class |
ScriptExecutionListener
An
ExecutionListener which invokes a ExecutableScript when notified. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDelegateCaseExecutionListener |
class |
DelegateExpressionCaseExecutionListener |
class |
ExpressionCaseExecutionListener |
class |
ScriptCaseExecutionListener
An
CaseExecutionListener which invokes a ExecutableScript when notified. |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreExecution.invokeListener(DelegateListener listener) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.builtInListeners
contains built-in listeners
|
protected Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.listeners
contains all listeners (built-in + user-provided)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.getBuiltInListeners() |
List<DelegateListener<? extends BaseDelegateExecution>> |
CoreModelElement.getBuiltInListeners(String eventName) |
Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.getListeners() |
List<DelegateListener<? extends BaseDelegateExecution>> |
CoreModelElement.getListeners(String eventName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreModelElement.addBuiltInListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener) |
void |
CoreModelElement.addBuiltInListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener,
int index) |
void |
CoreModelElement.addListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener) |
void |
CoreModelElement.addListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener,
int index) |
| Modifier and Type | Method and Description |
|---|---|
protected List<DelegateListener<? extends BaseDelegateExecution>> |
AbstractEventAtomicOperation.getListeners(CoreModelElement scope,
T execution) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityInstanceEndListener |
class |
ActivityInstanceStartListener |
class |
HistoryExecutionListener
An
ExecutionListener implementation that delegates to a
HistoryEventProducer. |
class |
ProcessInstanceEndListener |
class |
ProcessInstanceStartListener |
class |
ProcessInstanceUpdateListener |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseActivityInstanceCreateListener |
class |
CaseActivityInstanceEndListener |
class |
CaseActivityInstanceUpdateListener |
class |
CaseInstanceCloseListener |
class |
CaseInstanceCreateListener |
class |
CaseInstanceUpdateListener |
class |
HistoryCaseExecutionListener |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsCaseExecutionListener |
class |
MetricsExecutionListener |
Copyright © 2018 camunda services GmbH. All rights reserved.