Package org.activiti.engine.impl.el
Class JuelExpression
- java.lang.Object
-
- org.activiti.engine.impl.el.JuelExpression
-
- All Implemented Interfaces:
java.io.Serializable,Expression
public class JuelExpression extends java.lang.Object implements Expression
Expression implementation backed by a JUELValueExpression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JuelExpression(javax.el.ValueExpression valueExpression, java.lang.String expressionText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExpressionText()java.lang.ObjectgetValue(VariableScope variableScope)java.lang.ObjectgetValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, java.util.Map<java.lang.String,java.lang.Object> availableVariables)voidsetValue(java.lang.Object value, VariableScope variableScope)java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue(VariableScope variableScope)
- Specified by:
getValuein interfaceExpression
-
setValue
public void setValue(java.lang.Object value, VariableScope variableScope)- Specified by:
setValuein interfaceExpression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getExpressionText
public java.lang.String getExpressionText()
- Specified by:
getExpressionTextin interfaceExpression
-
getValue
public java.lang.Object getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, java.util.Map<java.lang.String,java.lang.Object> availableVariables)
- Specified by:
getValuein interfaceExpression
-
-