| Package | Description |
|---|---|
| org.graylog.plugins.views.search.export |
| Modifier and Type | Class and Description |
|---|---|
class |
MessagesRequestExportJob |
class |
SearchExportJob |
class |
SearchTypeExportJob |
| Modifier and Type | Field and Description |
|---|---|
protected org.mongojack.JacksonDBCollection<ExportJob,org.bson.types.ObjectId> |
ExportJobService.db |
| Modifier and Type | Method and Description |
|---|---|
ExportJob |
ExportJobFactory.forSearch(String searchId,
ResultFormat resultFormat) |
ExportJob |
ExportJobFactory.forSearchType(String searchId,
String searchTypeId,
ResultFormat resultFormat) |
ExportJob |
ExportJobFactory.fromMessagesRequest(MessagesRequest messagesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExportJob> |
ExportJobService.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExportJobService.save(ExportJob exportJob) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.