Interface ElExpression
- All Known Implementing Classes:
JuelExpression
,ProcessEngineJuelElExpression
public interface ElExpression
- Author:
- Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(VariableContext variableContext) Execute the expression and return the value
-
Method Details
-
getValue
Execute the expression and return the value- Parameters:
variableContext
- the context in which the expression should be executed- Returns:
- the value
-