public class QueryInterfaceImpl extends Object implements org.gcube.data.analysis.tabulardata.service.query.QueryInterface
| Constructor and Description |
|---|
QueryInterfaceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getQueryLenght(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter) |
org.gcube.data.analysis.tabulardata.model.table.Table |
getTable(org.gcube.data.analysis.tabulardata.model.table.TableId tableId) |
org.gcube.data.analysis.tabulardata.model.table.Table |
getTimeTable(org.gcube.data.analysis.tabulardata.model.time.PeriodType period) |
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.group.QueryGroup group) |
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.QueryFilter filter,
org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order,
org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select) |
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,
org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) |
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.select.QuerySelect select) |
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.select.QuerySelect select,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) |
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.group.QueryGroup group) |
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.QueryOrder order,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) |
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,
org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select) |
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,
org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) |
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.select.QuerySelect select) |
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.select.QuerySelect select,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) |
public org.gcube.data.analysis.tabulardata.model.table.Table getTable(org.gcube.data.analysis.tabulardata.model.table.TableId tableId)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
getTable in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic org.gcube.data.analysis.tabulardata.model.table.Table getTimeTable(org.gcube.data.analysis.tabulardata.model.time.PeriodType period)
getTimeTable in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfacepublic int getQueryLenght(org.gcube.data.analysis.tabulardata.model.table.TableId tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
getQueryLenght in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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 org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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 org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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 org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic String queryAsJson(org.gcube.data.analysis.tabulardata.model.table.TableId tableId, org.gcube.data.analysis.tabulardata.query.parameters.QueryPage page) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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.select.QuerySelect select) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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, org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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, org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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.select.QuerySelect select) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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.select.QuerySelect select, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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, org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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, org.gcube.data.analysis.tabulardata.query.parameters.select.QuerySelect select) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic 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.select.QuerySelect select, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
queryAsJson in interface org.gcube.data.analysis.tabulardata.service.query.QueryInterfaceJsonorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionCopyright © 2019. All Rights Reserved.