@Path(value="access") public class Access extends Object
| Constructor and Description |
|---|
Access() |
@GET public String query(@QueryParam(value="query") String query, @QueryParam(value="fetchPlan") String fetchPlan) throws org.gcube.informationsystem.resourceregistry.api.exceptions.InvalidQueryException
org.gcube.informationsystem.resourceregistry.api.exceptions.InvalidQueryException@GET
@Path(value="facet/{facetId}")
public String getFacet(@PathParam(value="facetId")
String facetId)
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@GET
@Path(value="facet/schema/{facetType}")
public String getFacetSchema(@PathParam(value="facetType")
String facetType)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException@GET
@Path(value="resource/{resourceId}")
public String getResource(@PathParam(value="resourceId")
String resourceId)
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@GET
@Path(value="resource/schema/{resourceType}")
public String getResourceSchema(@PathParam(value="resourceType")
String resourceType)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionCopyright © 2016. All Rights Reserved.