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() |
Set<Output> |
loadByIds(Collection<String> ids) |
Output |
update(String id,
Map<String,Object> deltas) |
Output load(String streamOutputId) throws NotFoundException
NotFoundException
Set<Output> loadByIds(Collection<String> ids)
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–2020 Graylog, Inc.. All rights reserved.