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

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

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

Classes in org.apache.directory.api.ldap.model.message that implement AddRequest
 class AddRequestImpl
          Lockable add request implementation.
 

Methods in org.apache.directory.api.ldap.model.message that return AddRequest
 AddRequest AddRequestImpl.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 AddRequest AddRequest.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 AddRequest AddRequestImpl.addControl(Control control)
          Adds a control to this Message.
 AddRequest AddRequest.addControl(Control control)
          Adds a control to this Message.
 AddRequest AddRequestImpl.removeControl(Control control)
          Deletes a control removing it from this Message.
 AddRequest AddRequest.removeControl(Control control)
          Deletes a control removing it from this Message.
 AddRequest AddRequestImpl.setEntry(Entry entry)
          Sets the Entry to add.
 AddRequest AddRequest.setEntry(Entry entry)
          Sets the Entry to add.
 AddRequest AddRequestImpl.setEntryDn(Dn dn)
          Sets the distinguished name of the entry to add.
 AddRequest AddRequest.setEntryDn(Dn entry)
          Sets the distinguished name of the entry to add.
 AddRequest AddRequestImpl.setMessageId(int messageId)
          Sets the Message ID for this request
 AddRequest AddRequest.setMessageId(int messageId)
          Sets the Message ID for this request
 



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