com.endeca.portal.attributes.filter
Class ChainingOrFilter

java.lang.Object
  extended by com.endeca.portal.attributes.filter.ChainingFilter
      extended by com.endeca.portal.attributes.filter.ChainingOrFilter
All Implemented Interfaces:
BPCFilter

public class ChainingOrFilter
extends ChainingFilter

Author:
Endeca Technologies, Inc

Field Summary
 
Fields inherited from class com.endeca.portal.attributes.filter.ChainingFilter
filterList
 
Constructor Summary
ChainingOrFilter()
           
 
Method Summary
 boolean test(BasePropertyContainer bpc)
          The filter test method.
 
Methods inherited from class com.endeca.portal.attributes.filter.ChainingFilter
getFilterList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainingOrFilter

public ChainingOrFilter()
Method Detail

test

public boolean test(BasePropertyContainer bpc)
Description copied from interface: BPCFilter
The filter test method.

Parameters:
bpc - - an instance of a BasePropertyContainer object, such as an Attribute or a Group that should be tested against this filter
Returns:
true if the BPC should be included, false if the BPC should be filtered out.