Uses of Class
netscape.ldap.LDAPDITStructureRuleSchema
Packages that use LDAPDITStructureRuleSchema
-
Uses of LDAPDITStructureRuleSchema in netscape.ldap
Methods 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 TypeMethodDescriptionvoid
LDAPSchema.addDITStructureRule
(LDAPDITStructureRuleSchema rule) Add a structure rule definition to the current schema.