Package org.activiti.engine.impl.el
Class JuelExpression
java.lang.Object
org.activiti.engine.impl.el.JuelExpression
- All Implemented Interfaces:
Serializable,Expression
Expression implementation backed by a JUEL
ValueExpression.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJuelExpression(jakarta.el.ValueExpression valueExpression, String expressionText) -
Method Summary
Modifier and TypeMethodDescriptiongetValue(VariableScope variableScope) getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) voidsetValue(Object value, VariableScope variableScope) toString()
-
Constructor Details
-
JuelExpression
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceExpression
-
setValue
- Specified by:
setValuein interfaceExpression
-
toString
-
getExpressionText
- Specified by:
getExpressionTextin interfaceExpression
-
getValue
public Object getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) - Specified by:
getValuein interfaceExpression
-