Uses of Class
org.forgerock.opendj.config.Constraint
-
Uses of Constraint in org.forgerock.opendj.config
Modifier and TypeClassDescriptionfinal class
A generic constraint which comprises of an underlying condition and a description.Modifier and TypeMethodDescriptionAggregationPropertyDefinition.getSourceConstraint()
Gets the constraint which should be enforced on the aggregating managed object.Modifier and TypeMethodDescriptionfinal Collection<Constraint>
AbstractManagedObjectDefinition.getAllConstraints()
Get all the constraints associated with this type of managed object.final Collection<Constraint>
AbstractManagedObjectDefinition.getConstraints()
Get the constraints defined by this managed object definition.Modifier and TypeMethodDescriptionprotected final void
AbstractManagedObjectDefinition.registerConstraint
(Constraint constraint) Register a constraint with this managed object definition.