|
|||||||||
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 PostSynchronizationModifyDNOperation
This class defines a set of methods that are available for use by post-synchronization 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. |
DN |
getEntryDN()
Retrieves the DN of the entry to rename. |
java.util.List<Modification> |
getModifications()
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation. |
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. |
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. |
Entry |
getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed. |
Methods inherited from interface org.opends.server.types.operation.PostSynchronizationOperation |
---|
getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getProcessingStopTime, getProcessingTime, getReferralURLs, getResultCode |
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()
DN getEntryDN()
getRawEntryDN
method.
null
if
the raw entry DN has not yet been processed.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.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.java.util.List<Modification> getModifications()
addModification
method (the list returned from this
method should not be modified directly) if any changes should be
processed in addition to the core modify DN processing. Backends
may read this list to identify which attribute-level changes were
applied in order to more easily apply updates to attribute
indexes.
null
if that information is not yet
available (e.g., during pre-parse plugins).Entry getOriginalEntry()
null
if it is not yet
available.Entry getUpdatedEntry()
null
if it is not yet
available.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |