Uses of Class
org.graylog.plugins.views.search.rest.SearchDTO
Packages that use SearchDTO
-
Uses of SearchDTO in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return SearchDTOModifier and TypeMethodDescriptionabstract SearchDTOSearchDTO.Builder.build()SearchResource.getSearch(String searchId, SearchUser searchUser) Methods in org.graylog.plugins.views.search.rest that return types with arguments of type SearchDTOMethods in org.graylog.plugins.views.search.rest with parameters of type SearchDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSearchResource.createSearch(SearchDTO searchRequest, SearchUser searchUser) javax.ws.rs.core.ResponseSearchResource.executeSyncJob(@NotNull(message="Search body is mandatory") SearchDTO searchRequest, long timeout, SearchUser searchUser) SearchMetadataResource.metadataForObject(@NotNull(message="Search body is mandatory") SearchDTO searchDTO)