Interface IResolvedAttachmentSourceUpload
- 
- All Superinterfaces:
 IResolvedAttachmentSourceDetails,Serializable
- All Known Implementing Classes:
 ResolvedAttachmentSourceUpload
public interface IResolvedAttachmentSourceUpload extends IResolvedAttachmentSourceDetails
AIResolvedAttachmentSourceDetailsfor 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 EAttachmentItemTypegetType()StringgetUploadElementName()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getType
default EAttachmentItemType getType()
- Specified by:
 getTypein interfaceIResolvedAttachmentSourceDetails- Returns:
 - The enum constant corresponding to this source type.
 
 
- 
getUploadElementName
String getUploadElementName()
- Returns:
 - The name of the form upload element.
 
 
 - 
 
 -