public abstract class ModifyDNOperationWrapper extends OperationWrapper<ModifyDNOperation> implements ModifyDNOperation
LOCALBACKENDOPERATIONS| Constructor and Description |
|---|
ModifyDNOperationWrapper(ModifyDNOperation modifyDN)
Creates a new moddn operation based on the provided moddn operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addModification(Modification modification)
Adds the provided modification to the set of modifications to be applied
as part of the update.
|
boolean |
deleteOldRDN()
Indicates whether the current RDN value should be removed from the entry.
|
DN |
getEntryDN()
Retrieves the DN of the entry to rename.
|
List<Modification> |
getModifications()
Retrieves the set of modifications applied to attributes of the target
entry in the course of processing this modify DN operation.
|
DN |
getNewDN()
Retrieves the new DN for the entry.
|
RDN |
getNewRDN()
Retrieves the new RDN to use for the entry.
|
DN |
getNewSuperior()
Retrieves the newSuperior DN for the entry.
|
Entry |
getOriginalEntry()
Retrieves the current entry, before it is renamed.
|
org.forgerock.opendj.ldap.ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request.
|
org.forgerock.opendj.ldap.ByteString |
getRawNewRDN()
Retrieves the raw, unprocessed newRDN as included in the request from the
client.
|
org.forgerock.opendj.ldap.ByteString |
getRawNewSuperior()
Retrieves the raw, unprocessed newSuperior from the client request.
|
Entry |
getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed.
|
void |
setDeleteOldRDN(boolean deleteOldRDN)
Specifies whether the current RDN value should be removed from the entry.
|
void |
setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
Specifies the raw, unprocessed entry DN as included in the client request.
|
void |
setRawNewRDN(org.forgerock.opendj.ldap.ByteString rawNewRDN)
Specifies the raw, unprocessed newRDN as included in the request from the
client.
|
void |
setRawNewSuperior(org.forgerock.opendj.ldap.ByteString rawNewSuperior)
Specifies the raw, unprocessed newSuperior for this modify DN operation, as
provided in the request from the client.
|
abort, addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, appendMaskedErrorMessage, cancel, checkIfCanceled, disconnectClient, dontSynchronize, equals, getAdditionalLogItems, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getCancelRequest, getCancelResult, getClientConnection, getConnectionID, getErrorMessage, getMaskedErrorMessage, getMaskedResultCode, getMatchedDN, getMessageID, getOperation, getOperationID, getOperationType, getProcessingNanoTime, getProcessingStartTime, getProcessingStopTime, getProcessingTime, getProxiedAuthorizationDN, getReferralURLs, getRequestControl, getRequestControls, getResponseControls, getResultCode, hashCode, isInnerOperation, isInternalOperation, isSynchronizationOperation, operationCompleted, registerPostResponseCallback, removeAttachment, removeResponseControl, run, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInnerOperation, setInternalOperation, setMaskedErrorMessage, setMaskedResultCode, setMatchedDN, setProxiedAuthorizationDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString, toStringclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetProxiedAuthorizationDN, setProxiedAuthorizationDNabort, addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, appendMaskedErrorMessage, cancel, checkIfCanceled, disconnectClient, dontSynchronize, getAdditionalLogItems, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getCancelRequest, getCancelResult, getClientConnection, getConnectionID, getErrorMessage, getMaskedErrorMessage, getMaskedResultCode, getMatchedDN, getMessageID, getOperationID, getOperationType, getProcessingNanoTime, getProcessingStartTime, getProcessingStopTime, getProcessingTime, getReferralURLs, getRequestControl, getRequestControls, getResponseControls, getResultCode, isInnerOperation, isInternalOperation, isSynchronizationOperation, operationCompleted, registerPostResponseCallback, removeAttachment, removeResponseControl, run, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInnerOperation, setInternalOperation, setMaskedErrorMessage, setMaskedResultCode, setMatchedDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString, toStringaddAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCodecheckIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toStringpublic ModifyDNOperationWrapper(ModifyDNOperation modifyDN)
modifyDN - The moddn operation to wrappublic void addModification(Modification modification)
addModification in interface ModifyDNOperationmodification - The modification to add to the set of modifications
to apply to the entry.public boolean deleteOldRDN()
deleteOldRDN in interface ModifyDNOperationdeleteOldRDN in interface SubordinateModifyDNOperationtrue if the current RDN value should be removed from
the entry, or false if not.public DN getEntryDN()
getRawEntryDN method.getEntryDN in interface ModifyDNOperationgetEntryDN in interface SubordinateModifyDNOperationnull if the raw
entry DN has not yet been processed.public List<Modification> getModifications()
getModifications in interface ModifyDNOperationnull if that
information is not yet available (e.g., during pre-parse plugins).public RDN getNewRDN()
getRawNewRDN method.getNewRDN in interface ModifyDNOperationgetNewRDN in interface SubordinateModifyDNOperationnull if the raw
newRDN has not yet been processed.public DN getNewSuperior()
getRawNewSuperior
method.getNewSuperior in interface ModifyDNOperationgetNewSuperior in interface SubordinateModifyDNOperationnull if there is
no newSuperior DN for this request or if the raw newSuperior has
not yet been processed.public Entry getOriginalEntry()
getOriginalEntry in interface ModifyDNOperationgetOriginalEntry in interface SubordinateModifyDNOperationnull if it is not yet
available.public org.forgerock.opendj.ldap.ByteString getRawEntryDN()
getRawEntryDN in interface ModifyDNOperationgetRawEntryDN in interface SubordinateModifyDNOperationpublic org.forgerock.opendj.ldap.ByteString getRawNewRDN()
getRawNewRDN in interface ModifyDNOperationgetRawNewRDN in interface SubordinateModifyDNOperationpublic org.forgerock.opendj.ldap.ByteString getRawNewSuperior()
getRawNewSuperior in interface ModifyDNOperationgetRawNewSuperior in interface SubordinateModifyDNOperationnull if there is none.public Entry getUpdatedEntry()
getUpdatedEntry in interface ModifyDNOperationgetUpdatedEntry in interface SubordinateModifyDNOperationnull if it is not yet
available.public void setDeleteOldRDN(boolean deleteOldRDN)
setDeleteOldRDN in interface ModifyDNOperationdeleteOldRDN - Specifies whether the current RDN value should be
removed from the entry.public void setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
setRawEntryDN in interface ModifyDNOperationrawEntryDN - The raw, unprocessed entry DN as included in the client
request.public void setRawNewRDN(org.forgerock.opendj.ldap.ByteString rawNewRDN)
setRawNewRDN in interface ModifyDNOperationrawNewRDN - The raw, unprocessed newRDN as included in the request
from the client.public void setRawNewSuperior(org.forgerock.opendj.ldap.ByteString rawNewSuperior)
setRawNewSuperior in interface ModifyDNOperationrawNewSuperior - The raw, unprocessed newSuperior as provided in the
request from the client.public DN getNewDN()
getNewDN in interface ModifyDNOperationnull if there is
neither newRDN, nor entryDN for this request.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.