Uses of Interface
org.apache.directory.api.ldap.model.message.DeleteResponse
-
-
Uses of DeleteResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement DeleteResponse Modifier and Type Class Description classDelResponseDsmlDSML Decorator for DelResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type DeleteResponse Constructor Description DelResponseDsml(LdapApiService codec, DeleteResponse ldapMessage)Creates a new getDecoratedMessage() of DelResponseDsml. -
Uses of DeleteResponse in org.apache.directory.api.ldap.codec.actions.response.del
Method parameters in org.apache.directory.api.ldap.codec.actions.response.del with type arguments of type DeleteResponse Modifier and Type Method Description voidInitDelResponse. action(LdapMessageContainer<DeleteResponse> container)The action to be executed. -
Uses of DeleteResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement DeleteResponse Modifier and Type Class Description classDeleteResponseImplDeleteResponse implementationMethods in org.apache.directory.api.ldap.model.message that return DeleteResponse Modifier and Type Method Description DeleteResponseDeleteRequestImpl. getResultResponse()The result containing response for this request. -
Uses of DeleteResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement DeleteResponse Modifier and Type Class Description classDeleteNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Delete response. -
Uses of DeleteResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return DeleteResponse Modifier and Type Method Description DeleteResponseLdapConnection. delete(DeleteRequest deleteRequest)Performs a delete operation based on the delete request object.DeleteResponseLdapConnectionWrapper. delete(DeleteRequest deleteRequest)Performs a delete operation based on the delete request object.DeleteResponseLdapNetworkConnection. delete(DeleteRequest deleteRequest)Performs a delete operation based on the delete request object. -
Uses of DeleteResponse in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return DeleteResponse Modifier and Type Method Description DeleteResponseLdapConnectionOperations. delete(DeleteRequest deleteRequest)Deletes an entry specified by a DeleteRequest from the LDAP server.DeleteResponseLdapConnectionOperations. delete(Dn dn)Deletes an entry specified by Dn from the LDAP server.DeleteResponseLdapConnectionOperations. delete(Dn dn, RequestBuilder<DeleteRequest> requestBuilder)Deletes an entry specified by Dn, and whose request is configured by a RequestBuilder, from the LDAP server.DeleteResponseLdapConnectionTemplate. delete(DeleteRequest deleteRequest)Deletes an entry specified by a DeleteRequest from the LDAP server.DeleteResponseLdapConnectionTemplate. delete(Dn dn)Deletes an entry specified by Dn from the LDAP server.DeleteResponseLdapConnectionTemplate. delete(Dn dn, RequestBuilder<DeleteRequest> requestBuilder)Deletes an entry specified by Dn, and whose request is configured by a RequestBuilder, from the LDAP server.
-