Package org.graylog2.decorators
Class DecoratorServiceImpl
java.lang.Object
org.graylog2.decorators.DecoratorServiceImpl
- All Implemented Interfaces:
DecoratorService
-
Constructor Summary
ConstructorsConstructorDescriptionDecoratorServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider) -
Method Summary
-
Constructor Details
-
DecoratorServiceImpl
@Inject public DecoratorServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider)
-
-
Method Details
-
findForStream
- Specified by:
findForStreamin interfaceDecoratorService
-
findForGlobal
- Specified by:
findForGlobalin interfaceDecoratorService
-
findById
- Specified by:
findByIdin interfaceDecoratorService- Throws:
NotFoundException
-
findAll
- Specified by:
findAllin interfaceDecoratorService
-
create
- Specified by:
createin interfaceDecoratorService
-
create
- Specified by:
createin interfaceDecoratorService
-
save
- Specified by:
savein interfaceDecoratorService
-
delete
- Specified by:
deletein interfaceDecoratorService
-