Uses of Interface
org.graylog2.decorators.DecoratorProcessor
Packages that use DecoratorProcessor
Package
Description
-
Uses of DecoratorProcessor in org.graylog.plugins.views.search
Constructors in org.graylog.plugins.views.search with parameters of type DecoratorProcessorModifierConstructorDescriptionLegacyDecoratorProcessor(DecoratorProcessor decoratorProcessor, Map<String, SearchResponseDecorator.Factory> searchResponseDecorators) -
Uses of DecoratorProcessor in org.graylog2.decorators
Classes in org.graylog2.decorators that implement DecoratorProcessorModifier and TypeClassDescriptionstatic classclass -
Uses of DecoratorProcessor in org.graylog2.rest.resources.search
Constructors in org.graylog2.rest.resources.search with parameters of type DecoratorProcessorModifierConstructorDescriptionAbsoluteSearchResource(Searches searches, SearchExecutor searchExecutor, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor) KeywordSearchResource(Searches searches, SearchExecutor searchExecutor, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor) RelativeSearchResource(Searches searches, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor, SearchExecutor searchExecutor) SearchResource(Searches searches, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor, SearchExecutor searchExecutor)