public class ImportService extends PaginatedDbService<CollectorUpload>
db
Constructor and Description |
---|
ImportService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
Modifier and Type | Method and Description |
---|---|
List<CollectorUpload> |
all() |
long |
count() |
int |
destroyExpired(org.joda.time.Period period) |
PaginatedList<CollectorUpload> |
findPaginated(int page,
int perPage,
String sortField,
String order) |
asImmutableList, delete, findPaginatedWithQueryAndSort, findPaginatedWithQueryFilterAndSort, findPaginatedWithQueryFilterAndSortWithGrandTotal, get, getSortBuilder, save, streamAll, streamByIds, streamQuery, streamQueryWithSort
@Inject public ImportService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper)
public PaginatedList<CollectorUpload> findPaginated(int page, int perPage, String sortField, String order)
public List<CollectorUpload> all()
public long count()
public int destroyExpired(org.joda.time.Period period)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.