Class FcProvideResourceProps

    • Constructor Detail

      • FcProvideResourceProps

        public FcProvideResourceProps()
    • Method Detail

      • getExportName

        public String getExportName()
        Returns:
        The name of the file created from the given resource.
      • getSingleFile

        public SingleFile getSingleFile()
        Returns:
        The input file that is read and written to the given getExportName().
      • isAttachToFormRecord

        public boolean isAttachToFormRecord()
        Specified by:
        isAttachToFormRecord in interface IAttachableFile
        Returns:
        Whether files created by this file providing action are attached to the form record.
      • setAttachToFormRecord

        public void setAttachToFormRecord​(boolean attachToFormRecord)
        Specified by:
        setAttachToFormRecord in interface IAttachableFile
        Parameters:
        attachToFormRecord - Whether files created by this file providing action are attached to the form record.
      • setExportName

        public void setExportName​(String exportName)
        Parameters:
        exportName - The name of the file created from the given resource.
      • setSingleFile

        public void setSingleFile​(SingleFile singleFile)
        Parameters:
        singleFile - The input file that is read and written to the given getExportName().