Class ICClient
- java.lang.Object
-
- org.gcube.resources.discovery.icclient.ICClient
-
- All Implemented Interfaces:
org.gcube.resources.discovery.client.api.DiscoveryClient<String>
@Deprecated public class ICClient extends Object implements org.gcube.resources.discovery.client.api.DiscoveryClient<String>
Deprecated.D4Science using User Resource Registry instead of the old Information SystemAnDiscoveryClientthat submits queries to the Information Collector, without parsing the results.- See Also:
- Resource Registry Client
-
-
Constructor Summary
Constructors Constructor Description ICClient()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<String>submit(org.gcube.resources.discovery.client.queries.api.Query query)Deprecated.
-
-
-
Method Detail
-
submit
public List<String> submit(org.gcube.resources.discovery.client.queries.api.Query query) throws org.gcube.resources.discovery.client.api.DiscoveryException
Deprecated.- Specified by:
submitin interfaceorg.gcube.resources.discovery.client.api.DiscoveryClient<String>- Throws:
org.gcube.resources.discovery.client.api.DiscoveryException
-
-