| Modifier and Type | Method and Description |
|---|---|
PipelineProcessorMessageDecorator |
PipelineProcessorMessageDecorator.Factory.create(Decorator decorator) |
| Constructor and Description |
|---|
PipelineProcessorMessageDecorator(PipelineInterpreter pipelineInterpreter,
ConfigurationStateUpdater pipelineStateUpdater,
Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
LegacyDecoratorProcessor.decorateSearchResponse(SearchResponse searchResponse,
List<Decorator> decorators) |
SearchResponse |
LegacyDecoratorProcessor.Fake.decorateSearchResponse(SearchResponse searchResponse,
List<Decorator> decorators) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Decorator> |
ExportMessagesCommand.decorators() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExportMessagesCommand.Builder |
ExportMessagesCommand.Builder.decorators(List<Decorator> decorators) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Decorator> |
MessageList.decorators() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageList.Builder |
MessageList.Builder.decorators(List<Decorator> decorators) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Decorator> |
MessageListConfigDTO.decorators() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageListConfigDTO.Builder |
MessageListConfigDTO.Builder.decorators(List<Decorator> decorators) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Decorator> |
MessageListEntity.decorators() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageListEntity.Builder |
MessageListEntity.Builder.decorators(List<Decorator> decorators) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorImpl |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DecoratorServiceImpl.create(String type,
Map<String,Object> config,
int order) |
static Decorator |
DecoratorImpl.create(String type,
Map<String,Object> config,
int order) |
Decorator |
DecoratorService.create(String type,
Map<String,Object> config,
int order) |
static Decorator |
DecoratorImpl.create(String type,
Map<String,Object> config,
Optional<String> stream,
int order) |
Decorator |
DecoratorServiceImpl.create(String type,
Map<String,Object> config,
String stream,
int order) |
Decorator |
DecoratorService.create(String type,
Map<String,Object> config,
String stream,
int order) |
Decorator |
DecoratorServiceImpl.findById(String decoratorId) |
Decorator |
DecoratorService.findById(String decoratorId) |
Decorator |
DecoratorServiceImpl.save(Decorator decorator) |
Decorator |
DecoratorService.save(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
List<Decorator> |
DecoratorServiceImpl.findAll() |
List<Decorator> |
DecoratorService.findAll() |
List<Decorator> |
DecoratorServiceImpl.findForGlobal() |
List<Decorator> |
DecoratorService.findForGlobal() |
List<Decorator> |
DecoratorServiceImpl.findForStream(String streamId) |
List<Decorator> |
DecoratorService.findForStream(String streamId) |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDecorator |
LookupTableDecorator.Factory.create(Decorator decorator) |
SyslogSeverityMapperDecorator |
SyslogSeverityMapperDecorator.Factory.create(Decorator decorator) |
LinkFieldDecorator |
LinkFieldDecorator.Factory.create(Decorator decorator) |
FormatStringDecorator |
FormatStringDecorator.Factory.create(Decorator decorator) |
Decorator |
DecoratorServiceImpl.save(Decorator decorator) |
Decorator |
DecoratorService.save(Decorator decorator) |
| Constructor and Description |
|---|
FormatStringDecorator(Decorator decorator,
com.floreysoft.jmte.Engine templateEngine) |
LinkFieldDecorator(Decorator decorator) |
LookupTableDecorator(Decorator decorator,
LookupTableService lookupTableService) |
SyslogSeverityMapperDecorator(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponseDecorator |
SearchResponseDecorator.Factory.create(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DecoratorResource.create(@Valid @NotNull DecoratorImpl decorator) |
Decorator |
DecoratorResource.update(String decoratorId,
@Valid @NotNull DecoratorImpl decorator) |
| Modifier and Type | Method and Description |
|---|---|
List<Decorator> |
DecoratorResource.get() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.