| Class | Description |
|---|---|
| AbstractConstraint |
Base services for constraints.
|
| ConstraintRegistry |
A registry of constraints.
|
| ConstraintsTest |
This file must be saved using UTF-8.
|
| ListOfValuesConstraint |
Constraint implementation that ensures the value is one of a constrained
list of values.
|
| NumericRangeConstraint |
Constraint implementation that ensures that the value is a numeric value bewteen a given
minimum and maximum value.
|
| RegexConstraint |
Constraint implementation that performs regular expression comparisons.
|
| RegisteredConstraint |
Constraint implementation that defers to constraints registered with the
static instance of the
ConstraintRegistry. |
| StringLengthConstraint |
Constraint implementation that ensures that the length of the String value.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.