org.gcube.data.analysis.tabulardata.service.query
Interface QueryInterfaceJson

All Known Subinterfaces:
QueryInterface, TabularDataService

public interface QueryInterfaceJson


Method Summary
 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)
           
 

Method Detail

queryAsJson

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
Throws:
NoSuchTableException

queryAsJson

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)
                   throws NoSuchTableException
Throws:
NoSuchTableException

queryAsJson

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)
                   throws NoSuchTableException
Throws:
NoSuchTableException

queryAsJson

String queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
                   org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page)
                   throws NoSuchTableException
Throws:
NoSuchTableException


Copyright © 2013. All Rights Reserved.