| Class | Description | 
|---|---|
| CriteriaValidatorParser | A class that validates the criteria against the dictionary
 It also sets the parsedValues and parsedOperators so they may be used in the implementation
 The call sequence is sometehing like this:
 
 construct this validator
 Configure this validator with criteria to be valiated
 Get the dictionary entry of the object to be validated by calling DataDictionaryServiceInfc.getDataDictionaryEntry (the ref object's URI)
 Configure this validator with the dictionary entry that you just got from the dictionary
 Call the validate () method which will throw exceptions if problems
 get the parsed values (@see getParsedValues ()) and use them in the implementation
 Get the parsed operators and use in the implementation, if you want
  | 
| Enum | Description | 
|---|---|
| CriteriaValidatorParser.Operator | 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.