Uses of Interface
org.apache.jackrabbit.commons.predicate.Predicate

Packages that use Predicate
org.apache.jackrabbit.commons.packaging   
org.apache.jackrabbit.commons.predicate   
org.apache.jackrabbit.commons.visitor   
 

Uses of Predicate in org.apache.jackrabbit.commons.packaging
 

Fields in org.apache.jackrabbit.commons.packaging declared as Predicate
protected  Predicate FilterContentPackage.Content.filterList
           
protected  Predicate FilterContentPackage.FilteringIterator.includeFilter
          Filter that defines which items are included
 

Methods in org.apache.jackrabbit.commons.packaging with parameters of type Predicate
 void FilterContentPackage.addContent(String[] paths, Predicate filterList)
           
 void FilterContentPackage.addContent(String path, Predicate filterList)
           
 

Constructors in org.apache.jackrabbit.commons.packaging with parameters of type Predicate
FilterContentPackage.Content(String[] paths, Predicate filterList)
           
 

Uses of Predicate in org.apache.jackrabbit.commons.predicate
 

Classes in org.apache.jackrabbit.commons.predicate that implement Predicate
 class DeclaringTypePredicate
          Filter that checks the declared type of an item
 class DepthPredicate
          Implements a filter that filters item according to their (passed) depth.
 class IsMandatoryPredicate
          IsMandatoryFilter...
 class IsNodePredicate
          Item filter that checks if an item is a node.
 class NamePredicate
          Filters items according to their names.
 class NodeTypePredicate
          Filters on the node type of a node.
 class NtFilePredicate
          The nt file item filter matches all properties that are defined my the nt:file or nt:resource nodetype. the later only, if the respective nodes name is 'jcr:content'.
 class PathPredicate
          The path filter provides hierarchical filtering.
 

Fields in org.apache.jackrabbit.commons.predicate declared as Predicate
static Predicate Predicate.TRUE
          Constant predicate that returns true for all objects.
 

Uses of Predicate in org.apache.jackrabbit.commons.visitor
 

Fields in org.apache.jackrabbit.commons.visitor declared as Predicate
protected  Predicate FilteringItemVisitor.includePredicate
          Predicate that defines which items are included.
protected  Predicate FilteringItemVisitor.traversalPredicate
          Predicate that defines which items are traversed.
 

Methods in org.apache.jackrabbit.commons.visitor with parameters of type Predicate
 void FilteringItemVisitor.setIncludePredicate(Predicate ip)
           
 void FilteringItemVisitor.setTraversalPredicate(Predicate tp)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.