Uses of Class
org.gcube.common.core.informationsystem.client.ISClient.ISUnsupportedQueryException

Packages that use ISClient.ISUnsupportedQueryException
org.gcube.common.core.informationsystem.client   
org.gcube.common.core.informationsystem.client.impl   
 

Uses of ISClient.ISUnsupportedQueryException in org.gcube.common.core.informationsystem.client
 

Methods in org.gcube.common.core.informationsystem.client that throw ISClient.ISUnsupportedQueryException
<RESULT> List<RESULT>
ISClient.execute(ISQuery<RESULT> query, GCUBEScope scope)
          Evaluates a query in a given scope and returns its results a local list.
<RESULT> ISInputStream<RESULT>
ISClient.executeByRef(ISQuery<RESULT> query, GCUBEScope scope)
          Evaluates a query in a given scope and returns the ISInputStream which contains its results.
<RESULT,QUERY extends ISQuery<RESULT>>
QUERY
ISClient.getQuery(Class<QUERY> type)
          Returns a query from the interface or class which defines its type.
 GCUBEGenericQuery ISClient.getQuery(String name)
          Returns a GCUBEGenericQuery from its implementation-defined name.
 

Uses of ISClient.ISUnsupportedQueryException in org.gcube.common.core.informationsystem.client.impl
 

Methods in org.gcube.common.core.informationsystem.client.impl that throw ISClient.ISUnsupportedQueryException
protected  void AbstractClient.checkQuery(ISQuery<?> query)
          Invoked internally by AbstractClient.execute(ISQuery, GCUBEScope) to check that a can be handled by the implementation and is in fact well-formed.
abstract
<RESULT> List<RESULT>
AbstractClient.execute(ISQuery<RESULT> query, GCUBEScope scope)
          Evaluates a query in a given scope and returns its results a local list.
abstract
<RESULT> ISInputStream<RESULT>
AbstractClient.executeByRef(ISQuery<RESULT> query, GCUBEScope scope)
          Implement to execute the query against the associated Information System in a given scope, and to return the locator of a resultset which contains the unparsed result serialisations.
<RESULT,QUERY extends ISQuery<RESULT>>
QUERY
AbstractClient.getQuery(Class<QUERY> clazz)
          Returns a query from the interface or class which defines its type.
 



Copyright © 2012. All Rights Reserved.