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

Packages that use QueryCriteria
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.structs.query   
org.apache.oodt.cas.filemgr.structs.type   
org.apache.oodt.cas.filemgr.util   
 

Uses of QueryCriteria in org.apache.oodt.cas.filemgr.structs
 

Subclasses of QueryCriteria in org.apache.oodt.cas.filemgr.structs
 class BooleanQueryCriteria
           
 class FreeTextQueryCriteria
           
 class RangeQueryCriteria
           
 class TermQueryCriteria
           
 

Methods in org.apache.oodt.cas.filemgr.structs that return types with arguments of type QueryCriteria
 List<QueryCriteria> Query.getCriteria()
           
 List<QueryCriteria> BooleanQueryCriteria.getTerms()
          Accessor method for the list of terms in the query.
 

Methods in org.apache.oodt.cas.filemgr.structs with parameters of type QueryCriteria
 void Query.addCriterion(QueryCriteria qc)
           
 void BooleanQueryCriteria.addTerm(QueryCriteria t)
          Method to add a term to the boolean query.
 

Method parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type QueryCriteria
 void Query.setCriteria(List<QueryCriteria> criteria)
           
 

Constructor parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type QueryCriteria
BooleanQueryCriteria(List<QueryCriteria> terms, int op)
          Boolean query constructor.
Query(List<QueryCriteria> criteria)
           
 

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

Constructor parameters in org.apache.oodt.cas.filemgr.structs.query with type arguments of type QueryCriteria
ComplexQuery(List<QueryCriteria> criteria)
           
 

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

Methods in org.apache.oodt.cas.filemgr.structs.type that return QueryCriteria
protected  QueryCriteria ValueReplaceTypeHandler.handleRangeQueryCriteria(RangeQueryCriteria rqc)
          Converts the given RangeQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
protected abstract  QueryCriteria TypeHandler.handleRangeQueryCriteria(RangeQueryCriteria qc)
          Converts the given RangeQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
protected  QueryCriteria ValueReplaceTypeHandler.handleTermQueryCriteria(TermQueryCriteria tqc)
          Converts the given TermQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
protected abstract  QueryCriteria TypeHandler.handleTermQueryCriteria(TermQueryCriteria qc)
          Converts the given TermQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
 

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

Methods in org.apache.oodt.cas.filemgr.util that return QueryCriteria
static QueryCriteria XmlRpcStructFactory.getQueryCriteriaFromXmlRpc(Hashtable<String,Object> criteriaHash)
           
static QueryCriteria SqlParser.parseSqlWhereClause(String sqlWhereClause)
           
 

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

Methods in org.apache.oodt.cas.filemgr.util with parameters of type QueryCriteria
static String SqlParser.getInfixCriteriaString(QueryCriteria criteria)
           
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcQueryCriteria(QueryCriteria criteria)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type QueryCriteria
static String SqlParser.getInfixCriteriaString(List<QueryCriteria> criteriaList)
           
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcQueryCriteriaList(List<QueryCriteria> criteriaList)
           
 



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