com.arsdigita.search.filters
Class CategoryFilterSpecification

java.lang.Object
  extended bycom.arsdigita.search.FilterSpecification
      extended bycom.arsdigita.search.filters.CategoryFilterSpecification

public class CategoryFilterSpecification
extends FilterSpecification

A filter specification for supplying a list of categories to the category membership filter type


Field Summary
static String CATEGORIES
           
 
Constructor Summary
CategoryFilterSpecification(Category[] cats)
          Creates a new category filter spec
 
Method Summary
 Category[] getCategories()
          Returns the list of categories to check
 
Methods inherited from class com.arsdigita.search.FilterSpecification
equals, get, getType, hashCode, set
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORIES

public static final String CATEGORIES
See Also:
Constant Field Values
Constructor Detail

CategoryFilterSpecification

public CategoryFilterSpecification(Category[] cats)
Creates a new category filter spec

Parameters:
cats - the categories to check membership of
Method Detail

getCategories

public Category[] getCategories()
Returns the list of categories to check

Returns:
the list of categories


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