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.
|
Set<String> |
getAttributeOptions()
Retrieves the attribute options for this compare operation.
|
AttributeType |
getAttributeType()
Retrieves the attribute type for this compare operation.
|
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 |
setAttributeOptions(Set<String> attributeOptions)
Specifies the attribute options for this compare operation.
|
void |
setAttributeType(AttributeType attributeType)
Specifies the attribute type 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()
getRawEntryDN in interface CompareOperationpublic void setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
setRawEntryDN in interface CompareOperationrawEntryDN - The raw, unprocessed entry DN as included in the client
request.public DN getEntryDN()
getRawEntryDN method.getEntryDN in interface CompareOperationnull if the raw
entry DN has not yet been processed.public String getRawAttributeType()
getRawAttributeType in interface CompareOperationpublic void setRawAttributeType(String rawAttributeType)
setRawAttributeType in interface CompareOperationrawAttributeType - The raw attribute type for this compare
operation.public AttributeType getAttributeType()
getAttributeType in interface CompareOperationpublic void setAttributeType(AttributeType attributeType)
setAttributeType in interface CompareOperationattributeType - The attribute type for this compare operation.public Set<String> getAttributeOptions()
getAttributeOptions in interface CompareOperationpublic void setAttributeOptions(Set<String> attributeOptions)
setAttributeOptions in interface CompareOperationattributeOptions - The attribute options for this compare operation.public org.forgerock.opendj.ldap.ByteString getAssertionValue()
getAssertionValue in interface CompareOperationpublic void setAssertionValue(org.forgerock.opendj.ldap.ByteString assertionValue)
setAssertionValue in interface CompareOperationassertionValue - The assertion value for this compare operation.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.