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 Details

    • isAttachmentItemTypeSelected

      boolean isAttachmentItemTypeSelected(EAttachmentItemType attachmentItemType)
      Parameters:
      attachmentItemType - A string that can be converted into a EAttachmentItemType.
      Returns:
      true if there is at least one element with the specified attachment item type in the list of attachments. Otherwise, returns false.