org.gcube.indexmanagement.gcqlwrapper
Class GcqlQueryContainer
java.lang.Object
org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
- Direct Known Subclasses:
- BDBGcqlQueryContainer, GeoGcqlQueryContainer, LuceneGcqlQueryContainer
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.
- Author:
- bill
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
projectedFields
protected LinkedHashMap<String,String> projectedFields
- a list of the fields that are the projections of the query
GcqlQueryContainer
public GcqlQueryContainer(LinkedHashMap<String,String> projectedFields)
getProjectedFields
public LinkedHashMap<String,String> getProjectedFields()
setProjectedFields
public void setProjectedFields(LinkedHashMap<String,String> projectedFields)
Copyright © 2012. All Rights Reserved.