Uses of Interface
org.gcube.resources.discovery.client.queries.api.Query
-
-
Uses of Query in org.gcube.resources.discovery.client.api
Methods in org.gcube.resources.discovery.client.api with parameters of type Query Modifier and Type Method Description List<R>DiscoveryClient. submit(Query query)Submits aQueryfor 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 Modifier and Type Method Description List<R>DelegateClient. submit(Query query)Submits aQueryfor 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 Modifier and Type Interface Description interfaceSimpleQueryAQuerythat 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 Modifier and Type Class Description classQueryBoxclassQueryTemplateAQuerythat interpolates named parameters inside a template.classXQueryASimpleQueryover an XQuery template.
-