Interface DynamicValueProvider

    • Method Detail

      • getDefaultValues

        default DefaultValue[] getDefaultValues()
        Returns an array of DefaultValue objects for a prompt field. Will never return null.
        Returns:
        an array of DefaultValue objects for a prompt field. Will never return null.
        Since:
        7.6
      • getDefaultValues

        void getDefaultValues​(java.util.function.Function<DefaultValue,​java.lang.Boolean> func)
        Query the DefaultValue objects for a prompt field. Its stops if the function return false.
        Parameters:
        func - the function to use to compute the value
        Since:
        19.0