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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTriggerMethods inherited from interface 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.
-