| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary.validation.constraint |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowCharacterConstraint
Parent abstract class that allows additional characters to be allowed in child constraint
character sets, see AlphaNumericPatternConstraint, among others for example.
|
class |
AlphaNumericPatternConstraint
A ValidCharactersConstraint based on AlphaNumericValidationPattern.
|
class |
AlphaPatternConstraint
Pattern for matching alpha characters
|
class |
AnyCharacterPatternConstraint
Pattern for matching any printable character
|
class |
CaseConstraint
A case constraint is a constraint that is imposed only when a certain condition is met, for example, if the country attribute value is "USA",
then a prerequisite constraint may be imposed that the 'State' attribute is non-null.
|
class |
CharsetPatternConstraint
Pattern for matching any character in the given list (String)
|
class |
ConfigurationBasedRegexPatternConstraint |
class |
DatePatternConstraint
DatePatternConstraint constrains a field to only allow dates which are part of the formats
defined in the system.
|
class |
FixedPointPatternConstraint
TODO delyea don't forget to fill this in.
|
class |
FloatingPointPatternConstraint
Validation pattern for matching floating point numbers, optionally matching negative numbers
|
class |
IntegerPatternConstraint
TODO Administrator don't forget to fill this in.
|
class |
MustOccurConstraint
Must occur constraints are constraints that indicate some range of acceptable valid results.
|
class |
NumericPatternConstraint
Pattern for matching numeric characters, difference between NumericPatternConstraint and IntegerPatternConstraint
is that a numeric pattern constraint is for matching numeric characters and can be mixed with other characters
by setting allow flags on, while integer is for only positive/negative numbers
|
class |
PrerequisiteConstraint
Prerequisite constraints require that some other attribute be non-empty in order for the constraint to be valid.
|
class |
SimpleConstraint
A simple constraint stores 'basic' constraints for a field.
|
class |
UTF8AnyCharacterPatternConstraint
Pattern for matching any printable character
|
class |
ValidCharactersConstraint
This is a constraint that limits attribute values to some subset of valid characters or to match a particular regular expression.
|
class |
ValidCharactersPatternConstraint
This abstract class extends from ValidCharactersConstraint.
|
class |
ValidDataPatternConstraint
Class used to
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.