Class FilteringIterator.DynamicValuePredicate<T>

    • Constructor Detail

      • DynamicValuePredicate

        public DynamicValuePredicate​(sailpoint.api.SailPointContext context,
                                     sailpoint.object.DynamicValue dynamicValue)
      • DynamicValuePredicate

        public DynamicValuePredicate​(sailpoint.api.SailPointContext context,
                                     sailpoint.object.Script dynamicScript)
    • Method Detail

      • test

        public boolean test​(T t)
        Returns true if the input item causes the DynamicValue or Script to return a value mapped to true.
        Specified by:
        test in interface Predicate<T>
        Parameters:
        t - The input item to test
        Returns:
        True if the script evaluates to true