Uses of Class
org.apache.oodt.cas.filemgr.structs.Query

Packages that use Query
org.apache.oodt.cas.filemgr.catalog   
org.apache.oodt.cas.filemgr.structs.query   
org.apache.oodt.cas.filemgr.structs.type   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.tools   
org.apache.oodt.cas.filemgr.util   
 

Uses of Query in org.apache.oodt.cas.filemgr.catalog
 

Methods in org.apache.oodt.cas.filemgr.catalog with parameters of type Query
 ProductPage ScienceDataCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage MappedDataSourceCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage LuceneCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage DataSourceCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage Catalog.pagedQuery(Query query, ProductType type, int pageNum)
           Performs a query against the underlying Catalog, and then properly formulates a page of results to send back to the user.
 List<String> ScienceDataCatalog.query(Query arg0, ProductType arg1)
           
 List<String> MappedDataSourceCatalog.query(Query query, ProductType type)
           
 List<String> LuceneCatalog.query(Query query, ProductType type)
           
 List<String> DataSourceCatalog.query(Query query, ProductType type)
           
 List<String> Catalog.query(Query query, ProductType type)
           Queries the Catalog with the specified Query
 

Uses of Query in org.apache.oodt.cas.filemgr.structs.query
 

Subclasses of Query in org.apache.oodt.cas.filemgr.structs.query
 class ComplexQuery
           
 

Uses of Query in org.apache.oodt.cas.filemgr.structs.type
 

Methods in org.apache.oodt.cas.filemgr.structs.type that return Query
 Query TypeHandler.preQueryHandle(Query query)
          Converts this TypeHandler's element in the given Query into a Query with the necessary elements and values so the Catalog can be queried.
 

Methods in org.apache.oodt.cas.filemgr.structs.type with parameters of type Query
 Query TypeHandler.preQueryHandle(Query query)
          Converts this TypeHandler's element in the given Query into a Query with the necessary elements and values so the Catalog can be queried.
 

Uses of Query in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that return Query
 Query XmlRpcFileManagerClient.getCatalogQuery(Query query, ProductType productType)
           
 

Methods in org.apache.oodt.cas.filemgr.system with parameters of type Query
 Query XmlRpcFileManagerClient.getCatalogQuery(Query query, ProductType productType)
           
 ProductPage XmlRpcFileManagerClient.pagedQuery(Query query, ProductType type, int pageNum)
           
 List<Product> XmlRpcFileManagerClient.query(Query query, ProductType type)
           
 

Uses of Query in org.apache.oodt.cas.filemgr.tools
 

Methods in org.apache.oodt.cas.filemgr.tools with parameters of type Query
 void QueryTool.generateCASQuery(Query casQuery, org.apache.lucene.search.Query luceneQuery)
           
static void CatalogSearch.GenerateCASQuery(Query casQuery, org.apache.lucene.search.Query luceneQuery)
           
static void CatalogSearch.PostQuery(Query casQuery)
           
static void CatalogSearch.PostQuery(String product, Query casQuery)
           
 List QueryTool.query(Query query)
           
 

Uses of Query in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return Query
static Query XmlRpcStructFactory.getQueryFromXmlRpc(Hashtable<String,Object> queryHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type Query
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcQuery(Query query)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.