| Package | Description |
|---|---|
| org.kuali.rice.core.api.parameter | |
| org.kuali.rice.core.impl.parameter |
| Modifier and Type | Method and Description |
|---|---|
ParameterEvaluator |
ParameterEvaluatorService.getParameterEvaluator(Class<? extends Object> componentClass,
String parameterName)
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and provide convenient
evaluation methods.
|
ParameterEvaluator |
ParameterEvaluatorService.getParameterEvaluator(Class<? extends Object> componentClass,
String parameterName,
String constrainedValue)
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and constrainedValue
and provide convenient evaluation methods.
|
ParameterEvaluator |
ParameterEvaluatorService.getParameterEvaluator(Class<? extends Object> componentClass,
String parameterName,
String constrainingValue,
String constrainedValue)
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter, constrainingValue, and
constrainedValue and provide convenient evaluation methods.
|
ParameterEvaluator |
ParameterEvaluatorService.getParameterEvaluator(Class<? extends Object> componentClass,
String allowParameterName,
String denyParameterName,
String constrainingValue,
String constrainedValue)
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.
|
ParameterEvaluator |
ParameterEvaluatorService.getParameterEvaluator(String namespaceCode,
String detailTypeCode,
String parameterName)
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and provide convenient
evaluation methods.
|
ParameterEvaluator |
ParameterEvaluatorService.getParameterEvaluator(String namespaceCode,
String detailTypeCode,
String parameterName,
String constrainedValue)
This method will return an instance of a ParameterEvaluator implementation that will wrap a Parameter and constrainedValue
and provide convenient evaluation methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysSucceedParameterEvaluatorImpl
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.
|
class |
ParameterEvaluatorImpl |
| Modifier and Type | Method and Description |
|---|---|
static ParameterEvaluator |
AlwaysSucceedParameterEvaluatorImpl.getInstance() |
ParameterEvaluator |
ParameterEvaluatorServiceImpl.getParameterEvaluator(Class componentClass,
String parameterName)
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.
|
ParameterEvaluator |
ParameterEvaluatorServiceImpl.getParameterEvaluator(Class componentClass,
String parameterName,
String 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, the values of the Parameter, the knowledge of whether the
values are allowed or denied, and the constrainedValue.
|
ParameterEvaluator |
ParameterEvaluatorServiceImpl.getParameterEvaluator(Class componentClass,
String parameterName,
String constrainingValue,
String 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, the values of the Parameter that correspond to the specified
constrainingValue, the knowledge of whether the values are allowed or denied, and the constrainedValue.
|
ParameterEvaluator |
ParameterEvaluatorServiceImpl.getParameterEvaluator(Class componentClass,
String allowParameterName,
String denyParameterName,
String constrainingValue,
String 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.
|
ParameterEvaluator |
ParameterEvaluatorServiceImpl.getParameterEvaluator(String namespaceCode,
String detailTypeCode,
String parameterName)
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.
|
ParameterEvaluator |
ParameterEvaluatorServiceImpl.getParameterEvaluator(String namespaceCode,
String detailTypeCode,
String parameterName,
String 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.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.