gov.nih.nci.cagrid.caarray.stubs.cql
Class StubCQLQueryProcessor

java.lang.Object
  extended by gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
      extended by gov.nih.nci.cagrid.caarray.stubs.cql.StubCQLQueryProcessor

Deprecated. The stub CQL query processor is a placeholder to provide a starting point for implementation of CQL against a backend data source.

public class StubCQLQueryProcessor
extends gov.nih.nci.cagrid.data.cql.CQLQueryProcessor

StubCQLQueryProcessor This CQL Query Processor is provided as a stub to begin implementing CQL against your backend data source. If another CQL query processor implementation is used, this file may be safely ignored. If this class is deleted, the introduce service synchronization process will recreate it.


Constructor Summary
StubCQLQueryProcessor()
          Deprecated.  
 
Method Summary
 java.util.Properties getRequiredParameters()
          Deprecated.  
 gov.nih.nci.cagrid.cqlresultset.CQLQueryResults processQuery(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
          Deprecated.  
 
Methods inherited from class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
getConfigurationUiClassname, getConfiguredParameters, getConfiguredWsddStream, getPropertiesFromEtc, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubCQLQueryProcessor

public StubCQLQueryProcessor()
Deprecated. 
Method Detail

processQuery

public gov.nih.nci.cagrid.cqlresultset.CQLQueryResults processQuery(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
                                                             throws gov.nih.nci.cagrid.data.MalformedQueryException,
                                                                    gov.nih.nci.cagrid.data.QueryProcessingException
Deprecated. 
Specified by:
processQuery in class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
Throws:
gov.nih.nci.cagrid.data.MalformedQueryException
gov.nih.nci.cagrid.data.QueryProcessingException

getRequiredParameters

public java.util.Properties getRequiredParameters()
Deprecated. 
Overrides:
getRequiredParameters in class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor