org.activiti.engine.delegate
Interface Expression


public interface Expression

Author:
Frederik Heremans

Method Summary
 String getExpressionText()
           
 Object getValue(VariableScope variableScope)
           
 void setValue(Object value, VariableScope variableScope)
           
 

Method Detail

getValue

Object getValue(VariableScope variableScope)

setValue

void setValue(Object value,
              VariableScope variableScope)

getExpressionText

String getExpressionText()


Copyright © 2012 Alfresco. All Rights Reserved.