Uses of Class
netscape.ldap.LDAPDITStructureRuleSchema
Packages that use LDAPDITStructureRuleSchema
-
Uses of LDAPDITStructureRuleSchema in netscape.ldap
Fields in netscape.ldap with type parameters of type LDAPDITStructureRuleSchemaModifier and TypeFieldDescriptionprivate Hashtable<Integer, LDAPDITStructureRuleSchema> LDAPSchema.structureRulesByIdprivate Hashtable<String, LDAPDITStructureRuleSchema> LDAPSchema.structureRulesByNameMethods in netscape.ldap that return LDAPDITStructureRuleSchemaModifier and TypeMethodDescriptionLDAPSchema.getDITStructureRule(int ID) Gets the definition of a structure rule with the specified name.LDAPSchema.getDITStructureRule(String name) Gets the definition of a structure rule with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPDITStructureRuleSchemaModifier and TypeMethodDescriptionLDAPSchema.getDITStructureRules()Get an enumeration of the structure rules in this schema.Methods in netscape.ldap with parameters of type LDAPDITStructureRuleSchemaModifier and TypeMethodDescriptionvoidLDAPSchema.addDITStructureRule(LDAPDITStructureRuleSchema rule) Add a structure rule definition to the current schema.