public interface InputService extends PersistedService
| Modifier and Type | Method and Description |
|---|---|
void |
addExtractor(Input input,
Extractor extractor) |
void |
addStaticField(Input input,
String key,
String value) |
List<Input> |
allOfRadio(Node radio) |
List<Input> |
allOfThisNode(String nodeId) |
MessageInput |
buildMessageInput(Input io) |
Input |
find(String id) |
Input |
findForThisNode(String nodeId,
String id) |
Input |
findForThisNodeOrGlobal(String nodeId,
String id) |
Input |
findForThisRadio(String radioId,
String id) |
Input |
findForThisRadioOrGlobal(String radioId,
String id) |
List<Extractor> |
getExtractors(Input input) |
MessageInput |
getMessageInput(Input io) |
void |
removeExtractor(Input input,
String extractorId) |
void |
removeStaticField(Input input,
String key) |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validateInput find(String id) throws NotFoundException
NotFoundExceptionInput findForThisNode(String nodeId, String id) throws NotFoundException
NotFoundExceptionInput findForThisRadio(String radioId, String id) throws NotFoundException
NotFoundExceptionInput findForThisNodeOrGlobal(String nodeId, String id) throws NotFoundException
NotFoundExceptionInput findForThisRadioOrGlobal(String radioId, String id) throws NotFoundException
NotFoundExceptionvoid addExtractor(Input input, Extractor extractor) throws ValidationException
ValidationExceptionvoid addStaticField(Input input, String key, String value) throws ValidationException
ValidationExceptionMessageInput buildMessageInput(Input io) throws NoSuchInputTypeException
NoSuchInputTypeExceptionMessageInput getMessageInput(Input io) throws NoSuchInputTypeException
NoSuchInputTypeExceptionCopyright © 2012–2014 TORCH GmbH. All rights reserved.