Uses of Interface
org.alfresco.service.cmr.dictionary.Constraint
-
Packages that use Constraint Package Description org.alfresco.repo.dictionary.constraint org.alfresco.service.cmr.dictionary -
-
Uses of Constraint in org.alfresco.repo.dictionary.constraint
Classes in org.alfresco.repo.dictionary.constraint that implement Constraint Modifier and Type Class Description class
AbstractConstraint
Base services for constraints.class
ListOfValuesConstraint
Constraint implementation that ensures the value is one of a constrained list of values.class
NoOpConstraint
A No operation constraint, it does nothingclass
NumericRangeConstraint
Constraint implementation that ensures that the value is a numeric value bewteen a given minimum and maximum value.class
RegexConstraint
Constraint implementation that performs regular expression comparisons.class
RegisteredConstraint
Constraint implementation that defers to constraints registered with the static instance of theConstraintRegistry
.class
StringLengthConstraint
Constraint implementation that ensures that the length of the String value.Methods in org.alfresco.repo.dictionary.constraint that return Constraint Modifier and Type Method Description Constraint
ConstraintRegistry. getConstraint(java.lang.String name)
Get the constraint by nameConstraint
RegisteredConstraint. getRegisteredConstraint()
Methods in org.alfresco.repo.dictionary.constraint with parameters of type Constraint Modifier and Type Method Description void
ConstraintRegistry. register(java.lang.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 Modifier and Type Method Description Constraint
ConstraintDefinition. getConstraint()
-