org.LexGrid.LexBIG.cagrid.dataService.stubs.cql
Class StubCQLQueryProcessor
java.lang.Object
gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
org.LexGrid.LexBIG.cagrid.dataService.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.
Methods inherited from class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor |
getConfigurationUiClassname, getPropertiesFromEtc, initialize |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubCQLQueryProcessor
public StubCQLQueryProcessor()
- Deprecated.
processQuery
public CQLQueryResults processQuery(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