Uses of Class
com.atlassian.confluence.pages.AttachmentDataExistsException
-
Packages that use AttachmentDataExistsException Package Description com.atlassian.confluence.impl.pages.attachments com.atlassian.confluence.pages -
-
Uses of AttachmentDataExistsException in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that throw AttachmentDataExistsException Modifier and Type Method Description void
ReadThroughCachingAttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)
-
Uses of AttachmentDataExistsException in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that throw AttachmentDataExistsException Modifier and Type Method Description void
AttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)
Set the data belonging to attachmentvoid
DefaultAttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)
void
DelegatorAttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)
-