Uses of Class
com.arsdigita.search.FilterType

Packages that use FilterType
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.filters   
com.arsdigita.search.ui   
com.arsdigita.search.ui.filters   
 

Uses of FilterType in com.arsdigita.search
 

Methods in com.arsdigita.search that return FilterType
 FilterType FilterSpecification.getType()
          Get the filter type
 

Methods in com.arsdigita.search with parameters of type FilterType
static void QueryEngineRegistry.registerEngine(IndexerType indexer, FilterType[] filters, QueryEngine engine)
          Registers a new query engine implementation for an indexer capable of accepting a specific set of filter types.
static void QueryEngineRegistry.registerEngine(String indexer, FilterType[] filters, QueryEngine engine)
          Registers a new query engine implementation for an indexer capable of accepting a specific set of filter types.
static QueryEngine QueryEngineRegistry.getEngine(String indexer, FilterType[] filters)
          Gets the search engine implementation capable of processing the specified set of filters on a given search indexer.
 

Constructors in com.arsdigita.search with parameters of type FilterType
FilterSpecification(Object[] values, FilterType type)
          Creates a new filter specification, initializing the value map from the array of values.
 

Uses of FilterType in com.arsdigita.search.filters
 

Subclasses of FilterType in com.arsdigita.search.filters
 class CategoryFilterType
           
 class ObjectTypeFilterType
           
 class PermissionFilterType
           
 

Constructors in com.arsdigita.search.filters with parameters of type FilterType
PartyFilterSpecification(PartyCollection parties, FilterType filterType)
          Creates a new filter restricting results to have a launch date within a given range, inclusive.
DateRangeFilterSpecification(Date start, Date end, FilterType filterType)
          Creates a new filter restricting results to have a launch date within a given range, inclusive.
 

Uses of FilterType in com.arsdigita.search.ui
 

Constructors in com.arsdigita.search.ui with parameters of type FilterType
FilterWidget(FilterType type, String name)
          Creates a filter component
FilterWidget(FilterType type, ParameterModel param)
          Creates a filter component
FilterComponent(FilterType type)
          Creates a filter component
 

Uses of FilterType in com.arsdigita.search.ui.filters
 

Constructors in com.arsdigita.search.ui.filters with parameters of type FilterType
PartyFilterWidget(FilterType type, String parameterName)
          This creates a text field that can be used to restrict the results by user.
DateRangeFilterWidget(FilterType type, String name)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC