Uses of Class
com.atlassian.confluence.pages.AttachmentDataNotFoundException
Packages that use AttachmentDataNotFoundException
Package
Description
-
Uses of AttachmentDataNotFoundException in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that throw AttachmentDataNotFoundExceptionModifier and TypeMethodDescriptionFileSystemAttachmentDataDao.getDataForAttachment
(Attachment attachment) Grabs the AttachmentData object for an AttachmentFileSystemAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType) FileSystemAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) -
Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that throw AttachmentDataNotFoundExceptionModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.getAttachmentData
(Attachment attachment) AbstractDelegatingAttachmentDao.getAttachmentData
(Attachment attachment, Optional<RangeRequest> range) -
Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that throw AttachmentDataNotFoundExceptionModifier and TypeMethodDescriptionAttachmentDao.getAttachmentData
(Attachment attachment) Retrieves the InputStream representing the data for attachmentAttachmentDao.getAttachmentData
(Attachment attachment, Optional<RangeRequest> range) Retrieves the InputStream representing the specified range of data for attachmentLegacyAttachmentDataDaoSupport.getAttachmentDataStream
(Attachment attachment, AttachmentDataStreamType dataStreamType) AttachmentDataDao.getDataForAttachment
(Attachment attachment) Deprecated.AttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType) Grabs the AttachmentData object for an AttachmentAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Grabs the AttachmentData object for an AttachmentFileSystemAttachmentDataDao.getDataForAttachment
(Attachment attachment) Deprecated.FileSystemAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType) Deprecated.FileSystemAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Deprecated. -
Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that throw AttachmentDataNotFoundExceptionModifier and TypeMethodDescriptionAbstractHibernateAttachmentDao.getAttachmentData
(Attachment attachment) AbstractHibernateAttachmentDao.getAttachmentData
(Attachment attachment, Optional<RangeRequest> range) protected AttachmentData
HibernateAttachmentDataDao.getAttachmentDataForAttachment
(Attachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the attachment data object for a given attachment.HibernateAttachmentDataDao.getDataForAttachment
(Attachment attachment) Deprecated, for removal: This API element is subject to removal in a future version.HibernateAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType) Deprecated, for removal: This API element is subject to removal in a future version.HibernateAttachmentDataDao.getDataForAttachment
(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range) Deprecated, for removal: This API element is subject to removal in a future version.
AttachmentDataDao.getDataForAttachment(com.atlassian.confluence.pages.Attachment, AttachmentDataStreamType)