Class GraphRestServiceImpl

    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphRestServiceImpl

        public GraphRestServiceImpl​(GraphService graphService,
                                    EnrichmentService enrichmentService,
                                    org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • getContainer

        public javax.ws.rs.core.Response getContainer​(java.lang.String containerId)
        Specified by:
        getContainer in interface GraphRestService
      • getGraph

        public javax.ws.rs.core.Response getGraph​(java.lang.String containerId,
                                                  java.lang.String namespace)
        Specified by:
        getGraph in interface GraphRestService
      • getView

        public javax.ws.rs.core.Response getView​(java.lang.String containerId,
                                                 java.lang.String namespace,
                                                 Query query)
        Specified by:
        getView in interface GraphRestService