Interface IResolvedAttachment
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 ResolvedAttachment
Represents an individual resolved file, returned by
 
IWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Method Summary
Modifier and TypeMethodDescription 
- 
Method Details
- 
getAttachment
Attachment getAttachment()- Returns:
 - The resolved form record attachment.
 
 - 
getSourceDetails
IResolvedAttachmentSourceDetails getSourceDetails()- Returns:
 - Details regarding where the attachment originated from, e.g. whether it is an attachment from a previous node, an attachment from an upload element etc.
 
 
 -