Class DelegateExpressionExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>,ExecutionListener
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
ConstructorsConstructorDescriptionDelegateExpressionExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionreturns the expression text for this execution listener.voidnotify(DelegateExecution execution)
-
Field Details
-
LOG
-
expression
-
-
Constructor Details
-
DelegateExpressionExecutionListener
public DelegateExpressionExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
-
-
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.
-