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 TypeMethodDescriptioncopyAttachment
(T sourceAttachment, String newAttachmentName) Return reference on copied an attachment or null, if the attachment was not copied.
-
Method Details
-
copyAttachment
Return reference on copied an attachment or null, if the attachment was not copied.
-