Uses of Class
org.forgerock.opendj.ldap.schema.DitContentRule
Packages that use DitContentRule
Package
Description
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 DitContentRuleModifier 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.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type DitContentRuleModifier and TypeMethodDescriptionSchema.getDitContentRules()
Returns an unmodifiable collection containing all the DIT content rules contained in this schema.Methods in org.forgerock.opendj.ldap.schema with parameters of type DitContentRuleModifier and TypeMethodDescriptionSchemaBuilder.buildDitContentRule
(DitContentRule contentRule) Returns a DIT content rule builder whose fields are initialized to the values of the provided DIT content rule.