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 TypeClassDescriptionclassBase services for constraints.classConstraint implementation that ensures the value is one of a constrained list of values.classA No operation constraint, it does nothingclassConstraint implementation that ensures that the value is a numeric value bewteen a given minimum and maximum value.classConstraint implementation that performs regular expression comparisons.final classConstraint implementation that defers to constraints registered with the static instance of theConstraintRegistry.classConstraint 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 TypeMethodDescriptionvoidConstraintRegistry.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