Class ResolvedFileSourceUpload
- java.lang.Object
-
- de.xima.fc.workflow.processor.model.ResolvedFileSourceUpload
-
- All Implemented Interfaces:
IResolvedFileSourceDetails
,IResolvedFileSourceUploadElement
,Serializable
public final class ResolvedFileSourceUpload extends Object implements IResolvedFileSourceUploadElement
Default POJO implementation ofIResolvedFileSourceUploadElement
.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFileSourceUpload(String uploadElementName, UUID attachmentUuid)
Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getAttachmentUuid()
String
getUploadElementName()
-
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, asWorkflowTrigger
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceUploadElement
getType
-
-
-
-
Constructor Detail
-
ResolvedFileSourceUpload
public ResolvedFileSourceUpload(String uploadElementName, UUID attachmentUuid)
Creates a new POJO instance with the given data.- Parameters:
uploadElementName
- Value returned bygetUploadElementName()
.attachmentUuid
- Value returned bygetAttachmentUuid()
.
-
-
Method Detail
-
getAttachmentUuid
public UUID getAttachmentUuid()
- Specified by:
getAttachmentUuid
in interfaceIResolvedFileSourceUploadElement
- Returns:
- UUID of the attachment containing the upload file.
-
getUploadElementName
public String getUploadElementName()
- Specified by:
getUploadElementName
in interfaceIResolvedFileSourceUploadElement
- Returns:
- The name of the form upload element.
-
-