public class DefaultQueryManagerProxy extends Object implements QueryManagerProxy
| Constructor and Description |
|---|
DefaultQueryManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.tabulardata.commons.webservice.QueryManager> config) |
| Modifier and Type | Method and Description |
|---|---|
int |
getQueryLenght(long tableId,
org.gcube.data.analysis.tabulardata.query.parameters.QueryFilter filter) |
org.gcube.data.analysis.tabulardata.model.table.Table |
getTable(long tableId) |
String |
queryAsJson(long 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.QueryFilter filter,
org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group,
org.gcube.data.analysis.tabulardata.query.parameters.QueryOrder order) |
public DefaultQueryManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.tabulardata.commons.webservice.QueryManager> config)
public org.gcube.data.analysis.tabulardata.model.table.Table getTable(long tableId)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
getTable in interface org.gcube.data.analysis.tabulardata.commons.webservice.QueryManagerorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic String queryAsJson(long 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.QueryFilter filter, org.gcube.data.analysis.tabulardata.query.parameters.group.QueryGroup group, 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.commons.webservice.QueryManagerorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionpublic int getQueryLenght(long 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.commons.webservice.QueryManagerorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionCopyright © 2014. All Rights Reserved.