Uses of Interface
org.graylog.plugins.views.search.engine.BackendQuery
Packages that use BackendQuery
Package
Description
-
Uses of BackendQuery in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search that return BackendQueryMethods in org.graylog.plugins.views.search that return types with arguments of type BackendQueryModifier and TypeMethodDescriptionabstract Optional<BackendQuery>GlobalOverride.query()SearchType.Fallback.query()SearchType.query()Methods in org.graylog.plugins.views.search with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract GlobalOverride.BuilderGlobalOverride.Builder.query(BackendQuery query) abstract Query.BuilderQuery.Builder.query(BackendQuery query) SearchType.Fallback.withQuery(BackendQuery query) SearchType.withQuery(BackendQuery query) -
Uses of BackendQuery in org.graylog.plugins.views.search.elasticsearch
Classes in org.graylog.plugins.views.search.elasticsearch that implement BackendQuery -
Uses of BackendQuery in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return BackendQueryMethods in org.graylog.plugins.views.search.rest that return types with arguments of type BackendQueryModifier and TypeMethodDescriptionabstract Optional<BackendQuery>ValidationRequestDTO.filter()For validation, we assume that the filter ist another query-string.abstract Optional<BackendQuery>ExecutionStateGlobalOverride.query()abstract Optional<BackendQuery>QueryDTO.query()abstract Optional<BackendQuery>QueryDTOv2.query()Methods in org.graylog.plugins.views.search.rest with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract ValidationRequestDTO.BuilderValidationRequestDTO.Builder.filter(BackendQuery filter) abstract ExecutionStateGlobalOverride.BuilderExecutionStateGlobalOverride.Builder.query(BackendQuery query) abstract QueryDTO.BuilderQueryDTO.Builder.query(BackendQuery query) abstract QueryDTOv2.BuilderQueryDTOv2.Builder.query(BackendQuery query) abstract ValidationRequestDTO.BuilderValidationRequestDTO.Builder.query(BackendQuery query) -
Uses of BackendQuery in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract MessageList.BuilderMessageList.Builder.query(BackendQuery query) MessageList.withQuery(BackendQuery query) -
Uses of BackendQuery in org.graylog.plugins.views.search.searchtypes.events
Methods in org.graylog.plugins.views.search.searchtypes.events with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract EventList.BuilderEventList.Builder.query(BackendQuery query) EventList.withQuery(BackendQuery query) -
Uses of BackendQuery in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract Pivot.BuilderPivot.Builder.query(BackendQuery query) Pivot.withQuery(BackendQuery query) -
Uses of BackendQuery in org.graylog.plugins.views.search.validation
Methods in org.graylog.plugins.views.search.validation that return BackendQueryMethods in org.graylog.plugins.views.search.validation that return types with arguments of type BackendQueryModifier and TypeMethodDescriptionabstract @NotNull Optional<BackendQuery>ValidationRequest.filter()For validation, we assume that the filter ist another query-string.Methods in org.graylog.plugins.views.search.validation with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract ValidationRequest.BuilderValidationRequest.Builder.filter(BackendQuery filter) abstract ValidationRequest.BuilderValidationRequest.Builder.query(@NotNull BackendQuery query) -
Uses of BackendQuery in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views that return types with arguments of type BackendQueryMethods in org.graylog.plugins.views.search.views with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract WidgetDTO.BuilderWidgetDTO.Builder.query(BackendQuery query) -
Uses of BackendQuery in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return BackendQueryMethods in org.graylog2.contentpacks.model.entities that return types with arguments of type BackendQueryModifier and TypeMethodDescriptionSearchTypeEntity.Fallback.query()SearchTypeEntity.query()abstract Optional<BackendQuery>WidgetEntity.query()Methods in org.graylog2.contentpacks.model.entities with parameters of type BackendQueryModifier and TypeMethodDescriptionabstract EventListEntity.BuilderEventListEntity.Builder.query(BackendQuery query) abstract MessageListEntity.BuilderMessageListEntity.Builder.query(BackendQuery query) abstract PivotEntity.BuilderPivotEntity.Builder.query(BackendQuery query) abstract QueryEntity.BuilderQueryEntity.Builder.query(BackendQuery query) abstract WidgetEntity.BuilderWidgetEntity.Builder.query(BackendQuery query)