@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreParseCompareOperation extends PreParseOperation
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.ByteString |
getAssertionValue()
Retrieves the assertion value for this compare operation.
|
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.
|
addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, getAdditionalLogItems, getErrorMessage, removeResponseControl, setErrorMessagecheckIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toStringorg.forgerock.opendj.ldap.ByteString getRawEntryDN()
void setRawEntryDN(org.forgerock.opendj.ldap.ByteString rawEntryDN)
rawEntryDN - The raw entry DN for this compare operation.String getRawAttributeType()
void setRawAttributeType(String rawAttributeType)
rawAttributeType - The raw attribute type for this compare
operation.org.forgerock.opendj.ldap.ByteString getAssertionValue()
void setAssertionValue(org.forgerock.opendj.ldap.ByteString assertionValue)
assertionValue - The assertion value for this compare
operation.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.