@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface SubordinateModifyDNOperation extends InProgressOperation
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteOldRDN()
Indicates whether the current RDN value should be removed from
the entry.
|
DN |
getEntryDN()
Retrieves the DN of the entry to rename.
|
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.
|
addAdditionalLogItem, 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, toStringorg.forgerock.opendj.ldap.ByteString getRawEntryDN()
DN getEntryDN()
getRawEntryDN method.null if the
raw entry DN has not yet been processed.org.forgerock.opendj.ldap.ByteString getRawNewRDN()
RDN getNewRDN()
getRawNewRDN method.null if the
raw newRDN has not yet been processed.boolean deleteOldRDN()
true if the current RDN value should be removed
from the entry, or false if not.org.forgerock.opendj.ldap.ByteString getRawNewSuperior()
null if there is none.DN getNewSuperior()
getRawNewSuperior method.null if
there is no newSuperior DN for this request or if the
raw newSuperior has not yet been processed.Entry getOriginalEntry()
null if it is not yet
available.Entry getUpdatedEntry()
null if it is not yet
available.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.