@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface SearchReferenceSearchOperation extends InProgressOperation
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAttributes()
Retrieves the set of requested attributes for this search
operation.
|
DN |
getBaseDN()
Retrieves the base DN for this search operation.
|
org.forgerock.opendj.ldap.DereferenceAliasesPolicy |
getDerefPolicy()
Retrieves the alias dereferencing policy for this search
operation.
|
SearchFilter |
getFilter()
Retrieves the filter for this search operation.
|
org.forgerock.opendj.ldap.ByteString |
getRawBaseDN()
Retrieves the raw, unprocessed base DN as included in the request
from the client.
|
RawFilter |
getRawFilter()
Retrieves the raw, unprocessed search filter as included in the
request from the client.
|
org.forgerock.opendj.ldap.SearchScope |
getScope()
Retrieves the scope for this search operation.
|
int |
getSizeLimit()
Retrieves the size limit for this search operation.
|
int |
getTimeLimit()
Retrieves the time limit for this search operation.
|
boolean |
getTypesOnly()
Retrieves the typesOnly flag for this search operation.
|
addAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCodecheckIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toStringorg.forgerock.opendj.ldap.ByteString getRawBaseDN()
DN getBaseDN()
org.forgerock.opendj.ldap.SearchScope getScope()
org.forgerock.opendj.ldap.DereferenceAliasesPolicy getDerefPolicy()
int getSizeLimit()
int getTimeLimit()
boolean getTypesOnly()
RawFilter getRawFilter()
SearchFilter getFilter()
Set<String> getAttributes()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.