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 classAbstractConstraintBase services for constraints.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.classRegisteredConstraintConstraint implementation that defers to constraints registered with the static instance of theConstraintRegistry.classStringLengthConstraintConstraint 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 ConstraintConstraintRegistry. getConstraint(String name)Get the constraint by nameConstraintRegisteredConstraint. getRegisteredConstraint()Methods in org.alfresco.repo.dictionary.constraint with parameters of type Constraint Modifier and Type Method Description voidConstraintRegistry. 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 Modifier and Type Method Description ConstraintConstraintDefinition. getConstraint()
-