Uses of Class
netscape.ldap.LDAPDITContentRuleSchema
Packages that use LDAPDITContentRuleSchema
-
Uses of LDAPDITContentRuleSchema in netscape.ldap
Fields in netscape.ldap with type parameters of type LDAPDITContentRuleSchemaModifier and TypeFieldDescriptionprivate Hashtable<String, LDAPDITContentRuleSchema> LDAPSchema.contentRulesMethods in netscape.ldap that return LDAPDITContentRuleSchemaModifier and TypeMethodDescriptionLDAPSchema.getDITContentRule(String name) Gets the definition of a content rule with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPDITContentRuleSchemaModifier and TypeMethodDescriptionLDAPSchema.getDITContentRules()Get an enumeration of the content rules in this schema.Methods in netscape.ldap with parameters of type LDAPDITContentRuleSchemaModifier and TypeMethodDescriptionvoidLDAPSchema.addDITContentRule(LDAPDITContentRuleSchema rule) Add a content rule definition to the current schema.