| Modifier and Type | Interface and Description |
|---|---|
interface |
RangeConstrainable
Validation capability to constrain a value to be within some numeric or date 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 |
RangeConstraintProcessor.process(DictionaryValidationResult result,
Object value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader) |
protected ConstraintValidationResult |
RangeConstraintProcessor.processSingleRangeConstraint(DictionaryValidationResult result,
Object value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
validates the value provided using
RangeConstraint |
protected ConstraintValidationResult |
RangeConstraintProcessor.validateRange(DictionaryValidationResult result,
Date value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
validates the date value using the range constraint provided
|
protected ConstraintValidationResult |
RangeConstraintProcessor.validateRange(DictionaryValidationResult result,
Number value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
validates the number value using the range constraint provided
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.