Interface IResolvedAttachmentSourceSearch

All Superinterfaces:
IResolvedAttachmentSourceDetails, Serializable
All Known Implementing Classes:
ResolvedAttachmentSourceSearch

public interface IResolvedAttachmentSourceSearch extends IResolvedAttachmentSourceDetails
A IResolvedAttachmentSourceDetails for files obtained via a search for attachment by file name and type.
Since:
8.1.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getFileNamePattern

      String getFileNamePattern()
      Returns:
      The filename pattern that was used for the attachment search.
    • getSourceTypes

      Set<EAttachmentSource> getSourceTypes()
      Returns:
      The source types the attachment search was limited to.
    • getType

      default EAttachmentItemType getType()
      Specified by:
      getType in interface IResolvedAttachmentSourceDetails
      Returns:
      The enum constant corresponding to this source type.