| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyDNRequest
This interface defines a set of methods which may be used to interact with a modify DN request.
| Method Summary | |
|---|---|
 boolean | 
deleteOldRDN()
Indicates whether to remove the old RDN values from the entry.  | 
 java.lang.String | 
getDN()
Retrieves the DN of the entry to move and/or rename.  | 
 java.lang.String | 
getNewRDN()
Retrieves the new RDN to use for the entry.  | 
 java.lang.String | 
getNewSuperiorDN()
Retrieves the DN for the new superior entry, if any.  | 
 com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest | 
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this modify DN request.  | 
 com.unboundid.ldif.LDIFModifyDNChangeRecord | 
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this modify DN request.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request | 
|---|
getOperationType, getRequestControls | 
| Method Detail | 
|---|
java.lang.String getDN()
java.lang.String getNewRDN()
boolean deleteOldRDN()
true if the old RDN values should be removed, or
          false if not.java.lang.String getNewSuperiorDN()
null if the entry
          should remain below its current parent.com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest toLDAPSDKRequest()
com.unboundid.ldif.LDIFModifyDNChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord in interface ChangeRequest
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||