|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--netscape.ldap.util.LDIFBaseContent
|
+--netscape.ldap.util.LDIFDeleteContent
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.
LDIFRecord.getContent(),
Serialized Form| Field Summary |
|---|
| Fields inherited from interface netscape.ldap.util.LDIFContent |
|---|
ADD_CONTENT, ATTRIBUTE_CONTENT, DELETE_CONTENT, MODDN_CONTENT, MODIFICATION_CONTENT |
| Constructor Summary | |
|---|---|
LDIFDeleteContent()
Constructs an LDIFDeleteContent object
to specify that an entry should be deleted. |
|
| Method Summary | |
|---|---|
int |
getType()
Returns the content type. |
java.lang.String |
toString()
Returns the string representation of the content of the LDIF record. |
| Methods inherited from class netscape.ldap.util.LDIFBaseContent |
|---|
getControls, getControlString, setControls |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LDIFDeleteContent()
LDIFDeleteContent object
to specify that an entry should be deleted. (The DN
identifying the entry is part of the LDIFRecord
object.
| Method Detail |
public int getType()
getContent method of the LDIFRecord
object to determine the type of content specified in the record.
LDIFContent.DELETE_CONTENT).LDIFRecord.getContent()public java.lang.String toString()
toString in interface LDIFContenttoString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||