public interface OutputService extends PersistedService
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Map<String,Long> |
countByType() |
Output |
create(CreateOutputRequest request,
String userId) |
Output |
create(Output request) |
void |
destroy(Output model) |
Output |
load(String streamOutputId) |
Set<Output> |
loadAll() |
Set<Output> |
loadForStream(Stream stream) |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validateOutput load(String streamOutputId) throws NotFoundException
NotFoundExceptionOutput create(Output request) throws ValidationException
ValidationExceptionOutput create(CreateOutputRequest request, String userId) throws ValidationException
ValidationExceptionvoid destroy(Output model) throws NotFoundException
NotFoundExceptionlong count()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.