Class ResolvedFileSourceClientFile
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedFileSourceClientFile
- All Implemented Interfaces:
IResolvedFileSourceClientFile, IResolvedFileSourceDetails, Serializable
public final class ResolvedFileSourceClientFile
extends Object
implements IResolvedFileSourceClientFile
Default POJO implementation of
IResolvedFileSourceFormFile.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFileSourceClientFile(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 IResolvedFileSourceClientFile
getTypeMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
Constructor Details
-
ResolvedFileSourceClientFile
public ResolvedFileSourceClientFile(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 interfaceIResolvedFileSourceClientFile- Returns:
- The ID of the
MandantRessource.
-