Interface IResolvedAttachmentSourceUpload
-
- All Superinterfaces:
IResolvedAttachmentSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedAttachmentSourceUpload
public interface IResolvedAttachmentSourceUpload extends IResolvedAttachmentSourceDetails
AIResolvedAttachmentSourceDetails
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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EAttachmentItemType
getType()
String
getUploadElementName()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload
-
-
-
-
Method Detail
-
getType
default EAttachmentItemType 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.
-
-