Interface IResolvedFileSourceAttachment
-
- All Superinterfaces:
IResolvedFileSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedFileSourceAttachment
public interface IResolvedFileSourceAttachment extends IResolvedFileSourceDetails
AIResolvedFileSourceDetails
for files obtained from an attachment of the form record.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getAttachmentFileName()
long
getAttachmentId()
default EResourceItemType
getType()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
-
-
-
Method Detail
-
getAttachmentId
long getAttachmentId()
- Returns:
- The
ID
of the attachment.
-
getType
default EResourceItemType getType()
- Specified by:
getType
in interfaceIResolvedFileSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-
-