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
NotFoundException
Output create(Output request) throws ValidationException
ValidationException
Output create(CreateOutputRequest request, String userId) throws ValidationException
ValidationException
void destroy(Output model) throws NotFoundException
NotFoundException
long count()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.