Class ProcessEngineJuelElExpression
java.lang.Object
org.camunda.bpm.engine.impl.dmn.el.ProcessEngineJuelElExpression
- All Implemented Interfaces:
 ElExpression
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final JuelExpressionManagerprotected final ValueExpression - 
Constructor Summary
ConstructorsConstructorDescriptionProcessEngineJuelElExpression(JuelExpressionManager expressionManager, ValueExpression expression)  - 
Method Summary
Modifier and TypeMethodDescriptiongetValue(VariableContext variableContext) Execute the expression and return the value 
- 
Field Details
- 
expressionManager
 - 
valueExpression
protected final ValueExpression valueExpression 
 - 
 - 
Constructor Details
- 
ProcessEngineJuelElExpression
public ProcessEngineJuelElExpression(JuelExpressionManager expressionManager, ValueExpression expression)  
 - 
 - 
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
 
 
 -