Package org.camunda.bpm.engine.impl.el
Interface Expression
- 
- All Superinterfaces:
 Expression
- All Known Implementing Classes:
 JuelExpression
public interface Expression extends Expression
- Author:
 - Frederik Heremans
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetValue(VariableScope variableScope, BaseDelegateExecution contextExecution)voidsetValue(java.lang.Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)- 
Methods inherited from interface org.camunda.bpm.engine.delegate.Expression
getExpressionText, getValue, isLiteralText, setValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValue
java.lang.Object getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
 
- 
setValue
void setValue(java.lang.Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) 
 - 
 
 -