Package | Description |
---|---|
de.xima.fc.bl.fdv.file | |
de.xima.fc.bl.fdv.processing | |
de.xima.fc.interfaces.file |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
ConsumingFileHandlerImpl.getAttachmentsFromUploadElements(IUploadConsuming consuming,
Aktion action) |
File |
ConsumingFileHandlerImpl.getDirWithUploadElements(IUploadConsuming consuming,
Aktion action) |
List<File> |
ConsumingFileHandlerImpl.getFilesFromUploadElements(IUploadConsuming consuming,
Aktion action) |
Modifier and Type | Class and Description |
---|---|
class |
VerarbeitungCompressAsZip |
class |
VerarbeitungEmail |
class |
VerarbeitungInbox
Deprecated.
This action is not necessary anymore. All
IProviding actions now offer settings for attaching the
files they created to the form record. |
class |
VerarbeitungReturnFile
Verarbeitung die Dateien im Abschluss zurückliefert
|
class |
VerarbeitungSaveToFilesystem |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
IConsumingFileHandler.getAttachmentsFromUploadElements(IUploadConsuming consuming,
Aktion action)
Same as
#getAttachmentsFromUploadElements(List, Aktion, IWorkflowProcessingContext) , but takes the
arguments from the given IUploadConsuming belonging to the given action. |
File |
IConsumingFileHandler.getDirWithUploadElements(IUploadConsuming consuming,
Aktion action)
Same as
#getDirWithUploadElements(List, Aktion, IWorkflowProcessingContext) , but takes the parameters from
the given IUploadConsuming corresponding to the given action. |
List<File> |
IConsumingFileHandler.getFilesFromUploadElements(IUploadConsuming consuming,
Aktion action)
Same as
#getFilesFromUploadElements(List, Aktion, IWorkflowProcessingContext) , but takes the parameters
from the given IUploadConsuming corresponding to the given action. |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.