Uses of Class
com.atlassian.confluence.pages.AttachmentDataNotFoundException
-
-
Uses of AttachmentDataNotFoundException in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that throw AttachmentDataNotFoundException Modifier and Type Method Description InputStream
FileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment)
Grabs the AttachmentData object for an AttachmentAttachmentDataStream
FileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
AttachmentDataStream
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 AttachmentDataNotFoundException Modifier and Type Method Description InputStream
AbstractDelegatingAttachmentDao. getAttachmentData(Attachment attachment)
InputStream
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 AttachmentDataNotFoundException Modifier and Type Method Description InputStream
AttachmentDao. getAttachmentData(Attachment attachment)
Retrieves the InputStream representing the data for attachmentInputStream
AttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
Retrieves the InputStream representing the specified range of data for attachmentAttachmentDataStream
LegacyAttachmentDataDaoSupport. getAttachmentDataStream(Attachment attachment, AttachmentDataStreamType dataStreamType)
InputStream
AttachmentDataDao. getDataForAttachment(Attachment attachment)
AttachmentDataStream
AttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
Grabs the AttachmentData object for an AttachmentAttachmentDataStream
AttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
Grabs the AttachmentData object for an AttachmentInputStream
FileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment)
Deprecated.AttachmentDataStream
FileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
Deprecated.AttachmentDataStream
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 AttachmentDataNotFoundException Modifier and Type Method Description InputStream
AbstractHibernateAttachmentDao. getAttachmentData(Attachment attachment)
InputStream
AbstractHibernateAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)
protected AttachmentData
HibernateAttachmentDataDao. getAttachmentDataForAttachment(Attachment attachment)
Retrieves the attachment data object for a given attachment.InputStream
HibernateAttachmentDataDao. getDataForAttachment(Attachment attachment)
AttachmentDataStream
HibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
AttachmentDataStream
HibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
-