| Package | Description |
|---|---|
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.application.search | |
| com.atlassian.crowd.plugins.testkit.rest |
| 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 | Method and Description |
|---|---|
<T> PagedSearcher<T> |
InMemoryEntitySearchStrategy.createPagedGroupSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
GroupSearchStrategy.createPagedGroupSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
InMemoryEntitySearchStrategy.createPagedUserSearcher(EntityQuery<T> query) |
<T> PagedSearcher<T> |
UserSearchStrategy.createPagedUserSearcher(EntityQuery<T> query) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
TestKitUserResource.searchUsersPaged(Application app,
EntityQuery<T> query,
int pageSize,
boolean pager) |
Map<String,String> |
TestKitUserResource.searchUsersPaged(Application app,
String searchText) |
Copyright © 2024 Atlassian. All rights reserved.