| Modifier and Type | Interface and Description |
|---|---|
interface |
DataTypeConstrainable
Validation capability to constrain a value to be of a specific data type.
|
interface |
LengthConstrainable
This interface defines methods that must be implemented by classes that want to be processed as
|
interface |
RangeConstrainable
Validation capability to constrain a value to be within some numeric or date range.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LengthConstraint
Constraint that restricts the length of a string to some predefined maximum and/or minimum
|
interface |
RangeConstraint
A range constraint that restricts a value to a specified range
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleConstraint
A simple constraint stores 'basic' constraints for a field.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorResult |
DataTypeConstraintProcessor.process(DictionaryValidationResult result,
Object value,
DataTypeConstraint constraint,
AttributeValueReader attributeValueReader) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.