Class ExpressionExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.listener.ExpressionExecutionListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>,ExecutionListener
An
ExecutionListener that evaluates a Expression when notified.- Author:
- Frederik Heremans
-
Field Summary
FieldsFields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this execution listener.voidnotify(DelegateExecution execution)
-
Field Details
-
expression
-
-
Constructor Details
-
ExpressionExecutionListener
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceDelegateListener<DelegateExecution>- Specified by:
notifyin interfaceExecutionListener- Throws:
Exception
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-