Package net.anwiba.spatial.ckan.query
Interface IPackageQueryExecutor
-
- All Known Implementing Classes:
PackageQueryExecutor
public interface IPackageQueryExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPackageSearchResultquery(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, java.lang.String identifier)IPackageSearchResultquery(net.anwiba.commons.thread.cancel.ICanceler canceler, net.anwiba.commons.datasource.connection.IHttpConnectionDescription description, IPackageSearchCondition condition)
-
-
-
Method Detail
-
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, java.io.IOException
- Throws:
net.anwiba.commons.lang.exception.CanceledExceptionjava.io.IOException
-
query
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
- Throws:
net.anwiba.commons.lang.exception.CanceledExceptionjava.io.IOException
-
-