com.endeca.portal.attributes.filter
Interface BPCFilter

All Known Implementing Classes:
ChainingAndFilter, ChainingFilter, ChainingOrFilter, ExclusiveSetFilter, IncludedPropertyFilter

public interface BPCFilter

Author:
Endeca Technologies, Inc

Method Summary
 boolean test(BasePropertyContainer bpc)
          The filter test method.
 

Method Detail

test

boolean test(BasePropertyContainer bpc)
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.