Uses of Interface
org.graylog.plugins.views.search.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return types with arguments of type ParameterModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableSet<Parameter>AggregationEventProcessorConfig.queryParameters()Method parameters in org.graylog.events.processor.aggregation with type arguments of type ParameterModifier and TypeMethodDescriptionAggregationEventProcessorConfig.Builder.queryParameters(Set<Parameter> queryParameters) -
Uses of Parameter in org.graylog.plugins.views.search
Classes in org.graylog.plugins.views.search with type parameters of type ParameterModifier and TypeInterfaceDescriptionstatic interfaceParameter.BindingHandler<B extends Parameter.Binding,P extends Parameter> static interfaceParameter.Factory<TYPE extends Parameter>Classes in org.graylog.plugins.views.search that implement ParameterModifier and TypeClassDescriptionclassParameters describe variable inputs to queries.Methods in org.graylog.plugins.views.search that return ParameterModifier and TypeMethodDescriptionParameter.applyBindings(Map<String, Parameter.Binding> bindings) Methods in org.graylog.plugins.views.search that return types with arguments of type ParameterModifier and TypeMethodDescriptionSearchMetadata.declaredParameters()ParameterProvider.getParameter(String name) Search.getParameter(String parameterName) SearchJob.getParameter(String name) abstract com.google.common.collect.ImmutableSet<Parameter>Search.parameters()Methods in org.graylog.plugins.views.search with parameters of type ParameterModifier and TypeMethodDescriptiondefault ObjectParameter.BindingHandler.resolve(Parameter.Binding binding, Parameter parameter) Method parameters in org.graylog.plugins.views.search with type arguments of type ParameterModifier and TypeMethodDescriptionstatic SearchMetadataSearchMetadata.create(Map<String, QueryMetadata> queryMetadata, com.google.common.collect.ImmutableMap<String, Parameter> declaredParameters) abstract Search.BuilderSearch.Builder.parameters(com.google.common.collect.ImmutableSet<Parameter> parameters) -
Uses of Parameter in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return types with arguments of type ParameterModifier and TypeMethodDescriptionSearchDTO.parameters()SearchDTOv2.parameters()abstract com.google.common.collect.ImmutableSet<Parameter>ValidationRequestDTO.parameters()abstract com.google.common.collect.ImmutableSet.Builder<Parameter>ValidationRequestDTO.Builder.parametersBuilder()Method parameters in org.graylog.plugins.views.search.rest with type arguments of type ParameterModifier and TypeMethodDescriptionabstract SearchDTO.BuilderSearchDTO.Builder.parameters(Set<Parameter> parameters) abstract SearchDTOv2.BuilderSearchDTOv2.Builder.parameters(Set<Parameter> parameters) ValidationRequestDTO.Builder.withParameters(Set<Parameter> values) -
Uses of Parameter in org.graylog.plugins.views.search.validation
Methods in org.graylog.plugins.views.search.validation that return types with arguments of type ParameterModifier and TypeMethodDescriptionabstract @NotNull com.google.common.collect.ImmutableSet<Parameter>ValidationRequest.parameters()Method parameters in org.graylog.plugins.views.search.validation with type arguments of type ParameterModifier and TypeMethodDescriptionabstract ValidationRequest.BuilderValidationRequest.Builder.parameters(@NotNull com.google.common.collect.ImmutableSet<Parameter> parameters) -
Uses of Parameter in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views that return types with arguments of type ParameterModifier and TypeMethodDescriptionabstract Collection<Parameter>ViewParameterSummaryDTO.parameters() -
Uses of Parameter in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type ParameterModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableSet<Parameter>SearchEntity.parameters()Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type ParameterModifier and TypeMethodDescriptionabstract SearchEntity.BuilderSearchEntity.Builder.parameters(com.google.common.collect.ImmutableSet<Parameter> parameters)