Package org.kuali.rice.krad.datadictionary.validation

Data Dictionary validation objects.

See:
          Description

Interface Summary
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 Summary
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.
 

Enum Summary
ErrorLevel Enum inherited from the Kuali Student project to track error levels in validation.
ValidationUtils.Result  
 

Exception Summary
ValidationPattern.ValidationPatternException exception thrown when a ValidationPattern is in an incorrect state.
 

Package org.kuali.rice.krad.datadictionary.validation Description

Data Dictionary validation objects.



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.