Package org.kuali.rice.krad.datadictionary.validation.capability
package org.kuali.rice.krad.datadictionary.validation.capability
-
InterfacesClassDescriptionValidation capability to constrain a particular value under specific conditions.Validation capability to constrain a value of type collection to a specific minimum and maximum number of elements.This interface defines methods that must be implemented by classes that you want to participate in dictionary validation as for example 'attribute-level' object structure definitions.Validation capability to constrain a value to be required or not required to be non-empty.Legacy validation capability for definitions that are constrainable to some regex or set of valid characters and that need to impose some secondary formatting validation based on a formatter class defined.Validation capabilityValidation capability to constrain an object to has some specified acceptable number of prerequisite constraints nested within must occur constraints.Validation capability to constrain a value by requiring that some other attribute value be non-empty.Constrainable interface for the SimpleConstraint constraintValidation capability that tests a value against some regular expression or set of valid characters.