Uses of Interface
org.apache.jackrabbit.commons.predicate.Predicate
-
-
Uses of Predicate in org.apache.jackrabbit.commons.flat
Constructors in org.apache.jackrabbit.commons.flat with parameters of type Predicate Constructor Description FilterIterator(Iterator<T> tIterator, Predicate predicate)
Deprecated.Create a new filtered iterator based on the giveniterator
. -
Uses of Predicate in org.apache.jackrabbit.commons.iterator
Fields in org.apache.jackrabbit.commons.iterator declared as Predicate Modifier and Type Field Description protected Predicate
FilteringNodeIterator. filter
Constructors in org.apache.jackrabbit.commons.iterator with parameters of type Predicate Constructor Description FilteredRangeIterator(Iterator<?> iterator, Predicate predicate)
Creates a new filtered iterator with the default pre-fetch buffer size.FilteredRangeIterator(Iterator<?> iterator, Predicate predicate, int bufferSize)
Creates a new filtered iterator.FilteringNodeIterator(NodeIterator base, Predicate filter)
FilterIterator(Iterator<T> iterator, Predicate predicate)
Create a new filtered iterator based on the giveniterator
. -
Uses of Predicate in org.apache.jackrabbit.commons.packaging
Fields in org.apache.jackrabbit.commons.packaging declared as Predicate Modifier and Type Field Description protected Predicate
FilterContentPackage.Content. filterList
protected Predicate
FilterContentPackage.FilteringIterator. includeFilter
Filter that defines which items are includedMethods in org.apache.jackrabbit.commons.packaging with parameters of type Predicate Modifier and Type Method Description 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 Constructor Description Content(String[] paths, Predicate filterList)
-
Uses of Predicate in org.apache.jackrabbit.commons.predicate
Classes in org.apache.jackrabbit.commons.predicate that implement Predicate Modifier and Type Class Description class
DeclaringTypePredicate
Filter that checks the declared type of an itemclass
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.class
PathPredicate
The path filter provides hierarchical filtering.class
RowPredicate
Predicate for checking whether a given object is aRow
and optionally whether it contains a given selector.Fields in org.apache.jackrabbit.commons.predicate declared as Predicate Modifier and Type Field Description static Predicate
Predicate. FALSE
Constant predicate that returnsfalse
for all objects.static Predicate
Predicate. TRUE
Constant predicate that returnstrue
for all objects.Methods in org.apache.jackrabbit.commons.predicate that return Predicate Modifier and Type Method Description static Predicate
Predicates. and(Predicate... predicates)
Creates an AND predicate over all the given component predicates.static Predicate
Predicates. not(Predicate predicate)
Creates a NOT predicate for the given component predicate.static Predicate
Predicates. or(Predicate... predicates)
Creates an OR predicate over all the given component predicates.Methods in org.apache.jackrabbit.commons.predicate with parameters of type Predicate Modifier and Type Method Description static Predicate
Predicates. and(Predicate... predicates)
Creates an AND predicate over all the given component predicates.static Predicate
Predicates. not(Predicate predicate)
Creates a NOT predicate for the given component predicate.static Predicate
Predicates. or(Predicate... predicates)
Creates an OR predicate over all the given component predicates. -
Uses of Predicate in org.apache.jackrabbit.commons.visitor
Fields in org.apache.jackrabbit.commons.visitor declared as Predicate Modifier and Type Field Description 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 Modifier and Type Method Description void
FilteringItemVisitor. setIncludePredicate(Predicate ip)
void
FilteringItemVisitor. setTraversalPredicate(Predicate tp)
-
Uses of Predicate in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that return Predicate Modifier and Type Method Description protected Predicate
LuceneQueryFactory. mapConstraintToQueryAndFilter(LuceneQueryFactory.QueryPair query, Constraint constraint, Map<String,NodeType> selectorMap, JackrabbitIndexSearcher searcher, IndexReader reader)
-