Class | Description |
---|---|
AbstractConstraint |
Base services for constraints.
|
ConstraintRegistry |
A registry of constraints.
|
ListOfValuesConstraint |
Constraint implementation that ensures the value is one of a constrained
list of values.
|
NameChecker |
Loads cm:filename constraint from dictionary to use it during batch jobs
|
NoOpConstraint |
A No operation constraint, it does nothing
|
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–2016 Alfresco Software. All rights reserved.