Interface ElExpression
-
- All Known Implementing Classes:
JuelExpression
,ProcessEngineElExpression
public interface ElExpression
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue(VariableContext variableContext)
Execute the expression and return the value
-
-
-
Method Detail
-
getValue
java.lang.Object getValue(VariableContext variableContext)
Execute the expression and return the value- Parameters:
variableContext
- the context in which the expression should be executed- Returns:
- the value
-
-