Package net.anwiba.spatial.ckan.query
Interface IPackageQueryExecutor
- All Known Implementing Classes:
PackageQueryExecutor
public interface IPackageQueryExecutor
-
Method Summary
Modifier and TypeMethodDescriptionquery(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.CanceledExceptionIOException
-
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.CanceledExceptionIOException
-