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.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
 InputStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
           
 InputStream AttachmentDataDao.getDataForAttachment(Attachment attachment)
          Grabs the AttachmentData object for an Attachment
 

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)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.