public interface QueryInterfaceJson
| Modifier and Type | Method and Description |
|---|---|
String |
queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page) |
String |
queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter) |
String |
queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter,
org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) |
String |
queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page,
org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) |
String queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page, org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter, org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) throws NoSuchTableException
NoSuchTableExceptionString queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page, org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter) throws NoSuchTableException
NoSuchTableExceptionString queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page, org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) throws NoSuchTableException
NoSuchTableExceptionString queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page) throws NoSuchTableException
NoSuchTableExceptionCopyright © 2014. All Rights Reserved.