Interface IPackageQueryExecutor

All Known Implementing Classes:
PackageQueryExecutor

public interface IPackageQueryExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    query(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, String identifier)
     
    query(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, IPackageSearchCondition condition)
     
  • Method Details

    • query

      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, IOException
      Throws:
      net.anwiba.commons.lang.exception.CanceledException
      IOException
    • query

      IPackageSearchResult query(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, String identifier) throws net.anwiba.commons.lang.exception.CanceledException, IOException
      Throws:
      net.anwiba.commons.lang.exception.CanceledException
      IOException