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

Packages that use ModifyDnRequest
org.apache.directory.api.ldap.model.message   
 

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.
 



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