Package org.camunda.bpm.engine.impl.el
Class JuelExpression
java.lang.Object
org.camunda.bpm.engine.impl.el.JuelExpression
- All Implemented Interfaces:
- Expression,- Expression
Expression implementation backed by a JUEL 
ValueExpression.- Author:
- Frederik Heremans, Joram Barrez
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected JuelExpressionManagerprotected Stringprotected ValueExpression
- 
Constructor SummaryConstructorsConstructorDescriptionJuelExpression(ValueExpression valueExpression, JuelExpressionManager expressionManager, String expressionText) 
- 
Method SummaryModifier and TypeMethodDescriptiongetValue(VariableScope variableScope) getValue(VariableScope variableScope, BaseDelegateExecution contextExecution) booleanvoidsetValue(Object value, VariableScope variableScope) voidsetValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) toString()
- 
Field Details- 
expressionText
- 
valueExpressionprotected ValueExpression valueExpression
- 
expressionManager
 
- 
- 
Constructor Details- 
JuelExpressionpublic JuelExpression(ValueExpression valueExpression, JuelExpressionManager expressionManager, String expressionText) 
 
- 
- 
Method Details- 
getValue- Specified by:
- getValuein interface- Expression
 
- 
getValue- Specified by:
- getValuein interface- Expression
 
- 
setValue- Specified by:
- setValuein interface- Expression
 
- 
setValuepublic void setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) - Specified by:
- setValuein interface- Expression
 
- 
toString
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin interface- Expression
 
- 
getExpressionText- Specified by:
- getExpressionTextin interface- Expression
 
 
-