Uses of Interface
org.graylog.plugins.views.search.QueryMetadataDecorator
Packages that use QueryMetadataDecorator
-
Uses of QueryMetadataDecorator in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type QueryMetadataDecoratorModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.Multibinder<QueryMetadataDecorator>ViewsModule.queryMetadataDecoratorBinder()Method parameters in org.graylog.plugins.views with type arguments of type QueryMetadataDecoratorModifier and TypeMethodDescriptionprotected voidViewsModule.registerQueryMetadataDecorator(Class<? extends QueryMetadataDecorator> queryMetadataDecorator) -
Uses of QueryMetadataDecorator in org.graylog.plugins.views.search.engine
Constructor parameters in org.graylog.plugins.views.search.engine with type arguments of type QueryMetadataDecoratorModifierConstructorDescriptionQueryEngine(QueryBackend<? extends GeneratedQueryContext> backend, Set<QueryMetadataDecorator> queryMetadataDecorators, QueryParser queryParser)