Uses of Interface
org.gcube.resources.discovery.client.queries.api.Query

Packages that use Query
org.gcube.resources.discovery.client.api   
org.gcube.resources.discovery.client.impl   
org.gcube.resources.discovery.client.queries.api   
org.gcube.resources.discovery.client.queries.impl   
 

Uses of Query in org.gcube.resources.discovery.client.api
 

Methods in org.gcube.resources.discovery.client.api with parameters of type Query
 List<R> DiscoveryClient.submit(Query query)
          Submits a Query for remote execution and returns a list of typed results.
 

Uses of Query in org.gcube.resources.discovery.client.impl
 

Methods in org.gcube.resources.discovery.client.impl with parameters of type Query
 List<R> DelegateClient.submit(Query query)
          Submits a Query for remote execution and returns a list of typed results.
 

Uses of Query in org.gcube.resources.discovery.client.queries.api
 

Subinterfaces of Query in org.gcube.resources.discovery.client.queries.api
 interface SimpleQuery
          A Query that can be customised with namespace declarations, conditions on results, and result expressions.
 

Uses of Query in org.gcube.resources.discovery.client.queries.impl
 

Classes in org.gcube.resources.discovery.client.queries.impl that implement Query
 class QueryBox
           
 class QueryTemplate
          A Query that interpolates named parameters inside a template.
 class XQuery
          A SimpleQuery over an XQuery template.
 



Copyright © 2013. All Rights Reserved.