Uses of Class
org.forgerock.opendj.ldap.schema.DitStructureRule
Packages that use DitStructureRule
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of DitStructureRule in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return DitStructureRuleModifier 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.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type DitStructureRuleModifier 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.Methods in org.forgerock.opendj.ldap.schema with parameters of type DitStructureRuleModifier and TypeMethodDescriptionSchemaBuilder.buildDitStructureRule
(DitStructureRule structureRule) Returns an DIT structure rule builder whose fields are initialized to the values of the provided rule.