Uses of Class
org.apache.directory.ldap.client.api.message.ModifyRequest

Packages that use ModifyRequest
org.apache.directory.ldap.client.api   
 

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

Methods in org.apache.directory.ldap.client.api with parameters of type ModifyRequest
 ModifyResponse LdapConnection.modify(ModifyRequest modRequest)
          Performs an modify operation based on the modifications present in the ModifyRequest.
 ModifyFuture LdapConnection.modifyAsync(ModifyRequest modRequest)
          Performs an asynchronous modify operation based on the modifications present in the ModifyRequest.
 



Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.