Interface GraphSearchRestService
-
- All Known Implementing Classes:
GraphSearchRestServiceImpl
public interface GraphSearchRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Response
getSuggestions(String namespace, String input)
javax.ws.rs.core.Response
search(String namespace, String providerId, String criteria)
-