Class VerarbeitungWriteToFile

    • Constructor Detail

      • VerarbeitungWriteToFile

        public VerarbeitungWriteToFile()
        Deprecated.
    • Method Detail

      • getFileContent

        public String getFileContent()
        Deprecated.
        Returns:
        Content of the file. Line endings (CR, LF & LFCR) are converted to CRLF.
      • setFileContent

        public void setFileContent​(String fileContent)
        Deprecated.
        Parameters:
        fileContent - to be set
      • setExportName

        public void setExportName​(String exportName)
        Deprecated.
        Parameters:
        exportName - name of the file when exporting
      • getExportName

        public String getExportName()
        Deprecated.
        Returns:
        Name of the file when exporting
      • isAttachToFormRecord

        public boolean isAttachToFormRecord()
        Deprecated.
        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)
        Deprecated.
        Specified by:
        setAttachToFormRecord in interface IAttachableFile
        Parameters:
        attachToFormRecord - Whether files created by this file providing action are attached to the form record.