java.lang.Object
org.apache.jackrabbit.oak.plugins.observation.filter.UuidPredicate
All Implemented Interfaces:
Predicate<NodeState>

public class UuidPredicate extends Object implements Predicate<NodeState>
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.
  • Constructor Details

    • UuidPredicate

      public UuidPredicate(@NotNull @NotNull String[] uuids)
      Parameters:
      uuids - uuids
  • Method Details