Class GraphRestServiceImpl
- java.lang.Object
-
- org.opennms.netmgt.graph.rest.impl.GraphRestServiceImpl
-
- All Implemented Interfaces:
GraphRestService
public class GraphRestServiceImpl extends java.lang.Object implements GraphRestService
-
-
Constructor Summary
Constructors Constructor Description GraphRestServiceImpl(GraphService graphService, EnrichmentService enrichmentService, org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getContainer(java.lang.String containerId)
javax.ws.rs.core.Response
getGraph(java.lang.String containerId, java.lang.String namespace)
javax.ws.rs.core.Response
getView(java.lang.String containerId, java.lang.String namespace, Query query)
javax.ws.rs.core.Response
listContainerInfo()
-
-
-
Constructor Detail
-
GraphRestServiceImpl
public GraphRestServiceImpl(GraphService graphService, EnrichmentService enrichmentService, org.osgi.framework.BundleContext bundleContext)
-
-
Method Detail
-
listContainerInfo
public javax.ws.rs.core.Response listContainerInfo()
- Specified by:
listContainerInfo
in interfaceGraphRestService
-
getContainer
public javax.ws.rs.core.Response getContainer(java.lang.String containerId)
- Specified by:
getContainer
in interfaceGraphRestService
-
getGraph
public javax.ws.rs.core.Response getGraph(java.lang.String containerId, java.lang.String namespace)
- Specified by:
getGraph
in interfaceGraphRestService
-
getView
public javax.ws.rs.core.Response getView(java.lang.String containerId, java.lang.String namespace, Query query)
- Specified by:
getView
in interfaceGraphRestService
-
-