Class AttachmentPersistData

    • Method Detail

      • getAttachment

        public Attachment getAttachment()
      • getOldFileName

        @Nullable
        public String getOldFileName()
      • isChanged

        public boolean isChanged()
        Returns:
        Whether the attachment was changed. When true, either a new file was uploaded or an existing attachments needs to be replaced with a new file.
      • getOriginalAttachmentUuid

        public String getOriginalAttachmentUuid()
        Returns:
        If this attachment is the result of some post-processing applied to the original attachment and, in addition, the original attachment is configured to be preserved, this property holds the UUID of the original attachment.
      • getProcessingProtocol

        public List<ProtocolEntryProcessing> getProcessingProtocol()
        Returns:
        a list protocol entries concerning upload post-processing, may be empty but not null