Class UuidPredicate
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.observation.filter.UuidPredicate
-
public class UuidPredicate extends Object implements Predicate<NodeState>
A predicate for matching against a list of UUIDs. This predicate holds whenever theNodeState
passed to its apply functions has ajcr:uuid
property and the value of that property matches any of the UUIDs that has been passed to the predicate's constructor.
-
-
Constructor Summary
Constructors Constructor Description UuidPredicate(@NotNull String[] uuids)
-