Package org.apache.jackrabbit.commons.predicate

Interface Summary
Predicate Interface for object predicates, i.e. functions that evalute a given object to a boolean value.
 

Class Summary
DeclaringTypePredicate Filter that checks the declared type of an item
DepthPredicate Implements a filter that filters item according to their (passed) depth.
IsMandatoryPredicate IsMandatoryFilter...
IsNodePredicate Item filter that checks if an item is a node.
NamePredicate Filters items according to their names.
NodeTypePredicate Filters on the node type of a node.
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'.
PathPredicate The path filter provides hierarchical filtering.
 



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