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 of
IResolvedFileSourceUploadElement.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFileSourceUpload(String uploadElementName, UUID attachmentUuid) Creates a new POJO instance with the given data. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNodeMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceUploadElement
getType
-
Constructor Details
-
ResolvedFileSourceUpload
Creates a new POJO instance with the given data.- Parameters:
uploadElementName- Value returned bygetUploadElementName().attachmentUuid- Value returned bygetAttachmentUuid().
-
-
Method Details
-
getAttachmentUuid
- Specified by:
getAttachmentUuidin interfaceIResolvedFileSourceUploadElement- Returns:
- UUID of the attachment containing the upload file.
-
getUploadElementName
- Specified by:
getUploadElementNamein interfaceIResolvedFileSourceUploadElement- Returns:
- The name of the form upload element.
-