org.camunda.bpm.engine.impl.el
Interface Expression

All Superinterfaces:
Expression

public interface Expression
extends 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)
Specified by:
getValue in interface Expression

setValue

void setValue(Object value,
              VariableScope variableScope)
Specified by:
setValue in interface Expression

getExpressionText

String getExpressionText()
Specified by:
getExpressionText in interface Expression


Copyright © 2015 camunda services GmbH. All rights reserved.