Interface UpdatableWithAttachments<T extends AttachmentReference>

All Known Subinterfaces:
UpdatableDocument, UpdatableRichPage

public interface UpdatableWithAttachments<T extends AttachmentReference>
Common interface for updatable objects with attachments.
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    copyAttachment(T sourceAttachment, String newAttachmentName)
    Return reference on copied an attachment or null, if the attachment was not copied.
  • Method Details

    • copyAttachment

      @Nullable T copyAttachment(@NotNull T sourceAttachment, @NotNull String newAttachmentName)
      Return reference on copied an attachment or null, if the attachment was not copied.