Interface IMultiAttachmentProviding
- All Superinterfaces:
IReferencedAttachmentList
- All Known Implementing Classes:
MultiAttachment
Interface for a POJO view model class that describes a list of attachments that can be selected by the user.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAttachmentItemTypeSelected
(EAttachmentItemType attachmentItemType) Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IReferencedAttachmentList
getAttachments, getSearchFilenamePattern, getSearchSourceTypes
-
Method Details
-
isAttachmentItemTypeSelected
- Parameters:
attachmentItemType
- A string that can be converted into aEAttachmentItemType
.- Returns:
true
if there is at least one element with the specified attachment item type in the list of attachments. Otherwise, returnsfalse
.
-