Uses of Interface
org.graylog2.decorators.Decorator
Packages that use Decorator
Package
Description
-
Uses of Decorator in org.graylog.plugins.pipelineprocessor
Methods in org.graylog.plugins.pipelineprocessor with parameters of type DecoratorModifier and TypeMethodDescriptionConstructors in org.graylog.plugins.pipelineprocessor with parameters of type DecoratorModifierConstructorDescriptionPipelineProcessorMessageDecorator(PipelineInterpreter pipelineInterpreter, ConfigurationStateUpdater pipelineStateUpdater, Decorator decorator) -
Uses of Decorator in org.graylog.plugins.views.search
Method parameters in org.graylog.plugins.views.search with type arguments of type DecoratorModifier and TypeMethodDescriptionLegacyDecoratorProcessor.decorateSearchResponse(SearchResponse searchResponse, List<Decorator> decorators) LegacyDecoratorProcessor.Fake.decorateSearchResponse(SearchResponse searchResponse, List<Decorator> decorators) -
Uses of Decorator in org.graylog.plugins.views.search.export
Methods in org.graylog.plugins.views.search.export that return types with arguments of type DecoratorMethod parameters in org.graylog.plugins.views.search.export with type arguments of type DecoratorModifier and TypeMethodDescriptionabstract ExportMessagesCommand.BuilderExportMessagesCommand.Builder.decorators(List<Decorator> decorators) -
Uses of Decorator in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes that return types with arguments of type DecoratorMethod parameters in org.graylog.plugins.views.search.searchtypes with type arguments of type DecoratorModifier and TypeMethodDescriptionabstract MessageList.BuilderMessageList.Builder.decorators(List<Decorator> decorators) -
Uses of Decorator in org.graylog.plugins.views.search.views.widgets.messagelist
Methods in org.graylog.plugins.views.search.views.widgets.messagelist that return types with arguments of type DecoratorMethod parameters in org.graylog.plugins.views.search.views.widgets.messagelist with type arguments of type DecoratorModifier and TypeMethodDescriptionabstract MessageListConfigDTO.BuilderMessageListConfigDTO.Builder.decorators(List<Decorator> decorators) -
Uses of Decorator in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type DecoratorMethod parameters in org.graylog2.contentpacks.model.entities with type arguments of type DecoratorModifier and TypeMethodDescriptionabstract MessageListEntity.BuilderMessageListEntity.Builder.decorators(List<Decorator> decorators) -
Uses of Decorator in org.graylog2.decorators
Classes in org.graylog2.decorators that implement DecoratorMethods in org.graylog2.decorators that return DecoratorMethods in org.graylog2.decorators that return types with arguments of type DecoratorModifier and TypeMethodDescriptionDecoratorService.findAll()DecoratorServiceImpl.findAll()DecoratorService.findForGlobal()DecoratorServiceImpl.findForGlobal()DecoratorService.findForStream(String streamId) DecoratorServiceImpl.findForStream(String streamId) Methods in org.graylog2.decorators with parameters of type DecoratorModifier and TypeMethodDescriptionConstructors in org.graylog2.decorators with parameters of type DecoratorModifierConstructorDescriptionFormatStringDecorator(Decorator decorator, com.floreysoft.jmte.Engine templateEngine) LinkFieldDecorator(Decorator decorator) LookupTableDecorator(Decorator decorator, LookupTableService lookupTableService) SyslogSeverityMapperDecorator(Decorator decorator) -
Uses of Decorator in org.graylog2.plugin.decorators
Methods in org.graylog2.plugin.decorators with parameters of type DecoratorModifier and TypeMethodDescription -
Uses of Decorator in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that return DecoratorModifier and TypeMethodDescriptionDecoratorResource.create(@Valid @NotNull DecoratorImpl decorator) DecoratorResource.update(String decoratorId, @Valid @NotNull DecoratorImpl decorator) Methods in org.graylog2.rest.resources.search that return types with arguments of type Decorator