Uses of Class
netscape.ldap.LDAPDITContentRuleSchema
-
Packages that use LDAPDITContentRuleSchema Package Description netscape.ldap -
-
Uses of LDAPDITContentRuleSchema in netscape.ldap
Methods in netscape.ldap that return LDAPDITContentRuleSchema Modifier and Type Method Description LDAPDITContentRuleSchema
LDAPSchema. getDITContentRule(java.lang.String name)
Gets the definition of a content rule with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPDITContentRuleSchema Modifier and Type Method Description java.util.Enumeration<LDAPDITContentRuleSchema>
LDAPSchema. getDITContentRules()
Get an enumeration of the content rules in this schema.Methods in netscape.ldap with parameters of type LDAPDITContentRuleSchema Modifier and Type Method Description void
LDAPSchema. addDITContentRule(LDAPDITContentRuleSchema rule)
Add a content rule definition to the current schema.
-