Uses of Class
org.forgerock.opendj.ldap.schema.DitContentRule
-
Packages that use DitContentRule Package Description org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas. -
-
Uses of DitContentRule in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return DitContentRule Modifier and Type Method Description DitContentRule
Schema. getDitContentRule(String nameOrOid)
Returns the DIT content rule with the specified name or numeric OID.DitContentRule
Schema. getDitContentRule(ObjectClass structuralClass)
Returns the DIT content rule associated with the provided structural object class, ornull
if no rule is defined.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type DitContentRule Modifier and Type Method Description Collection<DitContentRule>
Schema. getDitContentRules()
Returns an unmodifiable collection containing all of the DIT content rules contained in this schema.Methods in org.forgerock.opendj.ldap.schema with parameters of type DitContentRule Modifier and Type Method Description DitContentRule.Builder
SchemaBuilder. buildDitContentRule(DitContentRule contentRule)
Returns a DIT content rule builder whose fields are initialized to the values of the provided DIT content rule.
-