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 voidReadThroughCachingAttachmentManager. 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 voidAttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)Set the data belonging to attachmentvoidDefaultAttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)voidDelegatorAttachmentManager. setAttachmentData(Attachment attachment, InputStream attachmentData)
-