Class ProcessEngineJuelElExpression
- java.lang.Object
-
- org.camunda.bpm.engine.impl.dmn.el.ProcessEngineJuelElExpression
-
- All Implemented Interfaces:
ElExpression
public class ProcessEngineJuelElExpression extends Object implements ElExpression
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected JuelExpressionManager
expressionManager
protected ValueExpression
valueExpression
-
Constructor Summary
Constructors Constructor Description ProcessEngineJuelElExpression(JuelExpressionManager expressionManager, ValueExpression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue(VariableContext variableContext)
Execute the expression and return the value
-
-
-
Field Detail
-
expressionManager
protected final JuelExpressionManager expressionManager
-
valueExpression
protected final ValueExpression valueExpression
-
-
Constructor Detail
-
ProcessEngineJuelElExpression
public ProcessEngineJuelElExpression(JuelExpressionManager expressionManager, ValueExpression expression)
-
-
Method Detail
-
getValue
public Object getValue(VariableContext variableContext)
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
-
-