Interface IResolvedFile
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ResolvedFile
Represents an individual resolved file, returned by
IWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getFile
File getFile()- Returns:
- The file object representing the file with the data.
-
getOriginalFileName
String getOriginalFileName()- Returns:
- The original name of the file.
-
getSourceDetails
IResolvedFileSourceDetails getSourceDetails()- Returns:
- Details regarding where the file originated from, e.g. whether it is a file from a previous action, a file from an attachment etc.
-