public interface ResourceRegistryClient
| Modifier and Type | Method and Description |
|---|---|
<F extends org.gcube.informationsystem.model.entity.Facet> |
getFacet(Class<F> clazz,
UUID uuid) |
org.gcube.informationsystem.model.entity.Facet |
getFacet(UUID uuid) |
String |
getFacetSchema(String facetType) |
<R extends org.gcube.informationsystem.model.entity.Resource> |
getResource(Class<R> clazz,
UUID uuid) |
org.gcube.informationsystem.model.entity.Resource |
getResource(UUID uuid) |
String |
getResourceSchema(String resourceType) |
String |
query(String query,
int limit,
String fetchPlan) |
org.gcube.informationsystem.model.entity.Facet getFacet(UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.FacetNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.FacetNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<F extends org.gcube.informationsystem.model.entity.Facet> F getFacet(Class<F> clazz, UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.FacetNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.FacetNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionString getFacetSchema(String facetType) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionorg.gcube.informationsystem.model.entity.Resource getResource(UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.ResourceNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.ResourceNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<R extends org.gcube.informationsystem.model.entity.Resource> R getResource(Class<R> clazz, UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.ResourceNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.ResourceNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionString getResourceSchema(String resourceType) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionCopyright © 2016. All Rights Reserved.