|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreParseModifyDNOperation
This class defines a set of methods that are available for use by pre-parse plugins for modify DN 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.
Method Summary | |
---|---|
boolean |
deleteOldRDN()
Indicates whether the current RDN value should be removed from the entry. |
ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request. |
ByteString |
getRawNewRDN()
Retrieves the raw, unprocessed newRDN as included in the request from the client. |
ByteString |
getRawNewSuperior()
Retrieves the raw, unprocessed newSuperior from the client request. |
void |
setDeleteOldRDN(boolean deleteOldRDN)
Specifies whether the current RDN value should be removed from the entry. |
void |
setRawEntryDN(ByteString rawEntryDN)
Specifies the raw, unprocessed entry DN as included in the client request. |
void |
setRawNewRDN(ByteString rawNewRDN)
Specifies the raw, unprocessed newRDN as included in the request from the client. |
void |
setRawNewSuperior(ByteString rawNewSuperior)
Specifies the raw, unprocessed newSuperior for this modify DN operation, as provided in the request from the client. |
Methods inherited from interface org.opends.server.types.operation.PreParseOperation |
---|
addRequestControl, addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getErrorMessage, removeRequestControl, removeResponseControl, setAdditionalLogMessage, setErrorMessage |
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 |
Method Detail |
---|
ByteString getRawEntryDN()
void setRawEntryDN(ByteString rawEntryDN)
rawEntryDN
- The raw, unprocessed entry DN as included in
the client request.ByteString getRawNewRDN()
void setRawNewRDN(ByteString rawNewRDN)
rawNewRDN
- The raw, unprocessed newRDN as included in the
request from the client.boolean deleteOldRDN()
true
if the current RDN value should be
removed from the entry, or false
if not.void setDeleteOldRDN(boolean deleteOldRDN)
deleteOldRDN
- Specifies whether the current RDN value
should be removed from the entry.ByteString getRawNewSuperior()
null
if there is none.void setRawNewSuperior(ByteString rawNewSuperior)
rawNewSuperior
- The raw, unprocessed newSuperior as
provided in the request from the client.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |