Uses of Class
netscape.ldap.LDAPDITStructureRuleSchema

Packages that use LDAPDITStructureRuleSchema
netscape.ldap   
 

Uses of LDAPDITStructureRuleSchema in netscape.ldap
 

Methods in netscape.ldap that return LDAPDITStructureRuleSchema
 LDAPDITStructureRuleSchema LDAPSchema.getDITStructureRule(int ID)
          Gets the definition of a structure rule with the specified name.
 LDAPDITStructureRuleSchema LDAPSchema.getDITStructureRule(java.lang.String name)
          Gets the definition of a structure rule with the specified name.
 

Methods in netscape.ldap with parameters of type LDAPDITStructureRuleSchema
 void LDAPSchema.addDITStructureRule(LDAPDITStructureRuleSchema rule)
          Add a structure rule definition to the current schema.