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 SummaryAll 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.ExpressiongetExpressionText, getValue, isLiteralText, setValue
 
- 
 
- 
- 
- 
Method Detail- 
getValuejava.lang.Object getValue(VariableScope variableScope, BaseDelegateExecution contextExecution) 
 - 
setValuevoid setValue(java.lang.Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
 
- 
 
-