Uses of Class
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
-
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.contexts
Methods in org.gcube.informationsystem.resourceregistry.api.contexts that throw ResourceRegistryException Modifier and Type Method Description org.gcube.informationsystem.contexts.reference.entities.ContextContextCache. getContextByFullName(String contextFullName)org.gcube.informationsystem.contexts.reference.entities.ContextContextCache. getContextByUUID(String uuid)org.gcube.informationsystem.contexts.reference.entities.ContextContextCache. getContextByUUID(UUID uuid)StringContextCache. getContextFullNameByUUID(String uuid)StringContextCache. getContextFullNameByUUID(UUID uuid)Map<String,UUID>ContextCache. getContextFullNameToUUIDAssociation()List<org.gcube.informationsystem.contexts.reference.entities.Context>ContextCache. getContexts()UUIDContextCache. getUUIDByFullName(String contextFullName)Map<UUID,String>ContextCache. getUUIDToContextFullNameAssociation()voidContextCache. refreshContextsIfNeeded()voidContextCache. renew()List<org.gcube.informationsystem.contexts.reference.entities.Context>ContextCacheRenewal. renew() -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions Modifier and Type Class Description classAlreadyPresentExceptionclassAvailableInAnotherContextExceptionclassCreationExceptionclassNotFoundExceptionMethods in org.gcube.informationsystem.resourceregistry.api.exceptions with type parameters of type ResourceRegistryException Modifier and Type Method Description static <RRE extends ResourceRegistryException>
StringExceptionMapper. marshal(RRE object)Return the String serialization of a given resourcestatic <T extends OutputStream,RRE extends ResourceRegistryException>
TExceptionMapper. marshal(RRE object, T stream)Write the serialization of a given resource to a givenOutputStream.static <T extends Writer,RRE extends ResourceRegistryException>
TExceptionMapper. marshal(RRE object, T writer)Write the serialization of a given resource to a givenWriter.static <RRE extends ResourceRegistryException>
RREExceptionMapper. unmarshal(Class<RRE> clz, InputStream stream)Creates a resource of given class from its serialization in a givenInputStream.static <RRE extends ResourceRegistryException>
RREExceptionMapper. unmarshal(Class<RRE> clz, Reader reader)Creates a resource of given class from its serialization in a givenReader.static <RRE extends ResourceRegistryException>
RREExceptionMapper. unmarshal(Class<RRE> clz, String string)Creates a resource of given class from its serialization in a given String -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.contexts
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.contexts Modifier and Type Class Description classContextAlreadyPresentExceptionclassContextCreationExceptionclassContextExceptionclassContextMoveExceptionclassContextNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities Modifier and Type Class Description classEntityAlreadyPresentExceptionclassEntityAvailableInAnotherContextExceptionclassEntityCreationExceptionclassEntityNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet Modifier and Type Class Description classFacetAlreadyPresentExceptionclassFacetAvailableInAnotherContextExceptionclassFacetCreationExceptionclassFacetNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource Modifier and Type Class Description classResourceAlreadyPresentExceptionclassResourceAvailableInAnotherContextExceptionclassResourceCreationExceptionclassResourceNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries Modifier and Type Class Description classInvalidQueryException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templates
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templates Modifier and Type Class Description classQueryTemplateAlreadyPresentExceptionclassQueryTemplateCreationExceptionclassQueryTemplateExceptionclassQueryTemplateNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations Modifier and Type Class Description classRelationAlreadyPresentExceptionclassRelationAvailableInAnotherContextExceptionclassRelationCreationExceptionclassRelationNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof Modifier and Type Class Description classConsistsOfAlreadyPresentExceptionclassConsistsOfAvailableInAnotherContextExceptionclassConsistsOfCreationExceptionclassConsistsOfNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof Modifier and Type Class Description classIsParentOfAlreadyPresentExceptionclassIsParentOfCreationExceptionclassIsParentOfExceptionclassIsParentOfNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto Modifier and Type Class Description classIsRelatedToAlreadyPresentExceptionclassIsRelatedToAvailableInAnotherContextExceptionclassIsRelatedToCreationExceptionclassIsRelatedToNotFoundException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.types
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.types Modifier and Type Class Description classSchemaAlreadyPresentExceptionclassSchemaCreationExceptionclassSchemaExceptionclassSchemaNotFoundExceptionclassSchemaViolationException -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.rest.httputils
Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that throw ResourceRegistryException Modifier and Type Method Description protected static <C> NotFoundExceptionHTTPUtility. getElementNotFoundException(Class<C> clz)
-