Interface GraphSearchRestService

  • All Known Implementing Classes:
    GraphSearchRestServiceImpl

    @Path("graphs/search")
    @Produces("application/json")
    @Consumes("application/json")
    public interface GraphSearchRestService
    • Method Detail

      • getSuggestions

        @GET
        @Path("/suggestions/{namespace}/")
        javax.ws.rs.core.Response getSuggestions​(@PathParam("namespace")
                                                 String namespace,
                                                 @QueryParam("s")
                                                 String input)
      • search

        @GET
        @Path("/results/{namespace}/")
        javax.ws.rs.core.Response search​(@PathParam("namespace")
                                         String namespace,
                                         @QueryParam("providerId")
                                         String providerId,
                                         @QueryParam("criteria")
                                         String criteria)