org.activiti.engine.delegate
接口 Expression

所有超级接口:
Serializable
所有已知子接口:
Expression
所有已知实现类:
FixedValue, JuelExpression

public interface Expression
extends Serializable

作者:
Frederik Heremans

方法摘要
 String getExpressionText()
           
 Object getValue(VariableScope variableScope)
           
 void setValue(Object value, VariableScope variableScope)
           
 

方法详细信息

getValue

Object getValue(VariableScope variableScope)

setValue

void setValue(Object value,
              VariableScope variableScope)

getExpressionText

String getExpressionText()


Copyright © 2013 Alfresco. All rights reserved.