Class LDIFDeleteContent

java.lang.Object
netscape.ldap.util.LDIFBaseContent
netscape.ldap.util.LDIFDeleteContent
All Implemented Interfaces:
Serializable, LDIFContent

public class LDIFDeleteContent extends LDIFBaseContent
An object of this class represents the content of an LDIF record that specifies the deletion of an entry. This class implements the LDIFContent interface.

To get this object from an LDIFRecord object, use the getContent method and cast the return value as LDIFDeleteContent.

Version:
1.0
See Also: