Uses of Interface
org.graylog.plugins.views.search.errors.SearchError
Packages that use SearchError
Package
Description
-
Uses of SearchError in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search that return types with arguments of type SearchErrorModifier and TypeMethodDescriptionabstract Set<SearchError>QueryResult.errors()SearchJob.getErrors()Methods in org.graylog.plugins.views.search with parameters of type SearchErrorModifier and TypeMethodDescriptionvoidSearchJob.addError(SearchError t) static QueryResultQueryResult.failedQueryWithError(Query query, SearchError error) Method parameters in org.graylog.plugins.views.search with type arguments of type SearchErrorModifier and TypeMethodDescriptionabstract QueryResult.BuilderQueryResult.Builder.errors(Set<SearchError> errors) -
Uses of SearchError in org.graylog.plugins.views.search.engine
Methods in org.graylog.plugins.views.search.engine that return types with arguments of type SearchErrorMethods in org.graylog.plugins.views.search.engine with parameters of type SearchErrorMethod parameters in org.graylog.plugins.views.search.engine with type arguments of type SearchErrorModifier and TypeMethodDescriptionQueryEngine.execute(SearchJob searchJob, Set<SearchError> validationErrors) QueryBackend.generate(Query query, Set<SearchError> validationErrors) Generate a backend-specific query out of the logical query structure. -
Uses of SearchError in org.graylog.plugins.views.search.engine.validation
Methods in org.graylog.plugins.views.search.engine.validation that return types with arguments of type SearchErrorModifier and TypeMethodDescriptionPluggableSearchValidation.validate(Query query, StreamPermissions streamPermissions) PluggableSearchValidation.validate(Search search, StreamPermissions streamPermissions) SearchValidation.validate(Query query, StreamPermissions streamPermissions) SearchValidation.validate(Search search, StreamPermissions streamPermissions) -
Uses of SearchError in org.graylog.plugins.views.search.errors
Classes in org.graylog.plugins.views.search.errors that implement SearchErrorModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.graylog.plugins.views.search.errors that return SearchErrorConstructors in org.graylog.plugins.views.search.errors with parameters of type SearchErrorModifierConstructorDescriptionSearchException(SearchError error) SearchException(SearchError error, Throwable t)