|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifyDnResponse | |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.future | |
org.apache.directory.ldap.client.api.listener |
Uses of ModifyDnResponse in org.apache.directory.ldap.client.api |
---|
Methods in org.apache.directory.ldap.client.api that return ModifyDnResponse | |
---|---|
ModifyDnResponse |
LdapConnection.modifyDn(ModifyDnRequest modDnRequest)
performs the modifyDn operation based on the given ModifyDnRequest. |
ModifyDnResponse |
LdapConnection.move(org.apache.directory.shared.ldap.name.DN entryDn,
org.apache.directory.shared.ldap.name.DN newSuperiorDn)
moves the given entry DN under the new superior DN |
ModifyDnResponse |
LdapConnection.move(java.lang.String entryDn,
java.lang.String newSuperiorDn)
|
ModifyDnResponse |
LdapConnection.rename(org.apache.directory.shared.ldap.name.DN entryDn,
org.apache.directory.shared.ldap.name.RDN newRdn)
renames the given entryDn with new RDN and deletes the old RDN. |
ModifyDnResponse |
LdapConnection.rename(org.apache.directory.shared.ldap.name.DN entryDn,
org.apache.directory.shared.ldap.name.RDN newRdn,
boolean deleteOldRdn)
renames the given entryDn with new RDN and deletes the old Rdn if deleteOldRdn is set to true. |
ModifyDnResponse |
LdapConnection.rename(java.lang.String entryDn,
java.lang.String newRdn)
renames the given entryDn with new Rdn and deletes the old RDN. |
ModifyDnResponse |
LdapConnection.rename(java.lang.String entryDn,
java.lang.String newRdn,
boolean deleteOldRdn)
|
Uses of ModifyDnResponse in org.apache.directory.ldap.client.api.future |
---|
Methods in org.apache.directory.ldap.client.api.future that return ModifyDnResponse | |
---|---|
ModifyDnResponse |
ModifyDnFuture.get()
Get the ModifyDnResponse, blocking until one is received. |
ModifyDnResponse |
ModifyDnFuture.get(long timeout,
java.util.concurrent.TimeUnit unit)
Get the ModifyDnResponse, blocking until one is received, or until the given timeout is reached. |
Uses of ModifyDnResponse in org.apache.directory.ldap.client.api.listener |
---|
Methods in org.apache.directory.ldap.client.api.listener with parameters of type ModifyDnResponse | |
---|---|
void |
ModifyDnListener.modifyDnCompleted(LdapConnection connection,
ModifyDnResponse response)
callback method called after completing the modifyDn operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |