Uses of Interface
com.atlassian.crowd.manager.application.PagedSearcher
Packages that use PagedSearcher
Package
Description
-
Uses of PagedSearcher in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return PagedSearcherModifier and TypeMethodDescription<T> PagedSearcher<T>
AbstractDelegatingApplicationService.createPagedGroupSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
ApplicationService.createPagedGroupSearcher
(Application application, EntityQuery<T> query) Creates paged group searcher for a given group query.<T> PagedSearcher<T>
ApplicationServiceGeneric.createPagedGroupSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
TranslatingApplicationService.createPagedGroupSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
AbstractDelegatingApplicationService.createPagedUserSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
ApplicationService.createPagedUserSearcher
(Application application, EntityQuery<T> query) Creates paged user searcher for a given user query.<T> PagedSearcher<T>
ApplicationServiceGeneric.createPagedUserSearcher
(Application application, EntityQuery<T> query) <T> PagedSearcher<T>
TranslatingApplicationService.createPagedUserSearcher
(Application application, EntityQuery<T> query) -
Uses of PagedSearcher in com.atlassian.crowd.manager.application.search
Classes in com.atlassian.crowd.manager.application.search that implement PagedSearcherMethods in com.atlassian.crowd.manager.application.search that return PagedSearcherModifier and TypeMethodDescription<T> PagedSearcher<T>
GroupSearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
InMemoryEntitySearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
NoDirectorySearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
InMemoryEntitySearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
NoDirectorySearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
UserSearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) static <T> PagedSearcher<T>
PagedSearcherImpl.emptySearcher()