Class JuelExpression
java.lang.Object
org.camunda.bpm.dmn.engine.impl.el.JuelExpression
- All Implemented Interfaces:
ElExpression
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final JuelElContextFactory
protected final ValueExpression
-
Constructor Summary
ConstructorDescriptionJuelExpression
(ValueExpression expression, JuelElContextFactory elContextFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetValue
(VariableContext variableContext) Execute the expression and return the valuetoString()
-
Field Details
-
expression
protected final ValueExpression expression -
elContextFactory
-
-
Constructor Details
-
JuelExpression
-
-
Method Details
-
getValue
Description copied from interface:ElExpression
Execute the expression and return the value- Specified by:
getValue
in interfaceElExpression
- Parameters:
variableContext
- the context in which the expression should be executed- Returns:
- the value
-
toString
-