Class PackageQueryExecutor

    • Constructor Summary

      Constructors 
      Constructor Description
      PackageQueryExecutor​(net.anwiba.commons.http.IObjectRequestExecutorBuilderFactory requestExecutorBuilderFactory, IFormatsNameConverter formatsNameConverter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IPackageSearchResult query​(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, java.lang.String identifier)  
      IPackageSearchResult query​(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, IPackageSearchCondition condition)  
      • Methods inherited from class java.lang.Object

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

      • PackageQueryExecutor

        public PackageQueryExecutor​(net.anwiba.commons.http.IObjectRequestExecutorBuilderFactory requestExecutorBuilderFactory,
                                    IFormatsNameConverter formatsNameConverter)
    • Method Detail

      • query

        public IPackageSearchResult query​(net.anwiba.commons.thread.cancel.ICanceler canceler,
                                          net.anwiba.commons.datasource.connection.IHttpConnectionDescription description,
                                          IPackageSearchCondition condition)
                                   throws net.anwiba.commons.lang.exception.CanceledException,
                                          java.io.IOException
        Specified by:
        query in interface IPackageQueryExecutor
        Throws:
        net.anwiba.commons.lang.exception.CanceledException
        java.io.IOException
      • query

        public IPackageSearchResult query​(net.anwiba.commons.thread.cancel.ICanceler canceler,
                                          net.anwiba.commons.datasource.connection.IHttpConnectionDescription description,
                                          java.lang.String identifier)
                                   throws net.anwiba.commons.lang.exception.CanceledException,
                                          java.io.IOException
        Specified by:
        query in interface IPackageQueryExecutor
        Throws:
        net.anwiba.commons.lang.exception.CanceledException
        java.io.IOException