@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyDNRequest extends ChangeRequest
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
getOperationType, getRequestControlsjava.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