Package com.atlassian.confluence.pages.attachments
package com.atlassian.confluence.pages.attachments
-
ClassDescriptionAn
AttachmentDaoInternal
implementation that just delegates to anotherAttachmentDaoInternal
.Provides the number of attachments on a given page.Thrown when the the size of theInputStream
received to create an attachment is different to the declared size or length of the attachment.Stores and retrievesImageDetails
via Hibernate.Implemented byAttachmentDao
s that delegate so that clients can get to the underlying implementation.Class containing the image details of a single version of anAttachment
.Data Access Object for database storage and retrieval ofImageDetails
.Calculates, stores and retrievesImageDetails
forAttachment
s.