@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface InProgressSearchOperation 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.
|
DereferenceAliasesPolicy |
getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
Filter |
getFilter()
Retrieves the filter for this search operation.
|
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, setResultCode
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
Dn getBaseDN()
SearchScope getScope()
DereferenceAliasesPolicy getDerefPolicy()
int getSizeLimit()
int getTimeLimit()
boolean getTypesOnly()
Filter getFilter()
Copyright 2010-2022 ForgeRock AS.