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 InputStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment)Grabs the AttachmentData object for an AttachmentAttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamFileSystemAttachmentDataDao. 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 InputStreamAbstractDelegatingAttachmentDao. getAttachmentData(Attachment attachment)InputStreamAbstractDelegatingAttachmentDao. 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 InputStreamAttachmentDao. getAttachmentData(Attachment attachment)Retrieves the InputStream representing the data for attachmentInputStreamAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)Retrieves the InputStream representing the specified range of data for attachmentAttachmentDataStreamLegacyAttachmentDataDaoSupport. getAttachmentDataStream(Attachment attachment, AttachmentDataStreamType dataStreamType)InputStreamAttachmentDataDao. getDataForAttachment(Attachment attachment)AttachmentDataStreamAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)Grabs the AttachmentData object for an AttachmentAttachmentDataStreamAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Grabs the AttachmentData object for an AttachmentInputStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment)Deprecated.AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)Deprecated.AttachmentDataStreamFileSystemAttachmentDataDao. 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 InputStreamAbstractHibernateAttachmentDao. getAttachmentData(Attachment attachment)InputStreamAbstractHibernateAttachmentDao. getAttachmentData(Attachment attachment, Optional<RangeRequest> range)protected AttachmentDataHibernateAttachmentDataDao. 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.InputStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment)Deprecated, for removal: This API element is subject to removal in a future version.AttachmentDataStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)Deprecated, for removal: This API element is subject to removal in a future version.AttachmentDataStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Deprecated, for removal: This API element is subject to removal in a future version.
-