org.activiti.engine.impl.bpmn.listener
类 DelegateExpressionExecutionListener
java.lang.Object
org.activiti.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
- 所有已实现的接口:
- Serializable, ExecutionListener
public class DelegateExpressionExecutionListener
- extends Object
- implements ExecutionListener
- 作者:
- Joram Barrez
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
DelegateExpressionExecutionListener
public DelegateExpressionExecutionListener(Expression expression,
List<FieldDeclaration> fieldDeclarations)
notify
public void notify(DelegateExecution execution)
throws Exception
- 指定者:
- 接口
ExecutionListener
中的 notify
- 抛出:
Exception
getExpressionText
public String getExpressionText()
- returns the expression text for this execution listener. Comes in handy if you want to
check which listeners you already have.
Copyright © 2013 Alfresco. All rights reserved.