Interface IResolvedAttachment
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 ResolvedAttachment
public interface IResolvedAttachment extends Serializable
Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentgetAttachment()IResolvedAttachmentSourceDetailsgetSourceDetails() 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -