| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary.validation.processor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionConstraintProcessor<T extends Collection<?>,C extends Constraint>
This is a marker interface for 'collection constraint processors', that is - a constraint processor that tests collections
rather than their elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePrerequisiteConstraintProcessor<C extends Constraint> |
class |
CaseConstraintProcessor
This object processes 'case constraints', which are constraints that are imposed only in specific cases, for
example,
when a value is
equal to some constant, or greater than some limit.
|
class |
CollectionSizeConstraintProcessor
This class validates attributes that are collection size constrained - ones that can only have between x and y number
|
class |
DataTypeConstraintProcessor |
class |
ExistenceConstraintProcessor |
class |
LengthConstraintProcessor |
class |
MandatoryElementConstraintProcessor<C extends Constraint>
This abstract class can be extended by constraint processor classes that
must be processed on every validation.
|
class |
MustOccurConstraintProcessor |
class |
OptionalElementConstraintProcessor<C extends Constraint> |
class |
PrerequisiteConstraintProcessor |
class |
RangeConstraintProcessor
This class enforces range constraints - that is, constraints that keep a number or a date within a specific range.
|
class |
SimpleConstraintProcessor
Processor for simple constraint which takes out each constraining value it contains and calls the appropriate
processor
|
class |
ValidCharactersConstraintProcessor
This class defines a constraint processor to ensure that attribute values are constrained to valid characters, as defined by some regular expression.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.