Index

A C D E G H I O R U 
All Classes and Interfaces|All Packages

A

addHeader(String, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Adds a custom HTTP header to be included in requests.
addHeader(String, boolean) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Adds a custom HTTP header to be included in requests.
addHeader(String, String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Adds a custom HTTP header to be included in requests.
addHeader(String, String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Adds a custom HTTP header to be included in requests.
address - Variable in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
The base address of the Resource Registry service
all() - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Retrieves the list of all contexts in the system.
all() - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Retrieves the list of all contexts in the system.

C

changeState(String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Changes the state of an existing context from its JSON representation.
changeState(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Changes the state of an existing context from its JSON representation.
changeState(String, String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Changes the state of an existing context using its UUID (as string) and the desired state (as string).
changeState(String, String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Changes the state of an existing context using its UUID (as string) and the desired state (as string).
changeState(UUID, ContextState) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Changes the state of an existing context using its UUID and the desired state.
changeState(UUID, ContextState) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Changes the state of an existing context using its UUID and the desired state.
changeState(Context) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Changes the state of an existing context by extracting its UUID from the provided context object.
changeState(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Changes the state of an existing context by extracting its UUID from the provided context object.
contextCache - Variable in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Cache for context information to improve performance
contextCacheRenewal - Variable in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Context cache renewal strategy for refreshing cached context information
create() - Static method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientFactory
Creates a new ResourceRegistryContextClient instance using the current context.
create(String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Creates a new context in the system from its JSON representation.
create(String) - Static method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientFactory
Creates a new ResourceRegistryContextClient instance for a specific context.
create(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Creates a new context in the system from its JSON representation.
create(Context) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Creates a new context in the system.
create(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Creates a new context in the system.

D

delete(String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Deletes an existing context permanently from the system using its UUID (as string).
delete(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Deletes an existing context permanently from the system using its UUID (as string).
delete(UUID) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Deletes an existing context permanently from the system using its UUID.
delete(UUID) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Deletes an existing context permanently from the system using its UUID.
delete(Context) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Deletes an existing context permanently from the system by extracting its UUID.
delete(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Deletes an existing context permanently from the system by extracting its UUID.

E

exist(String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Checks if a context with the specified UUID (as string) exists in the system.
exist(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Checks if a context with the specified UUID (as string) exists in the system.
exist(UUID) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Checks if a context with the specified UUID exists in the system.
exist(UUID) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Checks if a context with the specified UUID exists in the system.
existFromServer(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Checks if a context with the specified UUID exists on the server.

G

getAllContextFromServer() - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
It reads all the contexts from server.
getAllContextFromServer(boolean, Integer, Integer) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Retrieves all contexts from the Resource Registry server with specified parameters.
getContextCache() - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Gets the context cache used for context-related operations.
getContextCache() - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Gets the context cache used for context-related operations.
getGXHTTPStringRequest() - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Creates and configures a GXHTTPStringRequest with authentication headers.
getResourceRegistryURL() - Static method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientFactory
Gets the Resource Registry service URL using the current context.
getResourceRegistryURL(String) - Static method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientFactory
Gets the Resource Registry service URL for a specific context.

H

headers - Variable in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
HTTP headers to be included in requests

I

internalChangeState(UUID, String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Internal method to change the state of an existing context in the Resource Registry.
internalCreate(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Internal method to create a new context in the Resource Registry.
internalUpdate(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Internal method to update an existing context in the Resource Registry.

O

org.gcube.informationsystem.resourceregistry.contexts - package org.gcube.informationsystem.resourceregistry.contexts
 

R

read(String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Retrieves a specific context by its UUID (as string) and returns it as JSON.
read(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Retrieves a specific context by its UUID (as string) and returns it as JSON.
read(UUID) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Retrieves a specific context by its UUID.
read(UUID) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Retrieves a specific context by its UUID.
read(Context) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Retrieves a context by extracting its UUID from the provided context object.
read(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Retrieves a context by extracting its UUID from the provided context object.
readCurrentContext() - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Retrieves the current context associated with the client's authorization token.
readCurrentContext() - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Retrieves the current context associated with the client's authorization token.
readFromServer(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Reads a context from the server by its UUID.
ResourceRegistryContextClient - Interface in org.gcube.informationsystem.resourceregistry.contexts
Client interface for managing contexts in the Resource Registry system.
ResourceRegistryContextClientFactory - Class in org.gcube.informationsystem.resourceregistry.contexts
 
ResourceRegistryContextClientFactory() - Constructor for class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientFactory
 
ResourceRegistryContextClientImpl - Class in org.gcube.informationsystem.resourceregistry.contexts
 
ResourceRegistryContextClientImpl(String) - Constructor for class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
This client does not use the shared context cache because it is used by managers to manipulate contexts.

U

update(String) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Updates an existing context in the system from its JSON representation.
update(String) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Updates an existing context in the system from its JSON representation.
update(Context) - Method in interface org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClient
Updates an existing context in the system.
update(Context) - Method in class org.gcube.informationsystem.resourceregistry.contexts.ResourceRegistryContextClientImpl
Updates an existing context in the system.
A C D E G H I O R U 
All Classes and Interfaces|All Packages