Interface DataProvider

    • Method Detail

      • getPrefillData

        PrefillData getPrefillData​(DataOptions options)
                            throws FormsException
        Returns Data given the data options object. The implementations can decide which options to use and determine the correct data to be returned.
        Parameters:
        options - options for helping the implementations for returning the data.
        Returns:
        data given a set of options.
        Throws:
        FormsException