Class 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 Detail

      • UuidPredicate

        public UuidPredicate​(@NotNull
                             @NotNull String[] uuids)
        Parameters:
        uuids - uuids