Uses of Class
org.graylog.plugins.views.search.export.ResultFormat
Packages that use ResultFormat
-
Uses of ResultFormat in org.graylog.plugins.views.search.export
Methods in org.graylog.plugins.views.search.export that return ResultFormatModifier and TypeMethodDescriptionabstract ResultFormatResultFormat.Builder.build()static ResultFormatResultFormat.empty()abstract @NotEmpty ResultFormatSearchExportJob.resultFormat()abstract @NotEmpty ResultFormatSearchTypeExportJob.resultFormat()ResultFormat.withTimeZone(org.joda.time.DateTimeZone timeZone) Methods in org.graylog.plugins.views.search.export with parameters of type ResultFormatModifier and TypeMethodDescriptionCommandFactory.buildWithMessageList(Search search, String messageListId, ResultFormat resultFormat) CommandFactory.buildWithSearchOnly(Search search, ResultFormat resultFormat) ExportJobFactory.forSearch(String searchId, ResultFormat resultFormat) ExportJobFactory.forSearchType(String searchId, String searchTypeId, ResultFormat resultFormat) -
Uses of ResultFormat in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest with parameters of type ResultFormatModifier and TypeMethodDescriptionExportJobsResource.createForSearch(String searchId, @Valid ResultFormat formatFromClient) ExportJobsResource.createForSearchType(String searchId, String searchTypeId, @Valid ResultFormat formatFromClient) org.glassfish.jersey.server.ChunkedOutput<SimpleMessageChunk>MessagesResource.retrieveForSearch(String searchId, @Valid ResultFormat formatFromClient, SearchUser searchUser) org.glassfish.jersey.server.ChunkedOutput<SimpleMessageChunk>MessagesResource.retrieveForSearchType(String searchId, String searchTypeId, @Valid ResultFormat formatFromClient, SearchUser searchUser)