Uses of Interface
org.camunda.bpm.engine.delegate.ExecutionListener
Package
Description
-
Uses of ExecutionListener in org.camunda.bpm.application
Modifier and TypeMethodDescriptionAbstractProcessApplication.getExecutionListener()
ProcessApplicationInterface.getExecutionListener()
Allows the process application to provide anExecutionListener
which is notified about all execution events in all of the process instances deployed by this process application. -
Uses of ExecutionListener in org.camunda.bpm.application.impl.event
Modifier and TypeClassDescriptionclass
ExecutionListener
andTaskListener
implementation delegating to theExecutionListener
andTaskListener
provided by aProcessApplication
.Modifier and TypeFieldDescriptionstatic final ExecutionListener
ProcessApplicationEventParseListener.EXECUTION_LISTENER
-
Uses of ExecutionListener in org.camunda.bpm.engine.cdi.impl.event
Modifier and TypeClassDescriptionclass
GenericExecutionListener
publishing events using the CDI event infrastructure.class
GenericExecutionListener
publishing events using the CDI event infrastructure.class
Deprecated. -
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.behavior
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.delegate
Modifier and TypeFieldDescriptionprotected final ExecutionListener
ExecutionListenerInvocation.executionListenerInstance
ModifierConstructorDescriptionExecutionListenerInvocation
(ExecutionListener executionListenerInstance, DelegateExecution execution) -
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.listener
Modifier and TypeClassDescriptionclass
class
class
AnExecutionListener
that evaluates aExpression
when notified.class
AnExecutionListener
which invokes aExecutableScript
when notified.Modifier and TypeMethodDescriptionprotected ExecutionListener
ClassDelegateExecutionListener.getExecutionListenerInstance()
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionBpmnParse.parseExecutionListener
(Element executionListenerElement, String ancestorElementId) Parses anExecutionListener
implementation for the given executionListener element. -
Uses of ExecutionListener in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeClassDescriptionclass
class
class
AnExecutionListener
implementation that delegates to aHistoryEventProducer
.class
class
class
Modifier and TypeFieldDescriptionprotected 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
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.metrics.parser
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.pvm
Modifier and TypeMethodDescriptionProcessDefinitionBuilder.executionListener
(String eventName, ExecutionListener executionListener) ProcessDefinitionBuilder.executionListener
(ExecutionListener executionListener) -
Uses of ExecutionListener in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeMethodDescriptionScopeImpl.getExecutionListeners()
Deprecated.ScopeImpl.getExecutionListeners
(String eventName) Deprecated.TransitionImpl.getExecutionListeners()
Deprecated.Modifier and TypeMethodDescriptionvoid
ScopeImpl.addExecutionListener
(String eventName, ExecutionListener executionListener) Deprecated.void
ScopeImpl.addExecutionListener
(String eventName, ExecutionListener executionListener, int index) Deprecated.void
TransitionImpl.addExecutionListener
(ExecutionListener executionListener) Deprecated.Modifier and TypeMethodDescriptionvoid
TransitionImpl.setExecutionListeners
(List<ExecutionListener> executionListeners) Deprecated. -
Uses of ExecutionListener in org.camunda.bpm.qa.performance.engine.steps
Modifier and TypeClassDescriptionclass
ExecutionListener
recording the current execution id in thePerfTestRunContext
using the keyPerfTestConstants.EXECUTION_ID
.class
-
Uses of ExecutionListener in org.camunda.bpm.qa.upgrade.util
-
Uses of ExecutionListener in org.camunda.qa