org.opends.server.types.operation
Interface PreParseDeleteOperation
- All Superinterfaces:
- PluginOperation, PreParseOperation
- All Known Implementing Classes:
- DeleteOperationBasis
@PublicAPI(stability=UNCOMMITTED,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public interface PreParseDeleteOperation
- extends PreParseOperation
This class defines a set of methods that are available for use by
pre-parse plugins for delete operations. Note that this interface
is intended only to define an API for use by plugins and is not
intended to be implemented by any custom classes.
Methods inherited from interface org.opends.server.types.operation.PluginOperation |
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString |
getRawEntryDN
ByteString getRawEntryDN()
- Retrieves the raw, unprocessed entry DN as included in the client
request.
- Returns:
- The raw, unprocessed entry DN as included in the client
request.
setRawEntryDN
void setRawEntryDN(ByteString rawEntryDN)
- Specifies the raw, unprocessed entry DN for this delete
operation.
- Parameters:
rawEntryDN
- The raw, unprocessed entry DN for this delete
operation.