|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.core.OperationWrapper
org.opends.server.core.ModifyDNOperationWrapper
org.opends.server.workflowelement.localbackend.LocalBackendModifyDNOperation
public class LocalBackendModifyDNOperation
This class defines an operation used to move an entry in a local backend of the Directory Server.
| Field Summary |
|---|
| Fields inherited from interface org.opends.server.types.Operation |
|---|
LOCALBACKENDOPERATIONS |
| Constructor Summary | |
|---|---|
LocalBackendModifyDNOperation(ModifyDNOperation operation)
Creates a new operation that may be used to move an entry in a local backend of the Directory Server. |
|
| Method Summary | |
|---|---|
Entry |
getOriginalEntry()
Retrieves the current entry, before it is renamed. |
Entry |
getUpdatedEntry()
Retrieves the new entry, as it will appear after it is renamed. |
| Methods inherited from class org.opends.server.core.ModifyDNOperationWrapper |
|---|
addModification, deleteOldRDN, getChangeNumber, getEntryDN, getModifications, getNewDN, getNewRDN, getNewSuperior, getProxiedAuthorizationDN, getRawEntryDN, getRawNewRDN, getRawNewSuperior, setChangeNumber, setDeleteOldRDN, setProxiedAuthorizationDN, setRawEntryDN, setRawNewRDN, setRawNewSuperior |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opends.server.types.operation.PreOperationModifyDNOperation |
|---|
addModification, deleteOldRDN, getEntryDN, getModifications, getNewRDN, getNewSuperior, getRawEntryDN, getRawNewRDN, getRawNewSuperior |
| Methods inherited from interface org.opends.server.types.operation.PreOperationOperation |
|---|
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, removeResponseControl, setAdditionalLogMessage, setErrorMessage |
| Methods inherited from interface org.opends.server.types.operation.PostOperationModifyDNOperation |
|---|
deleteOldRDN, getEntryDN, getModifications, getNewRDN, getNewSuperior, getRawEntryDN, getRawNewRDN, getRawNewSuperior |
| Methods inherited from interface org.opends.server.types.operation.PostOperationOperation |
|---|
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setAdditionalLogMessage, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode |
| Methods inherited from interface org.opends.server.types.operation.PostResponseModifyDNOperation |
|---|
deleteOldRDN, getEntryDN, getModifications, getNewRDN, getNewSuperior, getRawEntryDN, getRawNewRDN, getRawNewSuperior |
| Methods inherited from interface org.opends.server.types.operation.PostResponseOperation |
|---|
getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getProcessingStopTime, getProcessingTime, getReferralURLs, getResultCode |
| Methods inherited from interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation |
|---|
deleteOldRDN, getEntryDN, getModifications, getNewRDN, getNewSuperior, getRawEntryDN, getRawNewRDN, getRawNewSuperior |
| 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 |
| Methods inherited from interface org.opends.server.types.operation.InProgressOperation |
|---|
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setAdditionalLogMessage, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode |
| Constructor Detail |
|---|
public LocalBackendModifyDNOperation(ModifyDNOperation operation)
operation - The operation to enhance.| Method Detail |
|---|
public final Entry getOriginalEntry()
getOriginalEntry in interface ModifyDNOperationgetOriginalEntry in interface PostOperationModifyDNOperationgetOriginalEntry in interface PostResponseModifyDNOperationgetOriginalEntry in interface PostSynchronizationModifyDNOperationgetOriginalEntry in interface PreOperationModifyDNOperationgetOriginalEntry in interface SubordinateModifyDNOperationgetOriginalEntry in class ModifyDNOperationWrappernull if it is not yet
available.public final Entry getUpdatedEntry()
getUpdatedEntry in interface ModifyDNOperationgetUpdatedEntry in interface PostOperationModifyDNOperationgetUpdatedEntry in interface PostResponseModifyDNOperationgetUpdatedEntry in interface PostSynchronizationModifyDNOperationgetUpdatedEntry in interface PreOperationModifyDNOperationgetUpdatedEntry in interface SubordinateModifyDNOperationgetUpdatedEntry in class ModifyDNOperationWrappernull if it is not yet
available.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||