com.endeca.portal.attributes
Class SemanticViewManager.GroupAllFilter

java.lang.Object
  extended by com.endeca.portal.attributes.SemanticViewManager.GroupAllFilter
All Implemented Interfaces:
BPCFilter
Enclosing class:
SemanticViewManager

public static class SemanticViewManager.GroupAllFilter
extends java.lang.Object
implements BPCFilter

Nested class implementation of a filter that removes group named 'all'


Constructor Summary
SemanticViewManager.GroupAllFilter()
           
 
Method Summary
 boolean test(BasePropertyContainer bpc)
          The filter test method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticViewManager.GroupAllFilter

public SemanticViewManager.GroupAllFilter()
Method Detail

test

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

Specified by:
test in interface BPCFilter
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.