Class FcDecodeBase64Props

    • Constructor Detail

      • FcDecodeBase64Props

        public FcDecodeBase64Props()
    • Method Detail

      • 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.
      • getExportName

        public String getExportName()
        Returns:
        The file name of the created file with the data from the base64 string or data URI. When not given, a default is used.
      • getBase64

        public String getBase64()
        Returns:
        The base64 string or data URI to decode.
      • 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 file name of the created file with the data from the base64 string or data URI. When not given, a default is used.
      • setBase64

        public void setBase64​(String base64)
        Parameters:
        base64 - The base64 string or data URI to decode.