| Modifier and Type | Method and Description |
|---|---|
org.gcube.informationsystem.context.reference.entities.Context |
ContextCache.getContextByFullName(String contextFullName) |
org.gcube.informationsystem.context.reference.entities.Context |
ContextCache.getContextByUUID(UUID uuid) |
String |
ContextCache.getContextFullNameByUUID(UUID uuid) |
Map<String,UUID> |
ContextCache.getContextFullNameToUUIDAssociation() |
List<org.gcube.informationsystem.context.reference.entities.Context> |
ContextCache.getContexts() |
UUID |
ContextCache.getUUIDByFullName(String contextFullName) |
Map<UUID,String> |
ContextCache.getUUIDToContextFullNameAssociation() |
void |
ContextCache.refreshContextsIfNeeded() |
List<org.gcube.informationsystem.context.reference.entities.Context> |
ContextCacheRenewal.renew() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyPresentException |
class |
AvailableInAnotherContextException |
class |
CreationException |
class |
NotFoundException |
| Modifier and Type | Method and Description |
|---|---|
static <RRE extends ResourceRegistryException> |
ExceptionMapper.marshal(RRE object)
Return the String serialization of a given resource
|
static <T extends OutputStream,RRE extends ResourceRegistryException> |
ExceptionMapper.marshal(RRE object,
T stream)
Write the serialization of a given resource to a given
OutputStream . |
static <T extends Writer,RRE extends ResourceRegistryException> |
ExceptionMapper.marshal(RRE object,
T writer)
Write the serialization of a given resource to a given
Writer . |
static <RRE extends ResourceRegistryException> |
ExceptionMapper.unmarshal(Class<RRE> clz,
InputStream stream)
Creates a resource of given class from its serialization in a given
InputStream. |
static <RRE extends ResourceRegistryException> |
ExceptionMapper.unmarshal(Class<RRE> clz,
Reader reader)
Creates a resource of given class from its serialization in a given
Reader. |
static <RRE extends ResourceRegistryException> |
ExceptionMapper.unmarshal(Class<RRE> clz,
String string)
Creates a resource of given class from its serialization in a given String
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextAlreadyPresentException |
class |
ContextCreationException |
class |
ContextException |
class |
ContextMoveException |
class |
ContextNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityAlreadyPresentException |
class |
EntityAvailableInAnotherContextException |
class |
EntityCreationException |
class |
EntityNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
FacetAlreadyPresentException |
class |
FacetAvailableInAnotherContextException |
class |
FacetCreationException |
class |
FacetNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceAlreadyPresentException |
class |
ResourceAvailableInAnotherContextException |
class |
ResourceCreationException |
class |
ResourceNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidQueryException |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationAlreadyPresentException |
class |
RelationAvailableInAnotherContextException |
class |
RelationCreationException |
class |
RelationNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistsOfAlreadyPresentException |
class |
ConsistsOfAvailableInAnotherContextException |
class |
ConsistsOfCreationException |
class |
ConsistsOfNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
IsParentOfAlreadyPresentException |
class |
IsParentOfCreationException |
class |
IsParentOfException |
class |
IsParentOfNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
IsRelatedToAlreadyPresentException |
class |
IsRelatedToAvailableInAnotherContextException |
class |
IsRelatedToCreationException |
class |
IsRelatedToNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaAlreadyPresentException |
class |
SchemaCreationException |
class |
SchemaException |
class |
SchemaNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
protected static <C> NotFoundException |
HTTPUtility.getElementNotFoundException(Class<C> clz) |
Copyright © 2020. All Rights Reserved.