public class PaginatedRuleService extends PaginatedDbService<RuleDao>
db| Constructor and Description |
|---|
PaginatedRuleService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
PaginatedList<RuleDao> |
findPaginated(SearchQuery searchQuery,
int page,
int perPage,
String sortField,
String order) |
asImmutableList, delete, findPaginatedWithQueryAndSort, findPaginatedWithQueryFilterAndSort, findPaginatedWithQueryFilterAndSortWithGrandTotal, get, getSortBuilder, save, streamAll, streamByIds, streamQuery, streamQueryWithSort@Inject public PaginatedRuleService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper)
public long count()
public PaginatedList<RuleDao> findPaginated(SearchQuery searchQuery, int page, int perPage, String sortField, String order)
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.