| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardServiceImpl.load(String id) |
Dashboard |
DashboardService.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
FilterDescription |
FilterServiceImpl.load(String filterId) |
FilterDescription |
FilterService.load(String filterId) |
Set<FilterDescription> |
FilterServiceImpl.loadAll() |
Set<FilterDescription> |
FilterService.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
Input |
InputServiceImpl.find(String id) |
Input |
InputService.find(String id) |
Input |
InputServiceImpl.findForThisNode(String nodeId,
String id) |
Input |
InputService.findForThisNode(String nodeId,
String id) |
Input |
InputServiceImpl.findForThisNodeOrGlobal(String nodeId,
String id) |
Input |
InputService.findForThisNodeOrGlobal(String nodeId,
String id) |
Input |
InputServiceImpl.findForThisRadio(String radioId,
String id) |
Input |
InputService.findForThisRadio(String radioId,
String id) |
Input |
InputServiceImpl.findForThisRadioOrGlobal(String radioId,
String id) |
Input |
InputService.findForThisRadioOrGlobal(String radioId,
String id) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
NotFoundExceptionMapper.toResponse(NotFoundException exception) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
CreateRequest cr) |
javax.ws.rs.core.Response |
StreamResource.delete(String streamId) |
Stream |
StreamResource.get(String streamId) |
StreamListResponse |
StreamResource.getEnabled() |
javax.ws.rs.core.Response |
StreamResource.pause(String streamId) |
javax.ws.rs.core.Response |
StreamResource.resume(String streamId) |
String |
StreamResource.testMatch(String streamId,
Map<String,Map<String,Object>> serialisedMessage) |
Stream |
StreamResource.update(CreateRequest cr,
String streamId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamOutputResource.add(String streamid,
AddOutputRequest request) |
javax.ws.rs.core.Response |
StreamOutputResource.get(String streamid) |
javax.ws.rs.core.Response |
StreamOutputResource.remove(String streamid,
String outputId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StaticFieldsResource.create(String body,
String inputId) |
javax.ws.rs.core.Response |
ExtractorsResource.create(String body,
String inputId) |
javax.ws.rs.core.Response |
StaticFieldsResource.delete(String key,
String inputId) |
String |
ExtractorsResource.list(String inputId) |
javax.ws.rs.core.Response |
ExtractorsResource.order(String body,
String inputPersistId) |
javax.ws.rs.core.Response |
ExtractorsResource.terminate(String inputId,
String extractorId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
OutputResource.delete(String outputId) |
Output |
OutputResource.get(String outputId) |
| Modifier and Type | Method and Description |
|---|---|
SavedSearchImpl |
SavedSearchServiceImpl.load(String id) |
SavedSearchImpl |
SavedSearchService.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputServiceImpl.destroy(Output output) |
void |
OutputService.destroy(Output model) |
void |
StreamServiceImpl.destroy(Stream stream) |
void |
StreamService.destroy(Stream stream) |
AlertCondition |
StreamServiceImpl.getAlertCondition(Stream stream,
String conditionId) |
AlertCondition |
StreamService.getAlertCondition(Stream stream,
String conditionId) |
List<StreamRule> |
StreamServiceImpl.getStreamRules(Stream stream) |
List<StreamRule> |
StreamService.getStreamRules(Stream stream) |
Stream |
StreamServiceImpl.load(org.bson.types.ObjectId id) |
StreamRule |
StreamRuleServiceImpl.load(org.bson.types.ObjectId id) |
StreamRule |
StreamRuleService.load(org.bson.types.ObjectId id) |
Stream |
StreamServiceImpl.load(String id) |
Stream |
StreamService.load(String id) |
Output |
OutputServiceImpl.load(String streamOutputId) |
Output |
OutputService.load(String streamOutputId) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleService.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStreamId(String streamId) |
List<StreamRule> |
StreamRuleService.loadForStreamId(String streamId) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.