Uses of Interface
org.camunda.bpm.engine.delegate.ExecutionListener
-
-
Uses of ExecutionListener in org.camunda.bpm.application
Methods in org.camunda.bpm.application that return ExecutionListener Modifier and Type Method Description ExecutionListener
AbstractProcessApplication. getExecutionListener()
ExecutionListener
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
Classes in org.camunda.bpm.application.impl.event that implement ExecutionListener Modifier and Type Class Description class
ProcessApplicationEventListenerDelegate
ExecutionListener
andTaskListener
implementation delegating to theExecutionListener
andTaskListener
provided by aProcessApplication
.Fields in org.camunda.bpm.application.impl.event declared as ExecutionListener Modifier and Type Field Description static ExecutionListener
ProcessApplicationEventParseListener. EXECUTION_LISTENER
-
Uses of ExecutionListener in org.camunda.bpm.engine.cdi.impl.event
Classes in org.camunda.bpm.engine.cdi.impl.event that implement ExecutionListener Modifier and Type Class Description class
AbstractCdiEventListener
GenericExecutionListener
publishing events using the CDI event infrastructure.class
CdiEventListener
GenericExecutionListener
publishing events using the CDI event infrastructure.class
CdiExecutionListener
Deprecated. -
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.behavior
Classes in org.camunda.bpm.engine.impl.bpmn.behavior that implement ExecutionListener Modifier and Type Class Description class
ServiceTaskJavaDelegateActivityBehavior
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.delegate
Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as ExecutionListener Modifier and Type Field Description protected ExecutionListener
ExecutionListenerInvocation. executionListenerInstance
Constructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type ExecutionListener Constructor Description ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.listener
Classes in org.camunda.bpm.engine.impl.bpmn.listener that implement ExecutionListener Modifier and Type Class Description class
ClassDelegateExecutionListener
class
DelegateExpressionExecutionListener
class
ExpressionExecutionListener
AnExecutionListener
that evaluates aExpression
when notified.class
ScriptExecutionListener
AnExecutionListener
which invokes aExecutableScript
when notified.Methods in org.camunda.bpm.engine.impl.bpmn.listener that return ExecutionListener Modifier and Type Method Description protected ExecutionListener
ClassDelegateExecutionListener. getExecutionListenerInstance()
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ExecutionListener Modifier and Type Method Description ExecutionListener
BpmnParse. parseExecutionListener(Element executionListenerElement, java.lang.String ancestorElementId)
Parses anExecutionListener
implementation for the given executionListener element. -
Uses of ExecutionListener in org.camunda.bpm.engine.impl.history.parser
Classes in org.camunda.bpm.engine.impl.history.parser that implement ExecutionListener Modifier and Type Class Description class
ActivityInstanceEndListener
class
ActivityInstanceStartListener
class
HistoryExecutionListener
AnExecutionListener
implementation that delegates to aHistoryEventProducer
.class
ProcessInstanceEndListener
class
ProcessInstanceStartListener
class
ProcessInstanceUpdateListener
Fields in org.camunda.bpm.engine.impl.history.parser declared as ExecutionListener Modifier and Type Field 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
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.metrics.parser
Classes in org.camunda.bpm.engine.impl.metrics.parser that implement ExecutionListener Modifier and Type Class Description class
MetricsExecutionListener
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.pvm
Methods in org.camunda.bpm.engine.impl.pvm with parameters of type ExecutionListener Modifier and Type Method Description ProcessDefinitionBuilder
ProcessDefinitionBuilder. executionListener(java.lang.String eventName, ExecutionListener executionListener)
ProcessDefinitionBuilder
ProcessDefinitionBuilder. executionListener(ExecutionListener executionListener)
-
Uses of ExecutionListener in org.camunda.bpm.engine.impl.pvm.process
Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type ExecutionListener Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ExecutionListener>>
ScopeImpl. getExecutionListeners()
Deprecated.java.util.List<ExecutionListener>
ScopeImpl. getExecutionListeners(java.lang.String eventName)
Deprecated.java.util.List<ExecutionListener>
TransitionImpl. getExecutionListeners()
Deprecated.Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ExecutionListener Modifier and Type Method Description void
ScopeImpl. addExecutionListener(java.lang.String eventName, ExecutionListener executionListener)
Deprecated.void
ScopeImpl. addExecutionListener(java.lang.String eventName, ExecutionListener executionListener, int index)
Deprecated.void
TransitionImpl. addExecutionListener(ExecutionListener executionListener)
Deprecated.Method parameters in org.camunda.bpm.engine.impl.pvm.process with type arguments of type ExecutionListener Modifier and Type Method Description void
TransitionImpl. setExecutionListeners(java.util.List<ExecutionListener> executionListeners)
Deprecated. -
Uses of ExecutionListener in org.camunda.bpm.qa.performance.engine.steps
Classes in org.camunda.bpm.qa.performance.engine.steps that implement ExecutionListener Modifier and Type Class Description class
ExecutionIdRecorder
ExecutionListener
recording the current execution id in thePerfTestRunContext
using the keyPerfTestConstants.EXECUTION_ID
.class
SignalTestRunListener
-
Uses of ExecutionListener in org.camunda.bpm.qa.upgrade.util
Classes in org.camunda.bpm.qa.upgrade.util that implement ExecutionListener Modifier and Type Class Description class
ThrowBpmnErrorDelegate
-
Uses of ExecutionListener in org.camunda.qa
Classes in org.camunda.qa that implement ExecutionListener Modifier and Type Class Description class
MyExecutionListener
-