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 ValueExpression - 
Constructor Summary
ConstructorsConstructorDescriptionJuelExpression(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: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
 
 -