org.camunda.bpm.engine.impl.task.listener
Class DelegateExpressionTaskListener
java.lang.Object
org.camunda.bpm.engine.impl.task.listener.DelegateExpressionTaskListener
- All Implemented Interfaces:
- TaskListener
public class DelegateExpressionTaskListener
- extends Object
- implements TaskListener
- Author:
- Joram Barrez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
DelegateExpressionTaskListener
public DelegateExpressionTaskListener(Expression expression,
List<FieldDeclaration> fieldDeclarations)
notify
public void notify(DelegateTask delegateTask)
- Specified by:
notify in interface TaskListener
getExpressionText
public String getExpressionText()
- returns the expression text for this task listener. Comes in handy if you want to
check which listeners you already have.
getFieldDeclarations
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2017 camunda services GmbH. All rights reserved.