Class FormsPortalDraftDataProviderImpl

    • Constructor Detail

      • FormsPortalDraftDataProviderImpl

        public FormsPortalDraftDataProviderImpl()
    • Method Detail

      • getPrefillData

        public PrefillData getPrefillData​(DataOptions options)
                                   throws FormsException
        Description copied from interface: DataProvider
        Returns Data given the data options object. The implementations can decide which options to use and determine the correct data to be returned.
        Specified by:
        getPrefillData in interface DataProvider
        Parameters:
        options - options for helping the implementations for returning the data.
        Returns:
        data given a set of options.
        Throws:
        FormsException
      • getServiceDescription

        public java.lang.String getServiceDescription()
        Description copied from interface: DataProviderBase
        Description of the Service to be shown in the Dropdown where service selection is shown.
        Specified by:
        getServiceDescription in interface DataProviderBase
        Returns:
        service description
      • getServiceName

        public java.lang.String getServiceName()
        Description copied from interface: DataProviderBase
        Returns the name of the service that can be used in the SERVICE protocol. i.e. service:///path
        Specified by:
        getServiceName in interface DataProviderBase
        Returns:
        service name