Uses of Class
org.ldaptive.DeleteResponse
-
Packages that use DeleteResponse Package Description org.ldaptive org.ldaptive.beans.persistence org.ldaptive.transport.netty -
-
Uses of DeleteResponse in org.ldaptive
Methods in org.ldaptive that return DeleteResponse Modifier and Type Method Description static DeleteResponse
DeleteOperation. execute(ConnectionFactory factory, DeleteRequest request)
Executes a delete request.DeleteResponse
DeleteOperation. execute(DeleteRequest request)
Executes a delete request.Methods in org.ldaptive that return types with arguments of type DeleteResponse Modifier and Type Method Description OperationHandle<DeleteRequest,DeleteResponse>
Connection. operation(DeleteRequest request)
Creates a handle for a delete operation.static OperationHandle<DeleteRequest,DeleteResponse>
DeleteOperation. send(ConnectionFactory factory, DeleteRequest request)
Sends a delete request.OperationHandle<DeleteRequest,DeleteResponse>
DeleteOperation. send(DeleteRequest request)
Sends a delete request. -
Uses of DeleteResponse in org.ldaptive.beans.persistence
Methods in org.ldaptive.beans.persistence that return DeleteResponse Modifier and Type Method Description DeleteResponse
DefaultLdapEntryManager. delete(T object)
DeleteResponse
DefaultLdapEntryManager. delete(T object, ResultPredicate predicate)
Deletes the supplied annotated object from an LDAP.DeleteResponse
LdapEntryManager. delete(T object)
Deletes the supplied annotated object from an LDAP. -
Uses of DeleteResponse in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty that return types with arguments of type DeleteResponse Modifier and Type Method Description DefaultOperationHandle<DeleteRequest,DeleteResponse>
NettyConnection. operation(DeleteRequest request)
-