Class RowPredicate
java.lang.Object
org.apache.jackrabbit.commons.predicate.RowPredicate
- All Implemented Interfaces:
Predicate
Predicate for checking whether a given object is a
Row and
optionally whether it contains a given selector. Subclasses can extend
this class to provide more complex checking of the row or the selected
node.- Since:
- Apache Jackrabbit 2.2
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a row predicate.RowPredicate(String selectorName) Creates a row predicate that checks the existence of the given selector (if given). -
Method Summary
-
Constructor Details
-
RowPredicate
Creates a row predicate that checks the existence of the given selector (if given).- Parameters:
selectorName- selector name, ornull
-
RowPredicate
public RowPredicate()Creates a row predicate.
-
-
Method Details