Class FcExportToPersistenceProps

    • Constructor Detail

      • FcExportToPersistenceProps

        public FcExportToPersistenceProps()
    • Method Detail

      • getExportName

        public String getExportName()
        Returns:
        The name of the export file. When empty, a file name is generated with the extension xml.
      • 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 export file. When empty, a file name is generated with the extension xml.