Interface IResolvedFileSourceUploadElement
-
- All Superinterfaces:
IResolvedFileSourceDetails,Serializable
- All Known Implementing Classes:
ResolvedFileSourceUpload
public interface IResolvedFileSourceUploadElement extends IResolvedFileSourceDetails
AIResolvedFileSourceDetailsfor a file obtained from an upload element, submitted as a file upload by the user.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UUIDgetAttachmentUuid()default EResourceItemTypegetType()StringgetUploadElementName()-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
-
-
-
Method Detail
-
getAttachmentUuid
UUID getAttachmentUuid()
- Returns:
- UUID of the attachment containing the upload file.
-
getType
default EResourceItemType getType()
- Specified by:
getTypein interfaceIResolvedFileSourceDetails- Returns:
- The enum constant corresponding to this source type.
-
getUploadElementName
String getUploadElementName()
- Returns:
- The name of the form upload element.
-
-