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 SummaryConstructors Constructor Description ResolvedFileSourceUpload(String uploadElementName, UUID attachmentUuid)Creates a new POJO instance with the given data.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetAttachmentUuid()StringgetUploadElementName()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetailsasAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceUploadElementgetType
 
- 
 
- 
- 
- 
Constructor Detail- 
ResolvedFileSourceUploadpublic ResolvedFileSourceUpload(String uploadElementName, UUID attachmentUuid) Creates a new POJO instance with the given data.- Parameters:
- uploadElementName- Value returned by- getUploadElementName().
- attachmentUuid- Value returned by- getAttachmentUuid().
 
 
- 
 - 
Method Detail- 
getAttachmentUuidpublic UUID getAttachmentUuid() - Specified by:
- getAttachmentUuidin interface- IResolvedFileSourceUploadElement
- Returns:
- UUID of the attachment containing the upload file.
 
 - 
getUploadElementNamepublic String getUploadElementName() - Specified by:
- getUploadElementNamein interface- IResolvedFileSourceUploadElement
- Returns:
- The name of the form upload element.
 
 
- 
 
-