Class MultiAttachment

    • Constructor Detail

      • MultiAttachment

        public MultiAttachment()
    • Method Detail

      • setAttachments

        public void setAttachments​(List<AttachmentItem> attachments)
        Sets all attachment items pointing to the selected attachments.
        Parameters:
        attachments - All attachment items.
      • setSearchFilenamePattern

        public void setSearchFilenamePattern​(String searchFilenamePattern)
        Sets the pattern for searching for an attachment, if an attachment item of type * SEARCH exists. null or empty when no such attachment item exists.
        Parameters:
        searchFilenamePattern - Search pattern for the attachment search.
      • setSearchSourceTypes

        public void setSearchSourceTypes​(List<EAttachmentSource> searchSourceTypes)
        Sets the attachment source types to which to limit the search for attachments when an attachment item of type SEARCH is selected.
        Parameters:
        searchSourceTypes - Attachment sources to which to limit the search.