Interface IResolvedAttachmentSourceUpload
- All Superinterfaces:
IResolvedAttachmentSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedAttachmentSourceUpload
A
IResolvedAttachmentSourceDetails
for an attachment obtained from an upload element, submitted as a file
upload by the user.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload
-
Method Details
-
getType
- Specified by:
getType
in interfaceIResolvedAttachmentSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-
getUploadElementName
String getUploadElementName()- Returns:
- The name of the form upload element.
-