Interface ISingleAttachmentProviding
- All Superinterfaces:
IReferencedAttachmentList
- All Known Implementing Classes:
SingleAttachment
Interface for a POJO view model class that describes a single attachment that can be selected by the user.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<AttachmentItem>
Gets all attachment items pointing to the selected attachments.Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IReferencedAttachmentList
getSearchFilenamePattern, getSearchSourceTypes
-
Method Details
-
getAttachment
- Returns:
- The attachment item for the selected attachment.
-
getAttachments
Description copied from interface:IReferencedAttachmentList
Gets all attachment items pointing to the selected attachments.- Specified by:
getAttachments
in interfaceIReferencedAttachmentList
- Returns:
- All attachment items.
-