Uses of Class
org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor

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

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

Methods in org.apache.oodt.cas.filemgr.structs.query that return FilterAlgor
 FilterAlgor QueryFilter.getFilterAlgor()
           
 

Methods in org.apache.oodt.cas.filemgr.structs.query with parameters of type FilterAlgor
 void QueryFilter.setFilterAlgor(FilterAlgor filterAlgor)
           
 

Constructors in org.apache.oodt.cas.filemgr.structs.query with parameters of type FilterAlgor
QueryFilter(String startDateTimeMetKey, String endDateTimeMetKey, String priorityMetKey, FilterAlgor filterAlgor)
           
 

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

Methods in org.apache.oodt.cas.filemgr.util that return FilterAlgor
static FilterAlgor GenericFileManagerObjectFactory.getFilterAlgorFromClassName(String className)
           
static FilterAlgor XmlRpcStructFactory.getFilterAlgorFromXmlRpc(Hashtable<String,Object> filterAlgorHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type FilterAlgor
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcFilterAlgor(FilterAlgor filterAlgor)
           
 



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