Modifier and Type | Method and Description |
---|---|
ExecutionListener |
ProcessApplicationInterface.getExecutionListener()
Allows the process application to provide an
ExecutionListener which is notified about
all execution events in all of the process instances deployed by this process application. |
ExecutionListener |
AbstractProcessApplication.getExecutionListener() |
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 | Field and Description |
---|---|
static ExecutionListener |
ProcessApplicationEventParseListener.EXECUTION_LISTENER |
Modifier and Type | Class and Description |
---|---|
class |
CdiEventListener
Generic
ExecutionListener publishing events using the cdi event
infrastructure. |
class |
CdiExecutionListener
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceTaskJavaDelegateActivityBehavior |
Modifier and Type | Field and Description |
---|---|
protected ExecutionListener |
ExecutionListenerInvocation.executionListenerInstance |
Constructor and Description |
---|
ExecutionListenerInvocation(ExecutionListener executionListenerInstance,
DelegateExecution execution) |
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 | Method and Description |
---|---|
protected ExecutionListener |
ClassDelegateExecutionListener.getExecutionListenerInstance() |
Modifier and Type | Method and Description |
---|---|
ExecutionListener |
BpmnParse.parseExecutionListener(Element executionListenerElement)
Parses an
ExecutionListener implementation for the given
executionListener element. |
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 | Field and Description |
---|---|
protected ExecutionListener |
HistoryParseListener.ACTIVITY_INSTANCE_END_LISTENER |
protected ExecutionListener |
HistoryParseListener.ACTIVITY_INSTANCE_START_LISTENER |
protected ExecutionListener |
HistoryParseListener.PROCESS_INSTANCE_END_LISTENER |
protected ExecutionListener |
HistoryParseListener.PROCESS_INSTANCE_START_LISTENER |
Modifier and Type | Class and Description |
---|---|
class |
MetricsExecutionListener |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionBuilder |
ProcessDefinitionBuilder.executionListener(ExecutionListener executionListener) |
ProcessDefinitionBuilder |
ProcessDefinitionBuilder.executionListener(String eventName,
ExecutionListener executionListener) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionListener> |
TransitionImpl.getExecutionListeners()
Deprecated.
|
Map<String,List<ExecutionListener>> |
ScopeImpl.getExecutionListeners()
Deprecated.
|
List<ExecutionListener> |
ScopeImpl.getExecutionListeners(String eventName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionImpl.addExecutionListener(ExecutionListener executionListener)
Deprecated.
|
void |
ScopeImpl.addExecutionListener(String eventName,
ExecutionListener executionListener)
Deprecated.
|
void |
ScopeImpl.addExecutionListener(String eventName,
ExecutionListener executionListener,
int index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionImpl.setExecutionListeners(List<ExecutionListener> executionListeners)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionIdRecorder
ExecutionListener recording the current execution id in the PerfTestRunContext
using the key PerfTestConstants.EXECUTION_ID . |
class |
SignalTestRunListener |
Modifier and Type | Class and Description |
---|---|
class |
ThrowBpmnErrorDelegate |
Copyright © 2019. All rights reserved.