Index
All Classes and Interfaces|All Packages
A
- addChildren(Node<Type>, List<Type>, int, int) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Recursively adds child types to a list based on type hierarchy.
- addHeader(String, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Adds a custom HTTP header to be included in requests.
- addHeader(String, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Adds a custom HTTP header to be included in requests.
- addHeader(String, String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Adds a custom HTTP header to be included in requests.
- addHeader(String, String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Adds a custom HTTP header to be included in requests.
- address - Variable in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
The base address of the Resource Registry service
C
- contextCache - Variable in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Cache for context information
- contextCacheRenewal - Variable in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Context cache renewal strategy that reads all contexts from the server
- create() - Static method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientFactory
-
Creates a new ResourceRegistryClient instance using the current context.
- create(String) - Static method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientFactory
-
Creates a new ResourceRegistryClient instance for a specific context.
D
- discover(AccessType) - Method in class org.gcube.informationsystem.resourceregistry.client.RRCTypesDiscoverer
E
- existContext(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if a context with the specified UUID (as string) exists in the system using internal cache.
- existContext(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a context with the specified UUID (as string) exists in the system using internal cache.
- existContext(UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if a context with the specified UUID exists in the system using internal cache.
- existContext(UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a context with the specified UUID exists in the system using internal cache.
- existInstance(Class<ERElem>, UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if an Information System element instance exists in the Resource Registry using class and UUID.
- existInstance(Class<ERElem>, UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if an Information System element instance exists in the Resource Registry using class and UUID.
- existInstance(String, UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if an Information System element instance exists in the Resource Registry using type name and UUID.
- existInstance(String, UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if an Information System element instance exists in the Resource Registry using type name and UUID.
- existQueryTemplate(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if a query template exists in the Resource Registry using template name.
- existQueryTemplate(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a query template exists in the Resource Registry using template name.
- existQueryTemplate(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if a query template exists in the Resource Registry.
- existQueryTemplate(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a query template exists in the Resource Registry.
- existType(Class<ME>) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if a type definition exists in the Information System using a model element class.
- existType(Class<ME>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a type definition exists in the Information System using a model element class.
- existType(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Checks if a type definition exists in the Information System using the type name.
- existType(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a type definition exists in the Information System using the type name.
- existTypeFromServer(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Checks if a type exists by querying the server directly, bypassing the local knowledge cache.
G
- getAllContextFromServer() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the list of all contexts in the system.
- getAllContextFromServer(boolean, Integer, Integer) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
It reads all the contexts from server with specific parameters.
- getAllContexts() - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves all available contexts using internal cache.
- getAllContexts() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves all available contexts using internal cache.
- getAllQueryTemplates() - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves all query templates from the Resource Registry.
- getAllQueryTemplates() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves all query templates from the Resource Registry.
- getContext(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves a specific context by its UUID (as string) using internal cache.
- getContext(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves a specific context by its UUID (as string) using internal cache.
- getContext(UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves a specific context by its UUID using internal cache.
- getContext(UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves a specific context by its UUID using internal cache.
- getContextCache() - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets the context cache used for context-related operations.
- getContextCache() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets the context cache used for context-related operations.
- getContextFromServer(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
It reads the context from server by UUID string.
- getContextFromServer(UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
It reads the context from server by UUID.
- getCurrentContext() - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves the current context associated with the client's authorization token using internal cache.
- getCurrentContext() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the current context associated with the client's authorization token using internal cache.
- getFilteredResources(Class<R>, Class<C>, Class<F>, boolean, Map<String, String>) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets filtered resources based on facet constraints and relations (typed version).
- getFilteredResources(Class<R>, Class<C>, Class<F>, boolean, Map<String, String>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets filtered resources based on facet constraints and relations (typed version).
- getFilteredResources(String, String, String, boolean, Map<String, String>) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets filtered resources based on facet constraints and relations (string version).
- getFilteredResources(String, String, String, boolean, Map<String, String>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets filtered resources based on facet constraints and relations (string version).
- getGXHTTPStringRequest() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Creates and configures a new HTTP request with authorization headers and custom headers.
- getInstance(Class<ERElem>, UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads an existing instance from the Resource Registry by its type class and UUID.
- getInstance(Class<ERElem>, UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads an existing instance from the Resource Registry by its type class and UUID.
- getInstance(String, UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads an existing instance from the Resource Registry by its type name and UUID.
- getInstance(String, UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
- getInstanceContexts(Class<ERElem>, UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves the list of contexts where a specific Information System element is present in the Resource Registry.
- getInstanceContexts(Class<ERElem>, UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the list of contexts where a specific Information System element is present in the Resource Registry.
- getInstanceContexts(String, UUID) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves the list of contexts where a specific Information System element is present in the Resource Registry.
- getInstanceContexts(String, UUID) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the list of contexts where a specific Information System element is present in the Resource Registry.
- getInstances(Class<ERElem>, Boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves all instances of the specified type from the Resource Registry.
- getInstances(Class<ERElem>, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves all instances of the specified type from the Resource Registry.
- getInstances(String, Boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves all instances of the specified type from the Resource Registry as JSON string.
- getInstances(String, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves all instances of the specified type from the Resource Registry as JSON string.
- getModelKnowledge() - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves the complete model knowledge containing type definitions and their information.
- getModelKnowledge() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the complete model knowledge containing type definitions and their information.
- getRelated(Class<E>, Class<R>, Class<RE>, UUID, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets entities related to a specific reference entity through a specific relation using UUID.
- getRelated(Class<E>, Class<R>, Class<RE>, Direction, boolean, Map<String, String>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets entities related through a specific relation with constraint-based filtering.
- getRelated(Class<E>, Class<R>, Class<RE>, RE, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets entities related to a specific reference entity through a specific relation.
- getRelated(String, String, String, UUID, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets entities related to a specific reference entity through a specific relation (string-based with UUID).
- getRelated(String, String, String, UUID, Direction, Boolean, Map<String, String>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets entities related to a specific reference entity through a specific relation.
- getRelated(String, String, String, Direction, boolean, Map<String, String>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets entities related through a specific relation with constraint-based filtering (string-based).
- getRelatedResources(Class<R>, Class<I>, Class<RR>, Direction, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets all resources related to any resource of a specific type through an IsRelatedTo relation (typed version).
- getRelatedResources(Class<R>, Class<I>, Class<RR>, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
- getRelatedResources(String, String, String, Direction, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets all resources related to any resource of a specific type through an IsRelatedTo relation (string version).
- getRelatedResources(String, String, String, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets all resources related to any resource of a specific type through an IsRelatedTo relation (string version).
- getRelatedResourcesFromReferenceResource(Class<R>, Class<I>, Class<RR>, UUID, Direction, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets resources related to a specific reference resource through an IsRelatedTo relation (typed version with UUID).
- getRelatedResourcesFromReferenceResource(Class<R>, Class<I>, Class<RR>, UUID, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets resources related to a specific reference resource through an IsRelatedTo relation (typed version with UUID).
- getRelatedResourcesFromReferenceResource(Class<R>, Class<I>, RR, Direction, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets resources related to a specific reference resource through an IsRelatedTo relation (typed version with instance).
- getRelatedResourcesFromReferenceResource(Class<R>, Class<I>, RR, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets resources related to a specific reference resource through an IsRelatedTo relation (typed version with instance).
- getRelatedResourcesFromReferenceResource(String, String, String, UUID, Direction, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets resources related to a specific reference resource through an IsRelatedTo relation (string version).
- getRelatedResourcesFromReferenceResource(String, String, String, UUID, Direction, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets resources related to a specific reference resource through an IsRelatedTo relation (string version).
- getResourceRegistryURL() - Static method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientFactory
-
Gets the Resource Registry service URL using the current context.
- getResourceRegistryURL(String) - Static method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientFactory
-
Gets the Resource Registry service URL for a specific context.
- getResourcesFromReferenceFacet(Class<R>, Class<C>, F, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets resources connected to a specific facet instance through a ConsistsOf relation (typed version).
- getResourcesFromReferenceFacet(Class<R>, Class<C>, F, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets resources connected to a specific facet instance through a ConsistsOf relation (typed version).
- getResourcesFromReferenceFacet(Class<R>, Class<C>, Class<F>, UUID, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets resources connected to a facet of specific type and UUID through a ConsistsOf relation (typed version).
- getResourcesFromReferenceFacet(Class<R>, Class<C>, Class<F>, UUID, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
- getResourcesFromReferenceFacet(String, String, String, UUID, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Gets resources connected to a facet of specific type and UUID through a ConsistsOf relation (string version).
- getResourcesFromReferenceFacet(String, String, String, UUID, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets resources connected to a facet of specific type and UUID through a ConsistsOf relation (string version).
- getType(Class<ME>, int) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads the type definitions for a specified model element class up to a specific hierarchy level.
- getType(Class<ME>, int) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads the type definitions for a specified model element class up to a specific hierarchy level.
- getType(Class<ME>, Boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads the type definitions for a specified model element class.
- getType(Class<ME>, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads the type definitions for a specified model element class.
- getType(String, int) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads the schema definition for a specified type by name up to a specific hierarchy level.
- getType(String, int) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads the schema definition for a specified type by name up to a specific hierarchy level.
- getType(String, Boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads the schema definition for a specified type by name.
- getType(String, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads the schema definition for a specified type by name.
- getTypeFromServer(Class<ME>, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets type information directly from the server, bypassing the local cache.
- getTypeFromServer(String, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets type schema directly from the server as a JSON string.
- getTypeFromTypesKnowledge(String, int) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets type information from the local types knowledge cache with level limitation.
- getTypeFromTypesKnowledge(String, Boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets type information from the local types knowledge cache.
- getTypeFromTypesKnowledge(String, Boolean, int) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Gets type information from the local types knowledge cache with full configuration.
- getTypeTreeNode(Class<ME>) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves the type tree node for a specific type identified by its model element class.
- getTypeTreeNode(Class<ME>) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the type tree node for a specific type identified by its model element class.
- getTypeTreeNode(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Retrieves the type tree node for a specific type identified by its name.
- getTypeTreeNode(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Retrieves the type tree node for a specific type identified by its name.
H
- headers - Variable in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Additional HTTP headers to be included in requests
J
- jsonQuery(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a JSON-based query to find instances matching the specified structure in the Resource Registry.
- jsonQuery(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a JSON-based query to find instances matching the specified structure in the Resource Registry.
- jsonQuery(JsonNode) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a JSON-based query to find instances matching the specified structure and returns typed results.
- jsonQuery(JsonNode) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a JSON-based query to find instances matching the specified structure and returns typed results.
O
- org.gcube.informationsystem.resourceregistry.client - package org.gcube.informationsystem.resourceregistry.client
R
- rawQuery(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a raw OrientDB SQL query against the Resource Registry backend.
- rawQuery(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a raw OrientDB SQL query against the Resource Registry backend.
- rawQuery(String, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a raw OrientDB SQL query against the Resource Registry backend with configurable result formatting.
- rawQuery(String, boolean) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a raw OrientDB SQL query against the Resource Registry backend with configurable result formatting.
- readQueryTemplate(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads an existing query template from the Resource Registry by its name.
- readQueryTemplate(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads an existing query template from the Resource Registry by its name.
- readQueryTemplate(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads an existing query template from the Resource Registry using a provided template object.
- readQueryTemplate(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads an existing query template from the Resource Registry using a provided template object.
- readQueryTemplateAsString(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Reads an existing query template from the Resource Registry as JSON string.
- readQueryTemplateAsString(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Reads an existing query template from the Resource Registry as JSON string.
- renewModelKnowledge() - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Forces a renewal of the cached model knowledge by fetching the latest version from the Resource Registry.
- renewModelKnowledge() - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Forces a renewal of the cached model knowledge by fetching the latest version from the Resource Registry.
- resourceRegistryClient - Variable in class org.gcube.informationsystem.resourceregistry.client.RRCTypesDiscoverer
-
The Resource Registry Client implementation used for type discovery
- ResourceRegistryClient - Interface in org.gcube.informationsystem.resourceregistry.client
-
Client interface for querying and reading Information System entities, relations, and metadata from the Resource Registry.
- ResourceRegistryClientFactory - Class in org.gcube.informationsystem.resourceregistry.client
- ResourceRegistryClientFactory() - Constructor for class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientFactory
- ResourceRegistryClientImpl - Class in org.gcube.informationsystem.resourceregistry.client
- ResourceRegistryClientImpl(String) - Constructor for class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Creates a new ResourceRegistryClientImpl with default configuration.
- ResourceRegistryClientImpl(String, boolean, boolean) - Constructor for class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Creates a new ResourceRegistryClientImpl with configurable cache and knowledge sharing.
- RRCTypesDiscoverer - Class in org.gcube.informationsystem.resourceregistry.client
- RRCTypesDiscoverer(ResourceRegistryClientImpl) - Constructor for class org.gcube.informationsystem.resourceregistry.client.RRCTypesDiscoverer
-
Creates a new RRCTypesDiscoverer with the specified Resource Registry Client.
- runQueryTemplate(String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a query template and returns results as JSON string (deprecated method).
- runQueryTemplate(String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a query template and returns results as JSON string (deprecated method).
- runQueryTemplate(String, String) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a query template with string parameters and returns results as JSON string.
- runQueryTemplate(String, String) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a query template with string parameters and returns results as JSON string.
- runQueryTemplate(String, JsonNode) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a query template with JsonNode parameters and returns results as JSON string.
- runQueryTemplate(String, JsonNode) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a query template with JsonNode parameters and returns results as JSON string.
- runQueryTemplate(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a query template using template object and returns results as JSON string.
- runQueryTemplate(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a query template using template object and returns results as JSON string.
- runQueryTemplate(QueryTemplate, JsonNode) - Method in interface org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClient
-
Executes a query template using template object with JsonNode parameters and returns results as JSON string.
- runQueryTemplate(QueryTemplate, JsonNode) - Method in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Executes a query template using template object with JsonNode parameters and returns results as JSON string.
T
- typesKnowledge - Variable in class org.gcube.informationsystem.resourceregistry.client.ResourceRegistryClientImpl
-
Knowledge base for type information
All Classes and Interfaces|All Packages