Uses of Class
org.ldaptive.SearchOperation
-
Packages that use SearchOperation Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.concurrent org.ldaptive.ext org.ldaptive.referral -
-
Uses of SearchOperation in org.ldaptive
Methods in org.ldaptive that return SearchOperation Modifier and Type Method Description static SearchOperation
SearchOperation. copy(SearchOperation operation)
Returns a new search operation with the same properties as the supplied operation.protected SearchOperation
AbstractSearchOperationFactory. createSearchOperation()
Creates a new search operation configured with the properties on this factory.protected SearchOperation
AbstractSearchOperationFactory. createSearchOperation(ConnectionFactory cf)
Creates a new search operation configured with the properties on this factory.Methods in org.ldaptive with parameters of type SearchOperation Modifier and Type Method Description static SearchOperation
SearchOperation. copy(SearchOperation operation)
Returns a new search operation with the same properties as the supplied operation. -
Uses of SearchOperation in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util that return SearchOperation Modifier and Type Method Description protected SearchOperation
DirSyncClient. createSearchOperation()
Creates a new search operation configured with the properties on this client. -
Uses of SearchOperation in org.ldaptive.concurrent
Constructors in org.ldaptive.concurrent with parameters of type SearchOperation Constructor Description SearchOperationWorker(SearchOperation op)
Creates a new search operation worker. -
Uses of SearchOperation in org.ldaptive.ext
Fields in org.ldaptive.ext declared as SearchOperation Modifier and Type Field Description private SearchOperation
MergeOperation. searchOperation
Search operation used to find the entry.Methods in org.ldaptive.ext that return SearchOperation Modifier and Type Method Description SearchOperation
MergeOperation. getSearchOperation()
Methods in org.ldaptive.ext with parameters of type SearchOperation Modifier and Type Method Description void
MergeOperation. setSearchOperation(SearchOperation operation)
-
Uses of SearchOperation in org.ldaptive.referral
Methods in org.ldaptive.referral that return SearchOperation Modifier and Type Method Description protected SearchOperation
FollowSearchReferralHandler. createReferralOperation(ConnectionFactory factory)
protected SearchOperation
FollowSearchResultReferenceHandler. createReferralOperation(ConnectionFactory factory)
-