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().
      • setAttachToFormRecord

        public void setAttachToFormRecord​(boolean attachToFormRecord)
        Parameters:
        attachToFormRecord - Whether files created by the workflow node 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().