public abstract class CompareOperationWrapper extends OperationWrapper<CompareOperation> implements CompareOperation
LOCALBACKENDOPERATIONS| Constructor and Description |
|---|
CompareOperationWrapper(CompareOperation compare)
Creates a new compare operation based on the provided compare operation.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.ByteString |
getAssertionValue()
Retrieves the assertion value for this compare operation.
|
org.forgerock.opendj.ldap.AttributeDescription |
getAttributeDescription()
Retrieves the attribute description for this compare operation.
|
org.forgerock.opendj.ldap.DN |
getEntryDN()
Retrieves the DN of the entry to compare.
|
String |
getRawAttributeType()
Retrieves the raw attribute type for this compare operation.
|
org.forgerock.opendj.ldap.ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request.
|
void |
setAssertionValue(org.forgerock.opendj.ldap.ByteString assertionValue)
Specifies the assertion value for this compare operation.
|
void |
setRawAttributeType(String rawAttributeType)
Specifies the raw attribute type for this compare operation.
|
void |
setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
Specifies the raw, unprocessed entry DN as included in the client request.
|
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, 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, toStringpublic CompareOperationWrapper(CompareOperation compare)
compare - The compare operation to wrappublic org.forgerock.opendj.ldap.ByteString getRawEntryDN()
CompareOperationgetRawEntryDN in interface CompareOperationpublic void setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
CompareOperationsetRawEntryDN in interface CompareOperationrawEntryDN - The raw, unprocessed entry DN as included in the client
request.public org.forgerock.opendj.ldap.DN getEntryDN()
CompareOperationgetRawEntryDN method.getEntryDN in interface CompareOperationnull if the raw
entry DN has not yet been processed.public String getRawAttributeType()
CompareOperationgetRawAttributeType in interface CompareOperationpublic void setRawAttributeType(String rawAttributeType)
CompareOperationsetRawAttributeType in interface CompareOperationrawAttributeType - The raw attribute type for this compare
operation.public org.forgerock.opendj.ldap.AttributeDescription getAttributeDescription()
CompareOperationgetAttributeDescription in interface CompareOperationpublic org.forgerock.opendj.ldap.ByteString getAssertionValue()
CompareOperationgetAssertionValue in interface CompareOperationpublic void setAssertionValue(org.forgerock.opendj.ldap.ByteString assertionValue)
CompareOperationsetAssertionValue in interface CompareOperationassertionValue - The assertion value for this compare operation.Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.