Index
All Classes and Interfaces|All Packages
A
- addHeader(String, boolean) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Adds a custom HTTP header to be included in requests.
- addHeader(String, boolean) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Adds a custom HTTP header to be included in requests.
- addHeader(String, String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Adds a custom HTTP header to be included in requests.
- addHeader(String, String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Adds a custom HTTP header to be included in requests.
- address - Variable in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
The base address of the Resource Registry Query Template service
- all() - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Retrieves all query templates from the Resource Registry.
- all() - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Retrieves all query templates from the Resource Registry.
C
- create() - Static method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientFactory
-
Creates a new ResourceRegistryQueryTemplateClient instance using the current context.
- create(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Creates a new query template from JSON representation in the Resource Registry.
- create(String) - Static method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientFactory
-
Creates a new ResourceRegistryQueryTemplateClient instance for a specific context.
- create(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Creates a new query template from JSON representation in the Resource Registry.
- create(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Creates a new query template in the Resource Registry.
- create(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Creates a new query template in the Resource Registry.
D
- delete(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Deletes an existing query template from the Resource Registry by its name.
- delete(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Deletes an existing query template from the Resource Registry by its name.
- delete(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Deletes an existing query template from the Resource Registry.
- delete(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Deletes an existing query template from the Resource Registry.
E
- exist(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Checks if a query template exists in the Resource Registry using template name.
- exist(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Checks if a query template exists in the Resource Registry using template name.
- exist(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Checks if a query template exists in the Resource Registry.
- exist(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Checks if a query template exists in the Resource Registry.
G
- getGXHTTPStringRequest() - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Creates and configures a new HTTP request with authorization headers and custom headers.
- getResourceRegistryURL() - Static method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientFactory
-
Gets the Resource Registry service URL using the current context.
- getResourceRegistryURL(String) - Static method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientFactory
-
Gets the Resource Registry service URL for a specific context.
H
- headers - Variable in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Additional HTTP headers to be included in requests
O
- org.gcube.informationsystem.resourceregistry.queries.templates - package org.gcube.informationsystem.resourceregistry.queries.templates
R
- read(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Reads an existing query template from the Resource Registry by its name.
- read(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Reads an existing query template from the Resource Registry by its name.
- read(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Reads an existing query template from the Resource Registry using a provided template object.
- read(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Reads an existing query template from the Resource Registry using a provided template object.
- readAsString(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Reads an existing query template from the Resource Registry as JSON string.
- readAsString(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Reads an existing query template from the Resource Registry as JSON string.
- ResourceRegistryQueryTemplateClient - Interface in org.gcube.informationsystem.resourceregistry.queries.templates
-
Client interface for managing query templates in the Resource Registry system.
- ResourceRegistryQueryTemplateClientFactory - Class in org.gcube.informationsystem.resourceregistry.queries.templates
- ResourceRegistryQueryTemplateClientFactory() - Constructor for class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientFactory
- ResourceRegistryQueryTemplateClientImpl - Class in org.gcube.informationsystem.resourceregistry.queries.templates
- ResourceRegistryQueryTemplateClientImpl(String) - Constructor for class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Creates a new ResourceRegistryQueryTemplateClientImpl instance.
- run(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Executes a query template and returns results as a list of Information System elements.
- run(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Executes a query template and returns results as a list of Information System elements.
- run(String, String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Executes a query template with string parameters and returns results as JSON string.
- run(String, String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Executes a query template with string parameters and returns results as JSON string.
- run(String, JsonNode) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Executes a query template with JsonNode parameters and returns results as a list of Information System elements.
- run(String, JsonNode) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Executes a query template with JsonNode parameters and returns results as a list of Information System elements.
- run(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Executes a query template using template object and returns results as a list of Information System elements.
- run(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Executes a query template using template object and returns results as a list of Information System elements.
- run(QueryTemplate, JsonNode) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Executes a query template using template object with JsonNode parameters and returns results as a list of Information System elements.
- run(QueryTemplate, JsonNode) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Executes a query template using template object with JsonNode parameters and returns results as a list of Information System elements.
- runGetString(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Executes a query template and returns results as JSON string.
- runGetString(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Executes a query template and returns results as JSON string.
U
- update(String) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Updates an existing query template from JSON representation in the Resource Registry.
- update(String) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Updates an existing query template from JSON representation in the Resource Registry.
- update(QueryTemplate) - Method in interface org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClient
-
Updates an existing query template in the Resource Registry.
- update(QueryTemplate) - Method in class org.gcube.informationsystem.resourceregistry.queries.templates.ResourceRegistryQueryTemplateClientImpl
-
Updates an existing query template in the Resource Registry.
All Classes and Interfaces|All Packages