Uses of Class
org.graylog.plugins.views.search.export.MessagesRequest
Packages that use MessagesRequest
-
Uses of MessagesRequest in org.graylog.plugins.views.search.export
Methods in org.graylog.plugins.views.search.export that return MessagesRequestModifier and TypeMethodDescriptionabstract MessagesRequestMessagesRequest.Builder.build()abstract MessagesRequestMessagesRequestExportJob.messagesRequest()static MessagesRequestMessagesRequest.withDefaults()MessagesRequest.withStreams(Set<String> streams) MessagesRequest.withTimeZone(org.joda.time.DateTimeZone timeZone) Methods in org.graylog.plugins.views.search.export with parameters of type MessagesRequestModifier and TypeMethodDescriptionCommandFactory.buildFromRequest(MessagesRequest request) ExportJobFactory.fromMessagesRequest(MessagesRequest messagesRequest) -
Uses of MessagesRequest in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest with parameters of type MessagesRequestModifier and TypeMethodDescriptionExportJobsResource.create(@Valid MessagesRequest rawrequest) org.glassfish.jersey.server.ChunkedOutput<SimpleMessageChunk>MessagesResource.retrieve(@Valid MessagesRequest rawrequest, SearchUser searchUser)