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