Class DocumentFileCompress


  • public class DocumentFileCompress
    extends Object
    Contains the instructions for creating the new archive document and the documents to be added to the archive.
    • Constructor Detail

      • DocumentFileCompress

        public DocumentFileCompress()
    • Method Detail

      • getArchiveFileName

        @Nullable
        public @Nullable String getArchiveFileName()
        Sets the file name for the archive document.
        Returns:
        archiveFileName
      • setArchiveFileName

        public void setArchiveFileName​(String archiveFileName)
      • getDocumentIdList

        @Nullable
        public @Nullable List<String> getDocumentIdList()
        Sets the list of `documentId`s to be added to the archive document.
        Returns:
        documentIdList
      • setDocumentIdList

        public void setDocumentIdList​(List<String> documentIdList)
      • getFileFilter

        @Nullable
        public @Nullable DocumentFileFilter getFileFilter()
        Get fileFilter
        Returns:
        fileFilter
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object