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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getProxiedAuthorizationDN, setProxiedAuthorizationDN
abort, 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, toString
public CompareOperationWrapper(CompareOperation compare)
compare
- The compare operation to wrappublic org.forgerock.opendj.ldap.ByteString getRawEntryDN()
getRawEntryDN
in interface CompareOperation
public void setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
setRawEntryDN
in interface CompareOperation
rawEntryDN
- The raw, unprocessed entry DN as included in the client
request.public DN getEntryDN()
getRawEntryDN
method.getEntryDN
in interface CompareOperation
null
if the raw
entry DN has not yet been processed.public String getRawAttributeType()
getRawAttributeType
in interface CompareOperation
public void setRawAttributeType(String rawAttributeType)
setRawAttributeType
in interface CompareOperation
rawAttributeType
- The raw attribute type for this compare
operation.public AttributeType getAttributeType()
getAttributeType
in interface CompareOperation
public void setAttributeType(AttributeType attributeType)
setAttributeType
in interface CompareOperation
attributeType
- The attribute type for this compare operation.public Set<String> getAttributeOptions()
getAttributeOptions
in interface CompareOperation
public void setAttributeOptions(Set<String> attributeOptions)
setAttributeOptions
in interface CompareOperation
attributeOptions
- The attribute options for this compare operation.public org.forgerock.opendj.ldap.ByteString getAssertionValue()
getAssertionValue
in interface CompareOperation
public void setAssertionValue(org.forgerock.opendj.ldap.ByteString assertionValue)
setAssertionValue
in interface CompareOperation
assertionValue
- The assertion value for this compare operation.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.