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

Packages that use AddRequest
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 AddRequest in org.apache.directory.api.dsmlv2.request
 

Classes in org.apache.directory.api.dsmlv2.request that implement AddRequest
 class AddRequestDsml
          DSML Decorator for AddRequest
 

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

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

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

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

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

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type AddRequest
AddRequestDecorator(LdapApiService codec, AddRequest decoratedMessage)
          Makes a AddRequest a MessageDecorator.
 

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
 

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

Methods in org.apache.directory.ldap.client.api with parameters of type AddRequest
 AddResponse LdapNetworkConnection.add(AddRequest addRequest)
          Add an entry present in the AddRequest to the server.
 AddResponse LdapConnection.add(AddRequest addRequest)
          Add an entry present in the AddRequest to the server.
 AddFuture LdapNetworkConnection.addAsync(AddRequest addRequest)
          Add an entry present in the AddRequest to the server.
 AddFuture LdapAsyncConnection.addAsync(AddRequest addRequest)
          Add an entry present in the AddRequest to the server.
 



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