Uses of Class
com.atlassian.confluence.pages.AttachmentDataNotFoundException

Packages that use AttachmentDataNotFoundException
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.filesystem   
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.attachments
 

Methods in com.atlassian.confluence.pages.attachments that throw AttachmentDataNotFoundException
 InputStream CachingAttachmentDao.getAttachmentData(Attachment attachment)
           
 

Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao that throw AttachmentDataNotFoundException
 InputStream WebDavAttachmentDao.getAttachmentData(Attachment attachment)
          Deprecated.  
 InputStream AttachmentDao.getAttachmentData(Attachment attachment)
          Retrieves the InputStream representing the data for attachment
 AttachmentDataStream LegacyAttachmentDataDaoSupport.getAttachmentDataStream(Attachment attachment, AttachmentDataStreamType dataStreamType)
           
 InputStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
          Deprecated.  
 InputStream AttachmentDataDao.getDataForAttachment(Attachment attachment)
          Deprecated. Since 5.5 Use AttachmentDataDao.getDataForAttachment(com.atlassian.confluence.pages.Attachment, AttachmentDataStreamType)
 AttachmentDataStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
          Deprecated.  
 AttachmentDataStream AttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
          Grabs the AttachmentData object for an Attachment
 

Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao.filesystem
 

Methods in com.atlassian.confluence.pages.persistence.dao.filesystem that throw AttachmentDataNotFoundException
 InputStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
          Deprecated. 
 AttachmentDataStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
           
 

Uses of AttachmentDataNotFoundException in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that throw AttachmentDataNotFoundException
 InputStream AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment)
           
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)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.