Uses of Class
org.graylog2.decorators.DecoratorImpl
Packages that use DecoratorImpl
Package
Description
-
Uses of DecoratorImpl in org.graylog.plugins.views.search.searchtypes
Method parameters in org.graylog.plugins.views.search.searchtypes with type arguments of type DecoratorImplModifier and TypeMethodDescriptionMessageList.Builder._decorators(List<DecoratorImpl> decorators) -
Uses of DecoratorImpl in org.graylog.plugins.views.search.views.widgets.messagelist
Method parameters in org.graylog.plugins.views.search.views.widgets.messagelist with type arguments of type DecoratorImplModifier and TypeMethodDescriptionMessageListConfigDTO.Builder._decorators(List<DecoratorImpl> decorators) -
Uses of DecoratorImpl in org.graylog2.contentpacks.model.entities
Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type DecoratorImplModifier and TypeMethodDescriptionMessageListEntity.Builder._decorators(List<DecoratorImpl> decorators) -
Uses of DecoratorImpl in org.graylog2.decorators
Methods in org.graylog2.decorators that return DecoratorImplModifier and TypeMethodDescriptionabstract DecoratorImplDecoratorImpl.Builder.build()static DecoratorImplDecoratorImpl.create(String id, String type, Map<String, Object> config, Optional<String> stream, int order) Methods in org.graylog2.decorators with parameters of type DecoratorImpl -
Uses of DecoratorImpl in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search with parameters of type DecoratorImplModifier and TypeMethodDescriptionDecoratorResource.create(@Valid @NotNull DecoratorImpl decorator) DecoratorResource.update(String decoratorId, @Valid @NotNull DecoratorImpl decorator)