Uses of Class
org.apache.oodt.cas.filemgr.structs.query.QueryResult

Packages that use QueryResult
org.apache.oodt.cas.filemgr.structs.query   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
 

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

Methods in org.apache.oodt.cas.filemgr.structs.query with parameters of type QueryResult
 int QueryResultComparator.compare(QueryResult qr1, QueryResult qr2)
           
 

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

Methods in org.apache.oodt.cas.filemgr.system that return types with arguments of type QueryResult
 List<QueryResult> XmlRpcFileManagerClient.complexQuery(ComplexQuery complexQuery)
           
 

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

Methods in org.apache.oodt.cas.filemgr.util that return QueryResult
static QueryResult XmlRpcStructFactory.getQueryResultFromXmlRpc(Hashtable<String,Object> queryResultHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type QueryResult
static List<QueryResult> XmlRpcStructFactory.getQueryResultsFromXmlRpc(Vector<Hashtable<String,Object>> queryResultHashVector)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type QueryResult
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcQueryResult(QueryResult queryResult)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type QueryResult
static String QueryUtils.getQueryResultsAsString(List<QueryResult> queryResults)
           
static String QueryUtils.getQueryResultsAsString(List<QueryResult> queryResults, String delimiter)
           
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcQueryResults(List<QueryResult> queryResults)
           
 



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