public interface ResourceRegistryPublisher
| Modifier and Type | Method and Description |
|---|---|
<F extends org.gcube.informationsystem.model.entity.Facet> |
addFacetToContext(F facet) |
boolean |
addFacetToContext(UUID uuid) |
<R extends org.gcube.informationsystem.model.entity.Resource> |
addResourceToContext(R resource) |
boolean |
addResourceToContext(UUID uuid) |
<C extends org.gcube.informationsystem.model.relation.ConsistsOf<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Facet>> |
createConsistsOf(Class<C> consistsOfClass,
C consistsOf) |
<F extends org.gcube.informationsystem.model.entity.Facet> |
createFacet(Class<F> facetClass,
F facet) |
<I extends org.gcube.informationsystem.model.relation.IsRelatedTo<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Resource>> |
createIsRelatedTo(Class<I> isRelatedToClass,
I isRelatedTo) |
<R extends org.gcube.informationsystem.model.entity.Resource> |
createResource(Class<R> resourceClass,
R resource) |
<C extends org.gcube.informationsystem.model.relation.ConsistsOf<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Facet>> |
deleteConsistsOf(C consistsOf) |
<F extends org.gcube.informationsystem.model.entity.Facet> |
deleteFacet(F facet) |
<I extends org.gcube.informationsystem.model.relation.IsRelatedTo<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Resource>> |
deleteIsRelatedTo(I isRelatedTo) |
<R extends org.gcube.informationsystem.model.entity.Resource> |
deleteResource(R resource) |
<F extends org.gcube.informationsystem.model.entity.Facet> |
removeFacetFromContext(F facet) |
boolean |
removeFacetFromContext(UUID uuid) |
<R extends org.gcube.informationsystem.model.entity.Resource> |
removeResourceFromContext(R resource) |
boolean |
removeResourceFromContext(UUID uuid) |
<F extends org.gcube.informationsystem.model.entity.Facet> |
updateFacet(Class<F> facetClass,
F facet) |
<R extends org.gcube.informationsystem.model.entity.Resource> |
updateResource(Class<R> resourceClass,
R resource) |
<F extends org.gcube.informationsystem.model.entity.Facet> F createFacet(Class<F> facetClass, F facet)
<F extends org.gcube.informationsystem.model.entity.Facet> F updateFacet(Class<F> facetClass, F facet)
<F extends org.gcube.informationsystem.model.entity.Facet> boolean deleteFacet(F facet)
<R extends org.gcube.informationsystem.model.entity.Resource> R createResource(Class<R> resourceClass, R resource)
<R extends org.gcube.informationsystem.model.entity.Resource> R updateResource(Class<R> resourceClass, R resource)
<R extends org.gcube.informationsystem.model.entity.Resource> boolean deleteResource(R resource)
<C extends org.gcube.informationsystem.model.relation.ConsistsOf<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Facet>> C createConsistsOf(Class<C> consistsOfClass, C consistsOf)
<C extends org.gcube.informationsystem.model.relation.ConsistsOf<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Facet>> boolean deleteConsistsOf(C consistsOf)
<I extends org.gcube.informationsystem.model.relation.IsRelatedTo<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Resource>> I createIsRelatedTo(Class<I> isRelatedToClass, I isRelatedTo)
<I extends org.gcube.informationsystem.model.relation.IsRelatedTo<? extends org.gcube.informationsystem.model.entity.Resource,? extends org.gcube.informationsystem.model.entity.Resource>> boolean deleteIsRelatedTo(I isRelatedTo)
boolean addResourceToContext(UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<R extends org.gcube.informationsystem.model.entity.Resource> boolean addResourceToContext(R resource)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionboolean addFacetToContext(UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<F extends org.gcube.informationsystem.model.entity.Facet> boolean addFacetToContext(F facet)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionboolean removeResourceFromContext(UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<R extends org.gcube.informationsystem.model.entity.Resource> boolean removeResourceFromContext(R resource)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionboolean removeFacetFromContext(UUID uuid) throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<F extends org.gcube.informationsystem.model.entity.Facet> boolean removeFacetFromContext(F facet)
throws org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException,
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionCopyright © 2017. All Rights Reserved.