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

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

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

Methods in com.atlassian.confluence.pages.persistence.dao that throw AttachmentDataNotFoundException
 java.io.InputStream WebDavAttachmentDao.getAttachmentData(Attachment attachment)
           
 java.io.InputStream AttachmentDao.getAttachmentData(Attachment attachment)
          Retrieves the InputStream representing the data for attachment
 java.io.InputStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
           
 java.io.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
 java.io.InputStream AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment)
           
protected  AttachmentData HibernateAttachmentDataDao.getAttachmentDataForAttachment(Attachment attachment)
          Retrieves the attachment data object for a given attachment.
 java.io.InputStream HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.