| Name | Description | Type | Package | Framework |
| AbstractConstraint | Base services for constraints. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| AuthorityNameConstraint | Class | org.alfresco.repo.dictionary.constraint | AlFresco | |
| ConstraintRegistry | A registry of constraints. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| ListOfValuesConstraint | Constraint implementation that ensures the value is one of a constrained list of values. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| NameChecker | Loads cm:filename constraint from dictionary to use it during batch jobsAuthor:Viachaslau Tsikhanovich *See Also:MNT-9414 | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| NoOpConstraint | Class | org.alfresco.repo.dictionary.constraint | AlFresco | |
| NumericRangeConstraint | Constraint implementation that ensures that the value is a numeric value bewteen a given minimum and maximum value. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| RegexConstraint | Constraint implementation that performs regular expression comparisons. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| RegisteredConstraint | Constraint implementation that defers to constraints registered with the static instance of the ConstraintRegistry. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |
| StringLengthConstraint | Constraint implementation that ensures that the length of the String value. | Class | org.alfresco.repo.dictionary.constraint | AlFresco |