Class QueryResourceHttpClient

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, QueryResource

    public class QueryResourceHttpClient
    extends java.lang.Object
    implements QueryResource, java.io.Closeable
    • Method Summary

      Modifier and Type Method Description
      void close()  
      javax.ws.rs.core.Response destroy​(ServiceUser user, QueryKey queryKey)  
      javax.ws.rs.core.Response getDataSource​(ServiceUser user, DocRef docRef)  
      javax.ws.rs.core.Response search​(ServiceUser user, SearchRequest request)  
      • Methods inherited from class java.lang.Object

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

      • QueryResourceHttpClient

        public QueryResourceHttpClient​(java.lang.String baseUrl)