Class ResolvedFileSourceFormFile
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedFileSourceFormFile
- All Implemented Interfaces:
IResolvedFileSourceDetails, IResolvedFileSourceFormFile, Serializable
Default POJO implementation of
IResolvedFileSourceClientFile.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFileSourceFormFile(long fileId) Creates a new POJO instance with the given data. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTriggerMethods inherited from interface IResolvedFileSourceFormFile
getType
-
Constructor Details
-
ResolvedFileSourceFormFile
public ResolvedFileSourceFormFile(long fileId) Creates a new POJO instance with the given data.- Parameters:
fileId- Value returned bygetFileId().
-
-
Method Details
-
getFileId
public long getFileId()- Specified by:
getFileIdin interfaceIResolvedFileSourceFormFile- Returns:
- The ID of the
ProjektRessource.
-