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 IAttachableFileInterface for all workflow actions that attach files 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAttachToFormRecord()voidsetAttachToFormRecord(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.
 
 - 
 
 -