public class ExportJobService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.mongojack.JacksonDBCollection<ExportJob,org.bson.types.ObjectId> |
db |
| Constructor and Description |
|---|
ExportJobService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExportJob> |
get(String id) |
String |
save(ExportJob exportJob) |
protected final org.mongojack.JacksonDBCollection<ExportJob,org.bson.types.ObjectId> db
@Inject public ExportJobService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.