Class ResolvedMultiFile
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedMultiFile
- All Implemented Interfaces:
- IResolvedMultiFile,- Serializable
@Deprecated
public final class ResolvedMultiFile
extends Object
implements IResolvedMultiFile, Serializable
Deprecated.
Default POJO implementation of 
IResolvedMultiFile.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionResolvedMultiFile(File containingDirectory, List<IResolvedFile> individualFiles) Deprecated.
- 
Method Summary
- 
Constructor Details- 
ResolvedMultiFileDeprecated.- Parameters:
- containingDirectory- Value returned by- getContainingDirectory().
- individualFiles- Value returned by- getIndividualFiles().
 
 
- 
- 
Method Details- 
getContainingDirectoryDeprecated.- Specified by:
- getContainingDirectoryin interface- IResolvedMultiFile
- Returns:
- A temporary directory with all the files from the given descriptor. Empty directory when no files were found.
 
- 
getIndividualFilesDeprecated.- Specified by:
- getIndividualFilesin interface- IResolvedMultiFile
- Returns:
- A list of pairs with the original name of the file, and the file object representing the file with the data.
 
- 
emptyDeprecated.- Parameters:
- containingDirectory- Value returned by- getContainingDirectory().
- Returns:
- A new empty resolved multi file with no individual files.
 
 
- 
IWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, de.xima.fc.interfaces.workflow.execution.IReferencedFileList, IFileSearchOptions).