Uses of Record Class
org.graylog.plugins.views.search.searchtypes.export.ExportTabularResultResponse
Packages that use ExportTabularResultResponse
Package
Description
-
Uses of ExportTabularResultResponse in org.graylog.plugins.views.search.rest.export.response
Methods in org.graylog.plugins.views.search.rest.export.response with parameters of type ExportTabularResultResponseModifier and TypeMethodDescriptionvoidAggregationWidgetExportResponseWriter.writeTo(ExportTabularResultResponse widgetExportResponse, Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> multivaluedMap, OutputStream outputStream) -
Uses of ExportTabularResultResponse in org.graylog.plugins.views.search.searchtypes.export
Methods in org.graylog.plugins.views.search.searchtypes.export that return ExportTabularResultResponseModifier and TypeMethodDescriptionstatic ExportTabularResultResponseExportTabularResultResponse.fromDocumentList(List<org.bson.Document> documents, List<String> exportedFields) static ExportTabularResultResponseExportTabularResultResponse.fromMessageListResult(MessageList.Result m) static ExportTabularResultResponseExportTabularResultResponse.fromPivotResult(PivotResult pivotResult) Methods in org.graylog.plugins.views.search.searchtypes.export with parameters of type ExportTabularResultResponseModifier and TypeMethodDescriptionstatic voidXLSXWriter.createWorksheetFor(org.apache.poi.xssf.usermodel.XSSFWorkbook wb, String sheetName, ExportTabularResultResponse data) static voidCSVWriter.writeCsv(ExportTabularResultResponse widgetExportResponse, OutputStream outputStream) static voidXLSXWriter.writeXlsx(ExportTabularResultResponse widgetExportResponse, OutputStream outputStream)