Uses of Class
org.forgerock.opendj.ldap.messages.DeleteRequest
Packages that use DeleteRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for reading and writing LDIF.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
-
Uses of DeleteRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoid
LdapWriter.writeDeleteRequest
(int messageID, DeleteRequest request) Writes the provided delete request. -
Uses of DeleteRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type DeleteRequestModifier and TypeMethodDescriptionAbstractAsynchronousConnection.delete
(DeleteRequest request) AbstractConnectionWrapper.delete
(DeleteRequest request) Deletes an entry from the Directory Server using the provided delete request.Connection.delete
(DeleteRequest request) Deletes an entry from the Directory Server using the provided delete request.LdapClientSocket.delete
(DeleteRequest request) Deletes an entry from the Directory Server using the provided delete request.AbstractConnection.deleteAsync
(DeleteRequest request) AbstractConnectionWrapper.deleteAsync
(DeleteRequest request) Asynchronously deletes an entry from the Directory Server using the provided delete request.AbstractConnectionWrapper.deleteAsync
(DeleteRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously deletes an entry from the Directory Server using the provided delete request.AbstractSynchronousConnection.deleteAsync
(DeleteRequest request, IntermediateResponseHandler intermediateResponseHandler) Connection.deleteAsync
(DeleteRequest request) Asynchronously deletes an entry from the Directory Server using the provided delete request.Connection.deleteAsync
(DeleteRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously deletes an entry from the Directory Server using the provided delete request. -
Uses of DeleteRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return DeleteRequestModifier and TypeMethodDescriptionstatic DeleteRequest
Requests.copyOfDeleteRequest
(DeleteRequest request) Creates a new delete request that is an exact copy of the provided request.static DeleteRequest
Requests.newDeleteRequest
(String name) Creates a new delete request using the provided distinguished name decoded using the default schema.static DeleteRequest
Requests.newDeleteRequest
(Dn name) Creates a new delete request using the provided distinguished name.Sets the distinguished name of the entry to be deleted.Sets the distinguished name of the entry to be deleted.Methods in org.forgerock.opendj.ldap.messages with parameters of type DeleteRequestModifier and TypeMethodDescriptionstatic DeleteRequest
Requests.copyOfDeleteRequest
(DeleteRequest request) Creates a new delete request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest
(P p, DeleteRequest request) RequestVisitor.visitRequest
(P p, DeleteRequest request) Visits anDelete
request. -
Uses of DeleteRequest in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoid
RejectedChangeRecordListener.handleRejectedChangeRecord
(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.abstract R
ChangeRecordVisitor.visitRequest
(P p, DeleteRequest request) ChangeRecordWriter.writeChangeRecord
(DeleteRequest change) Writes aDelete
change record.ConnectionChangeRecordWriter.writeChangeRecord
(DeleteRequest change) Writes the provided Delete request to the underlying connection, blocking until the request completes.LdifChangeRecordWriter.writeChangeRecord
(DeleteRequest change) -
Uses of DeleteRequest in org.opends.server.core
Methods in org.opends.server.core that return DeleteRequestConstructors in org.opends.server.core with parameters of type DeleteRequestModifierConstructorDescriptionDeleteOperation
(RequestContext context, LocalBackend<?> backend, DeleteRequest request, Consumer<ResponseStream> out) Creates a new delete operation. -
Uses of DeleteRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoid
AccessLogPublisher.logDeleteRequest
(RequestContext context, DeleteRequest request) Writes a message to the access logger with information about the delete request.void
TextAccessLogPublisher.logDeleteRequest
(RequestContext context, DeleteRequest request) void
AccessLogPublisher.logDeleteResult
(RequestContext context, DeleteRequest request, Result result) Writes a message to the access logger with information about the delete result.void
TextAccessLogPublisher.logDeleteResult
(RequestContext context, DeleteRequest request, Result result) void
TextAuditLogPublisher.logDeleteResult
(RequestContext context, DeleteRequest request, Result result) -
Uses of DeleteRequest in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return DeleteRequest