public abstract class ExtendedOperationWrapper extends OperationWrapper<ExtendedOperation> implements ExtendedOperation
LOCALBACKENDOPERATIONS| Constructor and Description |
|---|
ExtendedOperationWrapper(ExtendedOperation extended)
Creates a new extended operation wrapper based on the provided extended
operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestOID()
Retrieves the OID for the request associated with this extended
operation.
|
org.forgerock.opendj.ldap.ByteString |
getRequestValue()
Retrieves the value for the request associated with this extended
operation.
|
String |
getResponseOID()
Retrieves the OID to include in the response to the client.
|
org.forgerock.opendj.ldap.ByteString |
getResponseValue()
Retrieves the value to include in the response to the client.
|
void |
setResponseOID(String responseOID)
Specifies the OID to include in the response to the client.
|
void |
setResponseValue(org.forgerock.opendj.ldap.ByteString responseValue)
Specifies the value to include in the response to 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, wait, wait, waitabort, 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, getProxiedAuthorizationDN, getReferralURLs, getRequestControl, getRequestControls, getResponseControls, getResultCode, isInnerOperation, isInternalOperation, isSynchronizationOperation, operationCompleted, registerPostResponseCallback, removeAttachment, removeResponseControl, run, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInnerOperation, setInternalOperation, setMaskedErrorMessage, setMaskedResultCode, setMatchedDN, setProxiedAuthorizationDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString, toStringpublic ExtendedOperationWrapper(ExtendedOperation extended)
extended - The extended operation to wrappublic String getRequestOID()
getRequestOID in interface ExtendedOperationpublic String getResponseOID()
getResponseOID in interface ExtendedOperationpublic org.forgerock.opendj.ldap.ByteString getRequestValue()
getRequestValue in interface ExtendedOperationpublic org.forgerock.opendj.ldap.ByteString getResponseValue()
getResponseValue in interface ExtendedOperationpublic void setResponseOID(String responseOID)
setResponseOID in interface ExtendedOperationresponseOID - The OID to include in the response to the
client.public void setResponseValue(org.forgerock.opendj.ldap.ByteString responseValue)
setResponseValue in interface ExtendedOperationresponseValue - The value to include in the response to
the client.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.