info.magnolia.cms.core
Interface Content.ContentFilter

All Known Implementing Classes:
CollectionPropertyHidingTransformer, CommandTransformer, CompositeFilterTransformer, Content2BeanTransformerImpl, Content2BeanUtil.DefaultClassTransformer, Content2BeanUtil.ToMapTransformer, IPSecurityManagerImpl.IPSecurityManagerTransformer, NodeTypeFilter, RuleBasedContentFilter, VoterSetTransformer
Enclosing interface:
Content

Deprecated. since 4.5 - use Predicate instead.

public static interface Content.ContentFilter

Implement this interface to be used as node filter by getChildren().


Method Summary
 boolean accept(Content content)
          Deprecated. Test if this content should be included in a resultant collection.
 

Method Detail

accept

boolean accept(Content content)
Deprecated. 
Test if this content should be included in a resultant collection.

Parameters:
content -
Returns:
if true this will be a part of collection


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.