Uses of Class
org.gcube.opensearch.opensearchdatasource.processor.OpenSearchGcqlCollectionQuery

Packages that use OpenSearchGcqlCollectionQuery
org.gcube.opensearch.opensearchdatasource.processor   
 

Uses of OpenSearchGcqlCollectionQuery in org.gcube.opensearch.opensearchdatasource.processor
 

Fields in org.gcube.opensearch.opensearchdatasource.processor with type parameters of type OpenSearchGcqlCollectionQuery
 java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.ArrayList<OpenSearchGcqlCollectionQuery>>> OpenSearchGcqlQueryContainer.queries
           
 

Methods in org.gcube.opensearch.opensearchdatasource.processor that return types with arguments of type OpenSearchGcqlCollectionQuery
 java.util.ArrayList<OpenSearchGcqlCollectionQuery> OpenSearchGcqlQueryContainer.QueriesContainer.getQueries()
           
 

Constructor parameters in org.gcube.opensearch.opensearchdatasource.processor with type arguments of type OpenSearchGcqlCollectionQuery
OpenSearchGcqlQueryContainer.QueriesContainer(java.util.ArrayList<java.lang.String> colIDs, java.util.ArrayList<java.lang.String> langs, java.util.ArrayList<OpenSearchGcqlCollectionQuery> queries)