Uses of Class
com.atlassian.crowd.manager.application.PagingNotSupportedException
Package
Description
-
Uses of PagingNotSupportedException in com.atlassian.crowd.manager.application
Modifier 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 PagingNotSupportedException in com.atlassian.crowd.manager.application.search
Modifier and TypeMethodDescription<T> PagedSearcher<T>
GroupSearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
InMemoryEntitySearchStrategy.createPagedGroupSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
InMemoryEntitySearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) <T> PagedSearcher<T>
UserSearchStrategy.createPagedUserSearcher
(EntityQuery<T> query) -
Uses of PagingNotSupportedException in com.atlassian.crowd.plugins.testkit.rest
Modifier and TypeMethodDescription<T> List<T>
TestKitUserResource.searchUsersPaged
(Application app, EntityQuery<T> query, int pageSize, boolean pager) TestKitUserResource.searchUsersPaged
(Application app, String searchText)