Uses of Interface
de.xima.fc.interfaces.IUploadConsuming
-
Packages that use IUploadConsuming Package Description de.xima.fc.bl.fdv.file de.xima.fc.bl.fdv.processing de.xima.fc.interfaces.file de.xima.fc.interfaces.workflow.execution -
-
Uses of IUploadConsuming in de.xima.fc.bl.fdv.file
Methods in de.xima.fc.bl.fdv.file with parameters of type IUploadConsuming Modifier and Type Method Description List<Attachment>
ConsumingFileHandlerImpl. getAttachmentsFromUploadElements(IUploadConsuming consuming, Aktion action)
File
ConsumingFileHandlerImpl. getDirWithUploadElements(IUploadConsuming consuming, Aktion action)
List<File>
ConsumingFileHandlerImpl. getFilesFromUploadElements(IUploadConsuming consuming, Aktion action)
-
Uses of IUploadConsuming in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement IUploadConsuming Modifier and Type Class Description class
VerarbeitungCompressAsZip
class
VerarbeitungEmail
class
VerarbeitungInbox
Deprecated.This action is not necessary anymore.class
VerarbeitungReturnFile
Verarbeitung die Dateien im Abschluss zurückliefertclass
VerarbeitungSaveToFilesystem
-
Uses of IUploadConsuming in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file with parameters of type IUploadConsuming Modifier and Type Method Description List<Attachment>
IConsumingFileHandler. getAttachmentsFromUploadElements(IUploadConsuming consuming, Aktion action)
Same asIConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion)
, but takes the arguments from the givenIUploadConsuming
belonging to the given action.File
IConsumingFileHandler. getDirWithUploadElements(IUploadConsuming consuming, Aktion action)
Same asIConsumingFileHandler.getDirWithUploadElements(IUploadConsuming, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action.List<File>
IConsumingFileHandler. getFilesFromUploadElements(IUploadConsuming consuming, Aktion action)
Same asIConsumingFileHandler.getFilesFromUploadElements(List, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action. -
Uses of IUploadConsuming in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IUploadConsuming Modifier and Type Method Description default List<IResolvedFile>
IWorkflowFileHandler. getFilesFromUploadElements(IUploadConsuming consuming)
Same asIWorkflowFileHandler.getFilesFromUploadElements(List)
, but takes the parameters from the givenIUploadConsuming
corresponding.
-