Uses of Class
org.alfresco.repo.dictionary.constraint.AbstractConstraint
-
Packages that use AbstractConstraint Package Description org.alfresco.repo.dictionary.constraint -
-
Uses of AbstractConstraint in org.alfresco.repo.dictionary.constraint
Subclasses of AbstractConstraint in org.alfresco.repo.dictionary.constraint Modifier and Type Class Description classListOfValuesConstraintConstraint implementation that ensures the value is one of a constrained list of values.classNoOpConstraintA No operation constraint, it does nothingclassNumericRangeConstraintConstraint implementation that ensures that the value is a numeric value bewteen a given minimum and maximum value.classRegexConstraintConstraint implementation that performs regular expression comparisons.classStringLengthConstraintConstraint implementation that ensures that the length of the String value.
-