Package de.xima.fc.interfaces
Interface IAttachableFile
-
- All Known Implementing Classes:
VerarbeitungCompressAsZip
,VerarbeitungExport
,VerarbeitungExportPersistence
,VerarbeitungExterneRessource
,VerarbeitungPdf
,VerarbeitungPost
,VerarbeitungUpload
,VerarbeitungWord
,VerarbeitungWriteToFile
@Deprecated public interface IAttachableFile
Deprecated.This is part of the old workflow engine. For the new workflow engine, just add the required fields to your properties model and use the methods provided by the workflow execution context to attach the files to the form record.Interface for all workflow actions that can attach files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isAttachToFormRecord()
Deprecated.void
setAttachToFormRecord(boolean attachToFormRecord)
Deprecated.
-
-
-
Method Detail
-
isAttachToFormRecord
boolean isAttachToFormRecord()
Deprecated.- Returns:
- Whether files created by this file providing action are attached to the form record.
-
setAttachToFormRecord
void setAttachToFormRecord(boolean attachToFormRecord)
Deprecated.- Parameters:
attachToFormRecord
- Whether files created by this file providing action are attached to the form record.
-
-