@Path(value="access") public class Access extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.informationsystem.resourceregistry.api.EntityManagement |
entityManager |
protected org.gcube.informationsystem.resourceregistry.api.Query |
queryManager |
protected org.gcube.informationsystem.resourceregistry.api.SchemaManagement |
schemaManager |
| Constructor and Description |
|---|
Access() |
protected org.gcube.informationsystem.resourceregistry.api.Query queryManager
protected org.gcube.informationsystem.resourceregistry.api.EntityManagement entityManager
protected org.gcube.informationsystem.resourceregistry.api.SchemaManagement schemaManager
@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="facetInstance/{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="facetSchema/{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="resourceInstance/{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="resourceSchema/{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.