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
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
- Specified by:
fetchNextBatchin interfacePagedSearcher<T>
-