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