org.activiti.engine.impl.el
接口 Expression

所有超级接口:
Expression, Serializable

public interface Expression
extends Expression

作者:
Frederik Heremans

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

方法详细信息

getValue

Object getValue(VariableScope variableScope)
指定者:
接口 Expression 中的 getValue

setValue

void setValue(Object value,
              VariableScope variableScope)
指定者:
接口 Expression 中的 setValue

getExpressionText

String getExpressionText()
指定者:
接口 Expression 中的 getExpressionText


Copyright © 2013 Alfresco. All rights reserved.