Class PagedSearcherImpl<T>
java.lang.Object
com.atlassian.crowd.manager.application.search.PagedSearcherImpl<T>
- All Implemented Interfaces:
PagedSearcher<T>
Default implementation of
PagedSearcher.-
Constructor Summary
ConstructorsConstructorDescriptionPagedSearcherImpl(List<Directory> directories, DirectoryManagerSearchWrapper directoryManagerSearchWrapper, boolean mergeEntities, EntityQuery<T> query) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PagedSearcher<T>fetchNextBatch(int batchSize) Returns subsequent batch of results for the query provided when creating this searcher.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.crowd.manager.application.PagedSearcher
asIterable
-
Constructor Details
-
PagedSearcherImpl
public PagedSearcherImpl(List<Directory> directories, DirectoryManagerSearchWrapper directoryManagerSearchWrapper, boolean mergeEntities, EntityQuery<T> query)
-
-
Method Details
-
emptySearcher
-
fetchNextBatch
Description copied from interface:PagedSearcherReturns subsequent batch of results for the query provided when creating this searcher.- Specified by:
fetchNextBatchin interfacePagedSearcher<T>
-