| Package | Description |
|---|---|
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.application.search |
| Modifier and Type | Method and Description |
|---|---|
<T> PagedSearcher<T> |
AbstractDelegatingApplicationService.createPagedGroupSearcher(Application application,
EntityQuery<T> query) |
<T> PagedSearcher<T> |
ApplicationServiceGeneric.createPagedGroupSearcher(Application application,
EntityQuery<T> query) |
<T> PagedSearcher<T> |
TranslatingApplicationService.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> |
AbstractDelegatingApplicationService.createPagedUserSearcher(Application application,
EntityQuery<T> query) |
<T> PagedSearcher<T> |
ApplicationServiceGeneric.createPagedUserSearcher(Application application,
EntityQuery<T> query) |
<T> PagedSearcher<T> |
TranslatingApplicationService.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PagedSearcherImpl<T>
Default implementation of
PagedSearcher. |
| Modifier and Type | Method and Description |
|---|---|
<T> PagedSearcher<T> |
NoDirectorySearchStrategy.createPagedGroupSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
InMemoryEntitySearchStrategy.createPagedGroupSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
GroupSearchStrategy.createPagedGroupSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
NoDirectorySearchStrategy.createPagedUserSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
InMemoryEntitySearchStrategy.createPagedUserSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
UserSearchStrategy.createPagedUserSearcher(EntityQuery<T> query) |
static <T> PagedSearcher<T> |
PagedSearcherImpl.emptySearcher() |
Copyright © 2024 Atlassian. All rights reserved.