public class DelegateExpressionExecutionListener extends Object implements ExecutionListener
Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
protected static BpmnBehaviorLogger |
LOG |
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
Constructor and Description |
---|
DelegateExpressionExecutionListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionText()
returns the expression text for this execution listener.
|
void |
notify(DelegateExecution execution) |
protected static final BpmnBehaviorLogger LOG
protected Expression expression
public DelegateExpressionExecutionListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
public void notify(DelegateExecution execution) throws Exception
notify
in interface DelegateListener<DelegateExecution>
notify
in interface ExecutionListener
Exception
public String getExpressionText()
Copyright © 2022. All rights reserved.