Class ResolvedFileSourceFormFile
- java.lang.Object
-
- de.xima.fc.workflow.processor.model.ResolvedFileSourceFormFile
-
- All Implemented Interfaces:
IResolvedFileSourceDetails
,IResolvedFileSourceFormFile
,Serializable
public final class ResolvedFileSourceFormFile extends Object implements IResolvedFileSourceFormFile
Default POJO implementation ofIResolvedFileSourceClientFile
.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFileSourceFormFile(long fileId)
Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFileId()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceFormFile
getType
-
-
-
-
Constructor Detail
-
ResolvedFileSourceFormFile
public ResolvedFileSourceFormFile(long fileId)
Creates a new POJO instance with the given data.- Parameters:
fileId
- Value returned bygetFileId()
.
-
-
Method Detail
-
getFileId
public long getFileId()
- Specified by:
getFileId
in interfaceIResolvedFileSourceFormFile
- Returns:
- The ID of the
ProjektRessource
.
-
-