Class PropertyPredicate
java.lang.Object
org.apache.jackrabbit.oak.plugins.observation.filter.PropertyPredicate
Predicate on property values. This property holds if and only if
the node has a property of the given
name
and the given
propertyPredicate
holds on that property.-
Constructor Summary
ConstructorsConstructorDescriptionPropertyPredicate
(@NotNull String name, @NotNull Predicate<PropertyState> propertyPredicate) -
Method Summary
-
Constructor Details
-
PropertyPredicate
public PropertyPredicate(@NotNull @NotNull String name, @NotNull @NotNull Predicate<PropertyState> propertyPredicate) - Parameters:
name
- name of the propertypropertyPredicate
- predicate on the named property
-
-
Method Details