| Package | Description |
|---|---|
| org.graylog.plugins.views.search.export | |
| org.graylog.plugins.views.search.rest |
| Modifier and Type | Method and Description |
|---|---|
abstract ResultFormat |
ResultFormat.Builder.build() |
static ResultFormat |
ResultFormat.empty() |
abstract @NotEmpty ResultFormat |
SearchExportJob.resultFormat() |
abstract @NotEmpty ResultFormat |
SearchTypeExportJob.resultFormat() |
| Modifier and Type | Method and Description |
|---|---|
ExportMessagesCommand |
CommandFactory.buildWithMessageList(Search search,
String messageListId,
ResultFormat resultFormat) |
ExportMessagesCommand |
CommandFactory.buildWithSearchOnly(Search search,
ResultFormat resultFormat) |
ExportJob |
ExportJobFactory.forSearch(String searchId,
ResultFormat resultFormat) |
ExportJob |
ExportJobFactory.forSearchType(String searchId,
String searchTypeId,
ResultFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExportJobsResource.createForSearch(String searchId,
@Valid ResultFormat formatFromClient) |
String |
ExportJobsResource.createForSearchType(String searchId,
String searchTypeId,
@Valid ResultFormat formatFromClient) |
org.glassfish.jersey.server.ChunkedOutput<SimpleMessageChunk> |
MessagesResource.retrieveForSearch(String searchId,
@Valid ResultFormat formatFromClient) |
org.glassfish.jersey.server.ChunkedOutput<SimpleMessageChunk> |
MessagesResource.retrieveForSearchType(String searchId,
String searchTypeId,
@Valid ResultFormat formatFromClient) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.