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