public interface OutputService
| 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() |
Output |
update(String id,
Map<String,Object> deltas) |
Output 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-2016 Graylog, Inc.. All Rights Reserved.