Uses of Class
gov.nih.nci.cagrid.cqlresultset.CQLQueryResults

Packages that use CQLQueryResults
gov.nih.nci.cagrid.data   
org.LexGrid.LexBIG.cagrid.dataService.client   
org.LexGrid.LexBIG.cagrid.dataService.common   
org.LexGrid.LexBIG.cagrid.dataService.queryProcessor   
org.LexGrid.LexBIG.cagrid.dataService.stubs.cql   
 

Uses of CQLQueryResults in gov.nih.nci.cagrid.data
 

Methods in gov.nih.nci.cagrid.data that return CQLQueryResults
 CQLQueryResults QueryResponse.getCQLQueryResultCollection()
          Gets the CQLQueryResultCollection value for this QueryResponse.
 

Methods in gov.nih.nci.cagrid.data with parameters of type CQLQueryResults
 void QueryResponse.setCQLQueryResultCollection(CQLQueryResults CQLQueryResultCollection)
          Sets the CQLQueryResultCollection value for this QueryResponse.
 

Constructors in gov.nih.nci.cagrid.data with parameters of type CQLQueryResults
QueryResponse(CQLQueryResults CQLQueryResultCollection)
           
 

Uses of CQLQueryResults in org.LexGrid.LexBIG.cagrid.dataService.client
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.client that return CQLQueryResults
 CQLQueryResults LexEVSDataServiceClient.query(CQLQuery cqlQuery)
           
 

Uses of CQLQueryResults in org.LexGrid.LexBIG.cagrid.dataService.common
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.common that return CQLQueryResults
 CQLQueryResults LexEVSDataServiceI.query(CQLQuery cqlQuery)
          The standard caGrid Data Service query method.
 

Uses of CQLQueryResults in org.LexGrid.LexBIG.cagrid.dataService.queryProcessor
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.queryProcessor that return CQLQueryResults
 CQLQueryResults LexEVSDataServiceQueryProcessor.processQuery(CQLQuery cqlQuery)
           
 

Uses of CQLQueryResults in org.LexGrid.LexBIG.cagrid.dataService.stubs.cql
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.stubs.cql that return CQLQueryResults
 CQLQueryResults StubCQLQueryProcessor.processQuery(CQLQuery cqlQuery)
          Deprecated.