See: Description
Interface | Description |
---|---|
AttributeValueReader |
An interface to define classes that encapsulate access to both dictionary metadata and object field values, for example, by reflection
and introspection, for the purpose of performing validation against constraints defined in the DictionaryValidationService implementation.
|
Class | Description |
---|---|
BaseAttributeValueReader |
A class that implements the required accessors and legacy processing for an attribute value reader.
|
CharacterLevelValidationPattern | Deprecated |
DictionaryObjectAttributeValueReader |
This class allows a dictionary object to expose information about its fields / attributes, including the values of
those fields, with some guidance from the DataDictionaryEntry object.
|
FieldLevelValidationPattern | Deprecated |
SingleAttributeValueReader |
This class allows a single attribute value to be exposed to the validation service, along
with some guidance about how that value should be interpreted, provided by the AttributeDefinition
that corresponds.
|
ValidationPattern | Deprecated |
ValidationUtils |
Inherited from Kuali Student and adapted extensively, this class provides static utility methods for validation processing.
|
ViewAttributeValueReader |
AttributeValueReader which can read the correct values from all InputFields which exist on the View
|
Enum | Description |
---|---|
ErrorLevel |
Enum inherited from the Kuali Student project to track error levels in validation.
|
ValidationUtils.Result |
Exception | Description |
---|---|
ValidationPattern.ValidationPatternException |
exception thrown when a ValidationPattern is in an incorrect state.
|
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.