Package de.xima.fc.interfaces
Interface IAttachableFile
-
- All Known Implementing Classes:
FcCompressAsZipProps
,FcCreateTextFileProps
,FcDecodeBase64Props
,FcExportToPersistenceProps
,FcExportToXmlProps
,FcFillPdfProps
,FcFillWordProps
,FcHttpRequestProps
,FcProcessHistoryPdfProps
,FcProcessLogPdfProps
,FcProvideResourceProps
,VerarbeitungCompressAsZip
,VerarbeitungExport
,VerarbeitungExportPersistence
,VerarbeitungExterneRessource
,VerarbeitungPdf
,VerarbeitungPost
,VerarbeitungUpload
,VerarbeitungWord
,VerarbeitungWriteToFile
public interface IAttachableFile
Interface for all workflow actions that attach files
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAttachToFormRecord()
void
setAttachToFormRecord(boolean attachToFormRecord)
-
-
-
Method Detail
-
isAttachToFormRecord
boolean isAttachToFormRecord()
- Returns:
- Whether files created by this file providing action are attached to the form record.
-
setAttachToFormRecord
void setAttachToFormRecord(boolean attachToFormRecord)
- Parameters:
attachToFormRecord
- Whether files created by this file providing action are attached to the form record.
-
-