| Modifier and Type | Method and Description |
|---|---|
PaginatedList<NotificationDto> |
DBNotificationService.searchPaginated(SearchQuery query,
Predicate<NotificationDto> filter,
String sortByField,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<EventDefinitionDto> |
DBEventDefinitionService.searchPaginated(SearchQuery query,
Predicate<EventDefinitionDto> filter,
String sortByField,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<CollectorUpload> |
ImportService.findPaginated(int page,
int perPage,
String sortField,
String order) |
PaginatedList<Collector> |
CollectorService.findPaginated(SearchQuery searchQuery,
int page,
int perPage,
String sortField,
String order) |
PaginatedList<Configuration> |
ConfigurationService.findPaginated(SearchQuery searchQuery,
int page,
int perPage,
String sortField,
String order) |
PaginatedList<Sidecar> |
SidecarService.findPaginated(SearchQuery searchQuery,
int page,
int perPage,
String sortField,
String order) |
PaginatedList<Sidecar> |
SidecarService.findPaginated(SearchQuery searchQuery,
Predicate<Sidecar> filter,
int page,
int perPage,
String sortField,
String order) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<Search> |
SearchDbService.findPaginated(org.mongojack.DBQuery.Query search,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<ViewDTO> |
ViewService.searchPaginated(SearchQuery query,
Predicate<ViewDTO> filter,
String order,
String sortField,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<JobDefinitionDto> |
DBJobDefinitionService.getAllPaginated(String sortByField,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PaginatedList<T> |
PaginatedList.emptyList(int page,
int perPage) |
protected PaginatedList<DTO> |
PaginatedDbService.findPaginatedWithQueryAndSort(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage)
Returns a
PaginatedList for the given query and pagination parameters. |
protected PaginatedList<DTO> |
PaginatedDbService.findPaginatedWithQueryFilterAndSort(org.mongojack.DBQuery.Query query,
Predicate<DTO> filter,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage)
Returns a
PaginatedList for the given query, filter and pagination parameters. |
static <T> PaginatedList<T> |
PaginatedList.singleton(T entry,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<DataAdapterDto> |
DBDataAdapterService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
PaginatedList<LookupTableDto> |
DBLookupTableService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
PaginatedList<CacheDto> |
DBCacheService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PaginatedResponse<T> |
PaginatedResponse.create(String listKey,
PaginatedList<T> paginatedList) |
static <T> PaginatedResponse<T> |
PaginatedResponse.create(String listKey,
PaginatedList<T> paginatedList,
String query) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.