Uses of Class
org.forgerock.opendj.ldap.schema.DitStructureRule
-
Packages that use DitStructureRule Package Description org.forgerock.opendj.ldap.schema 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 DitStructureRule Modifier and Type Method Description DitStructureRule
Schema. getDitStructureRule(int ruleId)
Returns the DIT structure rule with the specified name or numeric OID.DitStructureRule
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 DitStructureRule Modifier and Type Method Description Collection<DitStructureRule>
Schema. getDitStructureRules(NameForm nameForm)
Returns an unmodifiable collection containing all of the DIT structure rules associated with the provided name form.Collection<DitStructureRule>
Schema. getDitStuctureRules()
Returns an unmodifiable collection containing all of the DIT structure rules contained in this schema.Set<DitStructureRule>
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 DitStructureRule Modifier and Type Method Description DitStructureRule.Builder
SchemaBuilder. buildDitStructureRule(DitStructureRule structureRule)
Returns an DIT structure rule builder whose fields are initialized to the values of the provided rule.
-