A B C D E F G H I L M N O P Q R S T U V X

I

ImageElement - Class in org.gcube.opensearch.opensearchlibrary
Class implementing the functionality of an Image element contained in a DescriptionDocument
ImageElement(Element) - Constructor for class org.gcube.opensearch.opensearchlibrary.ImageElement
Creates a new ImageElement instance
IncompleteQueryException - Exception in org.gcube.opensearch.opensearchlibrary.query
An exception that is thrown when one or more required query parameters are not assigned with a value
IncompleteQueryException() - Constructor for exception org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException
Creates a new instance
IncompleteQueryException(String) - Constructor for exception org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException
Creates a new instance
IncompleteQueryException(Throwable) - Constructor for exception org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException
Creates a new instance
IncompleteQueryException(String, Throwable) - Constructor for exception org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException
Creates a new instance
initialize(Collection<String>, Map<String, FactoryClassNamePair>) - Static method in class org.gcube.opensearch.opensearchlibrary.utils.FactoryResolver
 
inputEncodingQName - Static variable in class org.gcube.opensearch.opensearchlibrary.OpenSearchConstants
The qualified name for the inputEncoding standard OpenSearch parameter
isBrokered() - Method in class org.gcube.opensearch.opensearchoperator.resource.ISOpenSearchResource
Determines whether the provider described by this resource returns brokered results, i.e the results it returns describe other OpenSearch providers
isBrokered() - Method in class org.gcube.opensearch.opensearchoperator.resource.LocalOpenSearchResource
Determines whether the provider described by this resource returns brokered results, i.e the results it returns describe other OpenSearch providers
isBrokered() - Method in interface org.gcube.opensearch.opensearchoperator.resource.OpenSearchResource
Determines whether the provider described by this resource returns brokered results, i.e the results it returns describe other OpenSearch providers
ISCache - Variable in class org.gcube.opensearch.opensearchoperator.OpenSearchOpConfig
Resource cache, to be further populated by ISResourceRepository.
isFirstPage() - Method in class org.gcube.opensearch.opensearchlibrary.responseelements.OpenSearchResponse
Determines whether this page is the first page of search results
isInputEncodingSupported(String) - Method in class org.gcube.opensearch.opensearchlibrary.DescriptionDocument
Determines whether a specific input encoding is supported by the OpenSearch provider corresponding to this description document
isLanguageSupported(String) - Method in class org.gcube.opensearch.opensearchlibrary.DescriptionDocument
Determines whether a specific language is supported by the OpenSearch provider corresponding to this description document
isLastPage() - Method in class org.gcube.opensearch.opensearchlibrary.responseelements.OpenSearchResponse
Determines whether this page is the last page of search results
ISOpenSearchResource - Class in org.gcube.opensearch.opensearchoperator.resource
Class implementing the OpenSearchResource interface that processes OpenSearch resources when an InformationSystem is available
ISOpenSearchResource(String, Map<String, String>, Map<String, String>, Map<String, String>, EnvHintCollection) - Constructor for class org.gcube.opensearch.opensearchoperator.resource.ISOpenSearchResource
Creates a new ISOpenSearchResource with a cache that will be used and further populated
ISOpenSearchResource(String, EnvHintCollection) - Constructor for class org.gcube.opensearch.opensearchoperator.resource.ISOpenSearchResource
Creates a new ISOpenSearchResource that will not use a cache
ISOpenSearchResourceCache - Class in org.gcube.opensearch.opensearchoperator.resource
A resource cache that caches generic resources, description documents in XML form and OpenSearchResource objects.
ISOpenSearchResourceCache() - Constructor for class org.gcube.opensearch.opensearchoperator.resource.ISOpenSearchResourceCache
 
isOutputEncodingSupported(String) - Method in class org.gcube.opensearch.opensearchlibrary.DescriptionDocument
Determines whether a specific output encoding is supported by the OpenSearch provider corresponding to this description document
isParameterRequired(String) - Method in class org.gcube.opensearch.opensearchlibrary.query.BasicURLTemplate
Determines if a parameter with a given qualified name is a required parameter
isParameterRequired(String) - Method in interface org.gcube.opensearch.opensearchlibrary.query.URLTemplate
Determines if a parameter with a given qualified name is a required parameter
isParameterSet(String) - Method in class org.gcube.opensearch.opensearchlibrary.query.BasicQueryBuilder
Determines if a parameter has an assigned value.
isParameterSet(String) - Method in interface org.gcube.opensearch.opensearchlibrary.query.QueryBuilder
Determines if a parameter has an assigned value.
isParameterSet(String) - Method in class org.gcube.opensearch.opensearchlibrary.query.QueryBuilderDecorator
Determines if a parameter has an assigned value.
isQueryComplete() - Method in class org.gcube.opensearch.opensearchlibrary.query.BasicQueryBuilder
Determines whether the query is complete and therefore ready to be issued, i.e.
isQueryComplete() - Method in class org.gcube.opensearch.opensearchlibrary.query.extensions.geo.GeoQueryBuilder
Determines whether the query is complete and therefore ready to be issued, i.e.
isQueryComplete() - Method in interface org.gcube.opensearch.opensearchlibrary.query.QueryBuilder
Determines whether the query is complete and therefore ready to be issued, i.e.
isQueryComplete() - Method in class org.gcube.opensearch.opensearchlibrary.query.QueryBuilderDecorator
Determines whether the query is complete and therefore ready to be issued, i.e.
isRelSupported() - Method in class org.gcube.opensearch.opensearchlibrary.urlelements.BasicURLElement
Answers whether the rel value of the URL element can be interpreted by this URL element type
isRelSupported() - Method in class org.gcube.opensearch.opensearchlibrary.urlelements.ExtendedURLElement
Answers whether the rel value of the URL element can be interpreted by this URL element type
isRelSupported() - Method in interface org.gcube.opensearch.opensearchlibrary.urlelements.URLElement
Answers whether the rel value of the URL element can be interpreted by this URL element type
isRelSupported() - Method in class org.gcube.opensearch.opensearchlibrary.urlelements.URLElementDecorator
Answers whether the rel value of the URL element can be interpreted by this URL element type
ISResourceRepository - Class in org.gcube.opensearch.opensearchoperator.resource
Class implementing the ResourceRepository interface that is used to retrieve OpenSearch resources utilizing an InformationSystem.
ISResourceRepository(ISOpenSearchResourceCache, EnvHintCollection) - Constructor for class org.gcube.opensearch.opensearchoperator.resource.ISResourceRepository
Creates a new ISResourceRepository
isRoleSupported() - Method in class org.gcube.opensearch.opensearchlibrary.queryelements.BasicQueryElement
Determines whether the query element supports the query role provided
isRoleSupported() - Method in interface org.gcube.opensearch.opensearchlibrary.queryelements.QueryElement
Determines whether the query element supports the query role provided
isRoleSupported() - Method in class org.gcube.opensearch.opensearchlibrary.queryelements.QueryElementDecorator
Determines whether the query element supports the query role provided
isSecure() - Method in class org.gcube.opensearch.opensearchoperator.resource.ISOpenSearchResource
Determines if the provider described by this resource uses a security scheme
isSecure() - Method in class org.gcube.opensearch.opensearchoperator.resource.LocalOpenSearchResource
Determines if the provider described by this resource uses a security scheme
isSecure() - Method in interface org.gcube.opensearch.opensearchoperator.resource.OpenSearchResource
Determines if the provider described by this resource uses a security scheme

A B C D E F G H I L M N O P Q R S T U V X