Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyDnRequest

Packages that use ModifyDnRequest
org.apache.directory.api.dsmlv2.request   
org.apache.directory.api.ldap.codec.decorators   
org.apache.directory.api.ldap.model.message   
org.apache.directory.ldap.client.api   
 

Uses of ModifyDnRequest in org.apache.directory.api.dsmlv2.request
 

Classes in org.apache.directory.api.dsmlv2.request that implement ModifyDnRequest
 class ModifyDNRequestDsml
          DSML Decorator for ModifyDNRequest
 

Methods in org.apache.directory.api.dsmlv2.request that return ModifyDnRequest
 ModifyDnRequest ModifyDNRequestDsml.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 ModifyDnRequest ModifyDNRequestDsml.addControl(Control control)
          Adds a control to this Message.
 ModifyDnRequest ModifyDNRequestDsml.removeControl(Control control)
          Deletes a control removing it from this Message.
 ModifyDnRequest ModifyDNRequestDsml.setDeleteOldRdn(boolean deleteOldRdn)
          Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
 ModifyDnRequest ModifyDNRequestDsml.setMessageId(int messageId)
          Sets the Message ID for this request
 ModifyDnRequest ModifyDNRequestDsml.setName(Dn name)
          Sets the entry's distinguished name representing the entry PDU field.
 ModifyDnRequest ModifyDNRequestDsml.setNewRdn(Rdn newRdn)
          Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
 ModifyDnRequest ModifyDNRequestDsml.setNewSuperior(Dn newSuperior)
          Set the new superior
 

Constructors in org.apache.directory.api.dsmlv2.request with parameters of type ModifyDnRequest
ModifyDNRequestDsml(LdapApiService codec, ModifyDnRequest ldapMessage)
          Creates a new getDecoratedMessage() of ModifyDNRequestDsml.
 

Uses of ModifyDnRequest in org.apache.directory.api.ldap.codec.decorators
 

Classes in org.apache.directory.api.ldap.codec.decorators that implement ModifyDnRequest
 class ModifyDnRequestDecorator
          A decorator for the ModifyDnRequest message
 

Methods in org.apache.directory.api.ldap.codec.decorators that return ModifyDnRequest
 ModifyDnRequest ModifyDnRequestDecorator.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 ModifyDnRequest ModifyDnRequestDecorator.addControl(Control control)
          Adds a control to this Message.
 ModifyDnRequest ModifyDnRequestDecorator.removeControl(Control control)
          Deletes a control removing it from this Message.
 ModifyDnRequest ModifyDnRequestDecorator.setDeleteOldRdn(boolean deleteOldRdn)
          Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
 ModifyDnRequest ModifyDnRequestDecorator.setMessageId(int messageId)
          Sets the Message ID for this request
 ModifyDnRequest ModifyDnRequestDecorator.setName(Dn name)
          Sets the entry's distinguished name representing the entry PDU field.
 ModifyDnRequest ModifyDnRequestDecorator.setNewRdn(Rdn newRdn)
          Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
 ModifyDnRequest ModifyDnRequestDecorator.setNewSuperior(Dn newSuperior)
          Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type ModifyDnRequest
ModifyDnRequestDecorator(LdapApiService codec, ModifyDnRequest decoratedMessage)
          Makes a ModifyDnRequest encodable.
 

Uses of ModifyDnRequest in org.apache.directory.api.ldap.model.message
 

Classes in org.apache.directory.api.ldap.model.message that implement ModifyDnRequest
 class ModifyDnRequestImpl
          ModifyDNRequest implementation.
 

Methods in org.apache.directory.api.ldap.model.message that return ModifyDnRequest
 ModifyDnRequest ModifyDnRequestImpl.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 ModifyDnRequest ModifyDnRequest.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 ModifyDnRequest ModifyDnRequestImpl.addControl(Control control)
          Adds a control to this Message.
 ModifyDnRequest ModifyDnRequest.addControl(Control control)
          Adds a control to this Message.
 ModifyDnRequest ModifyDnRequestImpl.removeControl(Control control)
          Deletes a control removing it from this Message.
 ModifyDnRequest ModifyDnRequest.removeControl(Control control)
          Deletes a control removing it from this Message.
 ModifyDnRequest ModifyDnRequestImpl.setDeleteOldRdn(boolean deleteOldRdn)
          Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
 ModifyDnRequest ModifyDnRequest.setDeleteOldRdn(boolean deleteOldRdn)
          Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.
 ModifyDnRequest ModifyDnRequestImpl.setMessageId(int messageId)
          Sets the Message ID for this request
 ModifyDnRequest ModifyDnRequest.setMessageId(int messageId)
          Sets the Message ID for this request
 ModifyDnRequest ModifyDnRequestImpl.setName(Dn name)
          Sets the entry's distinguished name representing the entry PDU field.
 ModifyDnRequest ModifyDnRequest.setName(Dn name)
          Sets the entry's distinguished name representing the entry PDU field.
 ModifyDnRequest ModifyDnRequestImpl.setNewRdn(Rdn newRdn)
          Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
 ModifyDnRequest ModifyDnRequest.setNewRdn(Rdn newRdn)
          Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.
 ModifyDnRequest ModifyDnRequestImpl.setNewSuperior(Dn newSuperior)
          Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 ModifyDnRequest ModifyDnRequest.setNewSuperior(Dn newSuperior)
          Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 

Uses of ModifyDnRequest in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api with parameters of type ModifyDnRequest
 ModifyDnResponse LdapNetworkConnection.modifyDn(ModifyDnRequest modDnRequest)
          Performs the modifyDn operation based on the given ModifyDnRequest.
 ModifyDnResponse LdapConnection.modifyDn(ModifyDnRequest modDnRequest)
          Performs the modifyDn operation based on the given ModifyDnRequest.
 ModifyDnFuture LdapNetworkConnection.modifyDnAsync(ModifyDnRequest modDnRequest)
          Performs the modifyDn operation based on the given ModifyDnRequest.
 ModifyDnFuture LdapAsyncConnection.modifyDnAsync(ModifyDnRequest modDnRequest)
          Performs the modifyDn operation based on the given ModifyDnRequest.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.