Package org.activiti.engine.impl.el
Class FixedValue
java.lang.Object
org.activiti.engine.impl.el.FixedValue
- All Implemented Interfaces:
Serializable,Expression
Expression that always returns the same value when
getValue is called. Setting of the value is not supported.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(VariableScope variableScope) getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) voidsetValue(Object value, VariableScope variableScope)
-
Constructor Details
-
FixedValue
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceExpression
-
setValue
- Specified by:
setValuein interfaceExpression
-
getExpressionText
- Specified by:
getExpressionTextin interfaceExpression
-
getValue
public Object getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) - Specified by:
getValuein interfaceExpression
-