Uses of Interface
org.alfresco.service.cmr.dictionary.Constraint
Packages that use Constraint
-
Uses of Constraint in org.alfresco.repo.dictionary.constraint
Classes in org.alfresco.repo.dictionary.constraint that implement ConstraintModifier and TypeClassDescriptionclass
Base services for constraints.class
Constraint implementation that ensures the value is one of a constrained list of values.class
A No operation constraint, it does nothingclass
Constraint implementation that ensures that the value is a numeric value bewteen a given minimum and maximum value.class
Constraint implementation that performs regular expression comparisons.final class
Constraint implementation that defers to constraints registered with the static instance of theConstraintRegistry
.class
Constraint implementation that ensures that the length of the String value.Methods in org.alfresco.repo.dictionary.constraint that return ConstraintModifier and TypeMethodDescriptionConstraintRegistry.getConstraint
(String name) Get the constraint by nameRegisteredConstraint.getRegisteredConstraint()
Methods in org.alfresco.repo.dictionary.constraint with parameters of type ConstraintModifier and TypeMethodDescriptionvoid
ConstraintRegistry.register
(String name, Constraint constraint) Register the constraint by name -
Uses of Constraint in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return Constraint