Uses of Class
org.forgerock.opendj.ldap.schema.DitStructureRule
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of DitStructureRule in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionSchema.getDitStructureRule
(int ruleId) Returns the DIT structure rule with the specified name or numeric OID.Schema.getDitStructureRule
(String nameOrOid) Returns the DIT structure rule with the specified name or numeric OID.Modifier and TypeMethodDescriptionSchema.getDitStructureRules()
Returns an unmodifiable collection containing all the DIT structure rules contained in this schema.Schema.getDitStructureRules
(NameForm nameForm) Returns an unmodifiable collection containing all the DIT structure rules associated with the provided name form.DitStructureRule.getSuperiorRules()
Returns an unmodifiable set containing the superior rules for this DIT structure rule.Modifier and TypeMethodDescriptionSchemaBuilder.buildDitStructureRule
(DitStructureRule structureRule) Returns an DIT structure rule builder whose fields are initialized to the values of the provided rule.