Uses of Class
info.magnolia.jcr.predicate.AbstractPredicate

Packages that use AbstractPredicate
info.magnolia.jcr.decoration   
info.magnolia.jcr.iterator   
info.magnolia.jcr.predicate   
info.magnolia.jcr.util   
info.magnolia.jcr.wrapper   
 

Uses of AbstractPredicate in info.magnolia.jcr.decoration
 

Constructors in info.magnolia.jcr.decoration with parameters of type AbstractPredicate
NodePredicateContentDecorator(AbstractPredicate<javax.jcr.Node> nodePredicate)
           
 

Uses of AbstractPredicate in info.magnolia.jcr.iterator
 

Constructors in info.magnolia.jcr.iterator with parameters of type AbstractPredicate
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator, AbstractPredicate<javax.jcr.Node> predicate)
           
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator, AbstractPredicate<javax.jcr.Node> predicate, NodeWrapperFactory wrapperFactory)
           
FilteringPropertyIterator(javax.jcr.PropertyIterator propertyIterator, AbstractPredicate<javax.jcr.Property> predicate)
           
FilteringPropertyIterator(javax.jcr.PropertyIterator propertyIterator, AbstractPredicate predicate, PropertyWrapperFactory wrapperFactory)
           
 

Uses of AbstractPredicate in info.magnolia.jcr.predicate
 

Subclasses of AbstractPredicate in info.magnolia.jcr.predicate
 class DuplicateNodePredicate
          Predicate filtering based on the previous appearance of the node.
 class JCRMgnlPropertyHidingPredicate
          Simple predicate implementation hiding all jcr and mgnl properties.
 class JCRPropertyHidingPredicate
          Simple predicate implementation hiding all jcr properties.
 class NodeTypeParentPredicate
          Predicate filtering based on the primary type of the node.
 class NodeTypePredicate
          Predicate filtering based on the primary type of the node.
 class RuleBasedNodePredicate
          A ContentFilter using a Rule.
 

Uses of AbstractPredicate in info.magnolia.jcr.util
 

Fields in info.magnolia.jcr.util declared as AbstractPredicate
static AbstractPredicate<javax.jcr.Node> NodeUtil.EXCLUDE_META_DATA_FILTER
          Node filter accepting everything except meta data and jcr types.
static AbstractPredicate<javax.jcr.Node> NodeUtil.MAGNOLIA_FILTER
          Node filter accepting all nodes of a type with namespace mgnl.
 

Uses of AbstractPredicate in info.magnolia.jcr.wrapper
 

Constructors in info.magnolia.jcr.wrapper with parameters of type AbstractPredicate
ChildFilteringNodeWrapper(javax.jcr.Node wrapped, AbstractPredicate<javax.jcr.Node> predicate)
           
ChildFilteringNodeWrapper(javax.jcr.Node wrapped, AbstractPredicate<javax.jcr.Node> predicate, boolean filterDescendants)
           
InheritanceNodeWrapper(javax.jcr.Node node, AbstractPredicate<javax.jcr.Node> filter)
           
InheritanceNodeWrapper(javax.jcr.Node node, javax.jcr.Node start, AbstractPredicate<javax.jcr.Node> filter)
           
PropertyFilteringNodeWrapper(javax.jcr.Node wrapped, AbstractPredicate<javax.jcr.Property> predicate)
           
 



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