org.gcube.opensearch.opensearchdatasource.processor
Class GcqlQueryContainer

java.lang.Object
  extended by org.gcube.opensearch.opensearchdatasource.processor.GcqlQueryContainer
Direct Known Subclasses:
OpenSearchGcqlQueryContainer

public abstract class GcqlQueryContainer
extends Object

A class that contains all the data needed by a specific resource to answer a query. The data depend on the technology, that the resource was implemented in.


Field Summary
protected  Map<String,String> projectedFields
          a list of the fields that are the projections of the query
 
Constructor Summary
GcqlQueryContainer(Map<String,String> projectedFields)
           
 
Method Summary
 Map<String,String> getProjectedFields()
           
 void setProjectedFields(Map<String,String> projectedFields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectedFields

protected Map<String,String> projectedFields
a list of the fields that are the projections of the query

Constructor Detail

GcqlQueryContainer

public GcqlQueryContainer(Map<String,String> projectedFields)
Method Detail

getProjectedFields

public Map<String,String> getProjectedFields()

setProjectedFields

public void setProjectedFields(Map<String,String> projectedFields)


Copyright © 2013. All Rights Reserved.