This implementation of ParameterEvaluator is returned by ParameterServiceImpl when evaluation involves a constraining value and
neither the allow nor deny parameter have restrictions for that value.
If the constraint is allow and the constrainedValue is in the list of
allowed values specified by the parameter this will return true, and if
the constraint is deny and the constrainedValue is not in the list of
denied values specified by the parameter this method will return true.
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and constrainedValue
and provide convenient evaluation methods.
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and constrainedValue
and provide convenient evaluation methods.
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter, constrainingValue, and
constrainedValue and provide convenient evaluation methods.
This method will return an instance of a ParameterEvaluator implementation that will wrap an allow Parameter, a deny
Parameter, constrainingValue, and constrainedValue and provide convenient evaluation methods.
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter
corresponding to the specified componentClass and parameterName and the values of the Parameter.
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter
corresponding to the specified componentClass and parameterName and the values of the Parameter.
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter
corresponding to the specified componentClass and parameterName, the values of the Parameter, the knowledge of whether the
values are allowed or denied, and the constrainedValue.
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter
corresponding to the specified componentClass and parameterName and the values of the Parameter.
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter
corresponding to the specified componentClass and parameterName, the values of the Parameter that correspond to the specified
constrainingValue, the knowledge of whether the values are allowed or denied, and the constrainedValue.
This method will return an instance of the parameterEvaluator bean defined in Spring, initialized with the Parameter
corresponding to the specified componentClass and allowParameterName or to the specified componentClass and denyParameterName
(depending on which restricts based on the constraining value) or an instance of AlwaysSucceedParameterEvaluatorImpl if
neither restricts, the values of the Parameter that correspond to the specified constrainingValue, the knowledge of whether
the values are allowed or denied, and the constrainedValue.