Constructor and Description |
---|
FilterIterator(Iterator<T> tIterator,
Predicate predicate)
Deprecated.
Create a new filtered iterator based on the given
iterator . |
Modifier and Type | Field and Description |
---|---|
protected Predicate |
FilteringNodeIterator.filter |
Constructor and 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 given
iterator . |
Modifier and Type | Field and Description |
---|---|
protected Predicate |
FilterContentPackage.Content.filterList |
protected Predicate |
FilterContentPackage.FilteringIterator.includeFilter
Filter that defines which items are included
|
Modifier and Type | Method and Description |
---|---|
void |
FilterContentPackage.addContent(String[] paths,
Predicate filterList) |
void |
FilterContentPackage.addContent(String path,
Predicate filterList) |
Constructor and Description |
---|
Content(String[] paths,
Predicate filterList) |
Modifier and Type | Class and Description |
---|---|
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.
|
class |
PathPredicate
The path filter provides hierarchical filtering.
|
class |
RowPredicate
Predicate for checking whether a given object is a
Row and
optionally whether it contains a given selector. |
Modifier and Type | Field and Description |
---|---|
static Predicate |
Predicate.FALSE
Constant predicate that returns
false for all objects. |
static Predicate |
Predicate.TRUE
Constant predicate that returns
true for all objects. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Predicate |
FilteringItemVisitor.includePredicate
Predicate that defines which items are included.
|
protected Predicate |
FilteringItemVisitor.traversalPredicate
Predicate that defines which items are traversed.
|
Modifier and Type | Method and Description |
---|---|
void |
FilteringItemVisitor.setIncludePredicate(Predicate ip) |
void |
FilteringItemVisitor.setTraversalPredicate(Predicate tp) |
Modifier and Type | Method and Description |
---|---|
protected Predicate |
LuceneQueryFactory.mapConstraintToQueryAndFilter(LuceneQueryFactory.QueryPair query,
Constraint constraint,
Map<String,NodeType> selectorMap,
JackrabbitIndexSearcher searcher,
org.apache.lucene.index.IndexReader reader) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.