Class EntityIdPredicate

    • Field Detail

      • entityIds

        @Nonnull
        @NonnullElements
        private final Set<String> entityIds
        Set of entityIDs to check for.
    • Constructor Detail

      • EntityIdPredicate

        public EntityIdPredicate​(@Nullable @ParameterName(name="ids")
                                 Collection<String> ids)
        Constructor.
        Parameters:
        ids - the entityIDs to check for
    • Method Detail

      • getEntityIds

        @Nonnull
        @NonnullElements
        @Unmodifiable
        @NotLive
        public Set<String> getEntityIds()
        Get the entityID criteria.
        Returns:
        the entityID criteria