Uses of Interface
netscape.ldap.util.LDIFContent

Packages that use LDIFContent
netscape.ldap.util   
 

Uses of LDIFContent in netscape.ldap.util
 

Classes in netscape.ldap.util that implement LDIFContent
 class LDIFAddContent
          An object of this class represents the content of an LDIF record that specifies a new entry to be added.
 class LDIFAttributeContent
          An object of this class represents the content of an LDIF record that specifies an entry and its attributes.
 class LDIFBaseContent
          An object of this class represents the content of an LDIF record.
 class LDIFDeleteContent
          An object of this class represents the content of an LDIF record that specifies the deletion of an entry.
 class LDIFModDNContent
          An object of this class represents the content of an LDIF record that specifies changes to an RDN or the DN of an entry.
 class LDIFModifyContent
          An object of this class represents the content of an LDIF record that specifies modifications to an entry.
 

Methods in netscape.ldap.util that return LDIFContent
 LDIFContent LDIFRecord.getContent()
          Retrieves the content of the LDIF record.
 

Constructors in netscape.ldap.util with parameters of type LDIFContent
LDIFRecord(java.lang.String dn, LDIFContent content)
          Constructs a new LDIFRecord object with the specified content.