org.activiti.engine.impl.bpmn.listener
类 ExpressionTaskListener
java.lang.Object
org.activiti.engine.impl.bpmn.listener.ExpressionTaskListener
- 所有已实现的接口:
- Serializable, TaskListener
public class ExpressionTaskListener
- extends Object
- implements TaskListener
- 作者:
- Joram Barrez
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
ExpressionTaskListener
public ExpressionTaskListener(Expression expression)
notify
public void notify(DelegateTask delegateTask)
- 指定者:
- 接口
TaskListener
中的 notify
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.
Copyright © 2013 Alfresco. All rights reserved.