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

Packages that use ComplexQuery
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
 

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

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

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

Methods in org.apache.oodt.cas.filemgr.util that return ComplexQuery
static ComplexQuery XmlRpcStructFactory.getComplexQueryFromXmlRpc(Hashtable<String,Object> complexQueryHash)
           
static ComplexQuery SqlParser.parseSqlQuery(String sqlStringQuery)
           
static ComplexQuery SqlParser.parseSqlQueryMethod(String sqlStringQueryMethod)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type ComplexQuery
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcComplexQuery(ComplexQuery complexQuery)
           
static String SqlParser.unparseSqlQuery(ComplexQuery complexQuery)
           
 



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