Class ProcessEngineJuelElExpression
- java.lang.Object
-
- org.camunda.bpm.engine.impl.dmn.el.ProcessEngineJuelElExpression
-
- All Implemented Interfaces:
org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression
public class ProcessEngineJuelElExpression extends Object implements org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected JuelExpressionManagerexpressionManagerprotected ValueExpressionvalueExpression
-
Constructor Summary
Constructors Constructor Description ProcessEngineJuelElExpression(JuelExpressionManager expressionManager, ValueExpression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
-
-
-
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(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
- Specified by:
getValuein interfaceorg.camunda.bpm.dmn.engine.impl.spi.el.ElExpression
-
-