Interface IReferencedFileList

  • All Known Subinterfaces:
    IMultiFileProviding, ISingleFileProviding
    All Known Implementing Classes:
    MultiFile, SingleFile

    public interface IReferencedFileList
    Base interface for a POJO view model class, both for selecting a single file as well as selecting multiple files within the workflow. A single file should be treated as a file count of 1.
    Since:
    7.1.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getConnectionTimeout

        int getConnectionTimeout()
        Returns:
        a connection time-out for an external resource retrieval
      • getReadTimeout

        int getReadTimeout()
        Returns:
        a read time-out for an external resource retrieval
      • getSearchFilename

        String getSearchFilename()
        Returns:
        Pattern for searching for an attachment, if a resource item of type EResourceItemType.EXTERNAL exists. null or empty when no such resource item exists.
      • getResources

        @Nonnull
        List<ResourceItem> getResources()
        Returns:
        All resource items pointing to the the files.