org.LexGrid.LexBIG.cagrid.dataService.queryProcessor
Class LexEVSDataServiceQueryProcessor

java.lang.Object
  extended by gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
      extended by org.LexGrid.LexBIG.cagrid.dataService.queryProcessor.LexEVSDataServiceQueryProcessor

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


Field Summary
private  org.LexGrid.LexBIG.cagrid.security.connection.SecureConnectionManager<org.LexGrid.LexBIG.caCore.interfaces.LexEVSApplicationService> manager
           
 
Constructor Summary
LexEVSDataServiceQueryProcessor()
           
 
Method Summary
private  gov.nih.nci.cagrid.data.mapping.Mappings getClassToQnameMappings()
           
 void initialize(java.util.Properties parameters, java.io.InputStream wsdd)
           
 CQLQueryResults processQuery(CQLQuery cqlQuery)
           
protected  java.util.List querySDK(CQLQuery query)
           
 
Methods inherited from class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
getConfigurationUiClassname, getConfiguredParameters, getConfiguredWsddStream, getPropertiesFromEtc, getRequiredParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

private org.LexGrid.LexBIG.cagrid.security.connection.SecureConnectionManager<org.LexGrid.LexBIG.caCore.interfaces.LexEVSApplicationService> manager
Constructor Detail

LexEVSDataServiceQueryProcessor

public LexEVSDataServiceQueryProcessor()
Method Detail

processQuery

public CQLQueryResults processQuery(CQLQuery cqlQuery)
                             throws gov.nih.nci.cagrid.data.MalformedQueryException,
                                    gov.nih.nci.cagrid.data.QueryProcessingException
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

initialize

public void initialize(java.util.Properties parameters,
                       java.io.InputStream wsdd)
                throws gov.nih.nci.cagrid.data.InitializationException
Overrides:
initialize in class gov.nih.nci.cagrid.data.cql.CQLQueryProcessor
Throws:
gov.nih.nci.cagrid.data.InitializationException

querySDK

protected java.util.List querySDK(CQLQuery query)
                           throws SDKQueryException
Throws:
SDKQueryException

getClassToQnameMappings

private gov.nih.nci.cagrid.data.mapping.Mappings getClassToQnameMappings()
                                                                  throws java.lang.Exception
Throws:
java.lang.Exception