Class UuidPredicate
java.lang.Object
org.apache.jackrabbit.oak.plugins.observation.filter.UuidPredicate
A predicate for matching against a list of UUIDs. This predicate holds
whenever the
NodeState passed to its apply functions has a jcr:uuid
property and the value of that property matches any of the UUIDs that
has been passed to the predicate's constructor.