Class GraphSearchRestServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response getSuggestions​(java.lang.String namespace, java.lang.String input)  
      javax.ws.rs.core.Response search​(java.lang.String namespace, java.lang.String providerId, java.lang.String criteria)  
      • Methods inherited from class java.lang.Object

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

      • GraphSearchRestServiceImpl

        public GraphSearchRestServiceImpl​(GraphSearchService graphSearchService)
    • Method Detail

      • getSuggestions

        public javax.ws.rs.core.Response getSuggestions​(java.lang.String namespace,
                                                        java.lang.String input)
        Specified by:
        getSuggestions in interface GraphSearchRestService
      • search

        public javax.ws.rs.core.Response search​(java.lang.String namespace,
                                                java.lang.String providerId,
                                                java.lang.String criteria)
        Specified by:
        search in interface GraphSearchRestService