Class ResolvedFile
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedFile
- All Implemented Interfaces:
IResolvedFile
,Serializable
Default POJO implementation of
IResolvedFile
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFile
(String originalFileName, File file, IResolvedFileSourceDetails sourceDetails) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
ResolvedFile
Creates a new POJO with the given data.- Parameters:
file
- Value returned bygetFile()
.originalFileName
- Value returned bygetOriginalFileName()
.sourceDetails
- Value returned bygetSourceDetails()
.
-
-
Method Details
-
getFile
- Specified by:
getFile
in interfaceIResolvedFile
- Returns:
- The file object representing the file with the data.
-
getOriginalFileName
- Specified by:
getOriginalFileName
in interfaceIResolvedFile
- Returns:
- The original name of the file.
-
getSourceDetails
- Specified by:
getSourceDetails
in interfaceIResolvedFile
- 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.
-
toString
-