public class GraphRestServiceImpl extends Object implements GraphRestService
Constructor and Description |
---|
GraphRestServiceImpl(GraphService graphService,
EnrichmentService enrichmentService,
org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getContainer(String containerId) |
javax.ws.rs.core.Response |
getGraph(String containerId,
String namespace) |
javax.ws.rs.core.Response |
getView(String containerId,
String namespace,
Query query) |
javax.ws.rs.core.Response |
listContainerInfo() |
public GraphRestServiceImpl(GraphService graphService, EnrichmentService enrichmentService, org.osgi.framework.BundleContext bundleContext)
public javax.ws.rs.core.Response listContainerInfo()
listContainerInfo
in interface GraphRestService
public javax.ws.rs.core.Response getContainer(String containerId)
getContainer
in interface GraphRestService
public javax.ws.rs.core.Response getGraph(String containerId, String namespace)
getGraph
in interface GraphRestService
public javax.ws.rs.core.Response getView(String containerId, String namespace, Query query)
getView
in interface GraphRestService
Copyright © 2021. All rights reserved.