public interface DecoratorService
| Modifier and Type | Method and Description |
|---|---|
Decorator |
create(String type,
Map<String,Object> config,
int order) |
Decorator |
create(String type,
Map<String,Object> config,
String stream,
int order) |
int |
delete(String decoratorId) |
List<Decorator> |
findAll() |
Decorator |
findById(String decoratorId) |
List<Decorator> |
findForGlobal() |
List<Decorator> |
findForStream(String streamId) |
Decorator |
save(Decorator decorator) |
Decorator findById(String decoratorId) throws NotFoundException
NotFoundExceptionint delete(String decoratorId)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.