org.activiti.engine.impl.el
类 UelExpressionCondition
java.lang.Object
org.activiti.engine.impl.el.UelExpressionCondition
- 所有已实现的接口:
- Serializable, Condition
public class UelExpressionCondition
- extends Object
- implements Condition
Condition
that resolves an UEL expression at runtime.
- 作者:
- Joram Barrez, Frederik Heremans
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
UelExpressionCondition
public UelExpressionCondition(Expression expression)
evaluate
public boolean evaluate(DelegateExecution execution)
- 指定者:
- 接口
Condition
中的 evaluate
Copyright © 2013 Alfresco. All rights reserved.