Interface ISingleAttachmentProviding
-
- All Superinterfaces:
IReferencedAttachmentList
- All Known Implementing Classes:
SingleAttachment
public interface ISingleAttachmentProviding extends IReferencedAttachmentList
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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AttachmentItem
getAttachment()
default List<AttachmentItem>
getAttachments()
Gets all attachment items pointing to the selected attachments.-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IReferencedAttachmentList
getSearchFilenamePattern, getSearchSourceTypes
-
-
-
-
Method Detail
-
getAttachment
@Nullable AttachmentItem getAttachment()
- Returns:
- The attachment item for the selected attachment.
-
getAttachments
default List<AttachmentItem> getAttachments()
Description copied from interface:IReferencedAttachmentList
Gets all attachment items pointing to the selected attachments.- Specified by:
getAttachments
in interfaceIReferencedAttachmentList
- Returns:
- All attachment items.
-
-