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