Interface IResolvedMultiFile
- 
- All Known Implementing Classes:
 ResolvedMultiFile
@Deprecated public interface IResolvedMultiFile
Deprecated.Implementations of this interface are returned only by deprecated methods, use non-deprecated methods instead, e.g.IWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, de.xima.fc.interfaces.workflow.execution.IReferencedFileList, IFileSearchOptions).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 Deprecated Methods Modifier and Type Method Description FilegetContainingDirectory()Deprecated.List<IResolvedFile>getIndividualFiles()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getContainingDirectory
File getContainingDirectory()
Deprecated.- Returns:
 - A temporary directory with all the files from the given descriptor. Empty directory when no files were found.
 
 
- 
getIndividualFiles
List<IResolvedFile> getIndividualFiles()
Deprecated.- Returns:
 - A list of pairs with the original name of the file, and the file object representing the file with the data.
 
 
 - 
 
 -