Interface IResolvedMultiFile
-
- All Known Implementing Classes:
ResolvedMultiFile
public interface IResolvedMultiFile
Interface for the resolved files as returned byIWorkflowFileHandler.getFilesMulti(WorkflowNode, IMultiFileProviding, IFileSearchOptions)
andIWorkflowFileHandler.getFileSingle(WorkflowNode, ISingleFileProviding, IFileSearchOptions)
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getContainingDirectory()
List<IResolvedFile>
getIndividualFiles()
-
-
-
Method Detail
-
getContainingDirectory
File getContainingDirectory()
- Returns:
- A temporary directory with all the files from the given descriptor. Empty directory when no files were found.
-
getIndividualFiles
List<IResolvedFile> getIndividualFiles()
- Returns:
- A list of pairs with the original name of the file, and the file object representing the file with the data.
-
-