Uses of Class
gov.nih.nci.cagrid.cqlquery.CQLQuery

Packages that use CQLQuery
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   
org.LexGrid.LexBIG.cagrid.dataService.utils   
 

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

Methods in gov.nih.nci.cagrid.data that return CQLQuery
 CQLQuery QueryRequestCqlQuery.getCQLQuery()
          Gets the CQLQuery value for this QueryRequestCqlQuery.
 

Methods in gov.nih.nci.cagrid.data with parameters of type CQLQuery
 void QueryRequestCqlQuery.setCQLQuery(CQLQuery CQLQuery)
          Sets the CQLQuery value for this QueryRequestCqlQuery.
 

Constructors in gov.nih.nci.cagrid.data with parameters of type CQLQuery
QueryRequestCqlQuery(CQLQuery CQLQuery)
           
 

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

Methods in org.LexGrid.LexBIG.cagrid.dataService.client with parameters of type CQLQuery
 CQLQueryResults LexEVSDataServiceClient.query(CQLQuery cqlQuery)
           
 

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

Methods in org.LexGrid.LexBIG.cagrid.dataService.common with parameters of type CQLQuery
 CQLQueryResults LexEVSDataServiceI.query(CQLQuery cqlQuery)
          The standard caGrid Data Service query method.
 

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

Methods in org.LexGrid.LexBIG.cagrid.dataService.queryProcessor with parameters of type CQLQuery
 CQLQueryResults LexEVSDataServiceQueryProcessor.processQuery(CQLQuery cqlQuery)
           
 

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

Methods in org.LexGrid.LexBIG.cagrid.dataService.stubs.cql with parameters of type CQLQuery
 CQLQueryResults StubCQLQueryProcessor.processQuery(CQLQuery cqlQuery)
          Deprecated.  
 

Uses of CQLQuery in org.LexGrid.LexBIG.cagrid.dataService.utils
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.utils with parameters of type CQLQuery
 java.util.Iterator LexEVSDataServiceHandle.query(CQLQuery cqlQuery)