Interface IMultiAttachmentProviding
-
- All Superinterfaces:
IReferencedAttachmentList
- All Known Implementing Classes:
MultiAttachment
public interface IMultiAttachmentProviding extends IReferencedAttachmentList
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAttachmentItemTypeSelected(EAttachmentItemType attachmentItemType)
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IReferencedAttachmentList
getAttachments, getSearchFilenamePattern, getSearchSourceTypes
-
-
-
-
Method Detail
-
isAttachmentItemTypeSelected
boolean isAttachmentItemTypeSelected(EAttachmentItemType attachmentItemType)
- 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
.
-
-