Uses of Class
org.graylog.plugins.views.search.rest.ValidationResponseDTO
Packages that use ValidationResponseDTO
-
Uses of ValidationResponseDTO in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return ValidationResponseDTOModifier and TypeMethodDescriptionstatic ValidationResponseDTOValidationResponseDTO.create(ValidationStatusDTO status, List<ValidationMessageDTO> explanations, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams, Optional<TimeRange> searchedTimeRange) QueryValidationResource.validateQuery(ValidationRequestDTO validationRequest, SearchUser searchUser)