public interface StreamRuleService extends PersistedService
| Modifier and Type | Method and Description |
|---|---|
StreamRule |
create(Map<String,Object> data) |
StreamRule |
create(String streamid,
CreateStreamRuleRequest request) |
StreamRule |
load(org.bson.types.ObjectId id) |
List<StreamRule> |
loadForStream(Stream stream) |
List<StreamRule> |
loadForStreamId(String streamId) |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validateStreamRule load(org.bson.types.ObjectId id) throws NotFoundException
NotFoundExceptionList<StreamRule> loadForStream(Stream stream) throws NotFoundException
NotFoundExceptionStreamRule create(Map<String,Object> data)
StreamRule create(String streamid, CreateStreamRuleRequest request)
List<StreamRule> loadForStreamId(String streamId) throws NotFoundException
NotFoundExceptionCopyright © 2012–2014 TORCH GmbH. All rights reserved.