Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream

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

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

Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDataStream
static class AttachmentDataStream.FileWrapper
          An AttachmentDataStream implementation that wraps a single File.
static class AttachmentDataStream.InputStreamWrapper
          An AttachmentDataStream implementation that wraps a raw InputStream.
 

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataStream
 AttachmentDataStream LegacyAttachmentDataDaoSupport.getAttachmentDataStream(Attachment attachment, AttachmentDataStreamType dataStreamType)
           
 AttachmentDataStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
          Deprecated.  
 AttachmentDataStream AttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
          Grabs the AttachmentData object for an Attachment
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataStream
 void LegacyAttachmentDataDaoSupport.replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
           
 void FileSystemAttachmentDataDao.replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
          Deprecated.  
 void AttachmentDataDao.replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
          Sets the data for attachment This method will overwrite any existing data for the attachment.
 void LegacyAttachmentDataDaoSupport.saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
           
 void FileSystemAttachmentDataDao.saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
          Deprecated.  
 void AttachmentDataDao.saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
          Saves data to the attachment data store
 void LegacyAttachmentDataDaoSupport.saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)
           
 void FileSystemAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)
          Deprecated.  
 void AttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)
          Saves data to the attachment data store, for an attachment that has been updated.
 

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

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

Methods in com.atlassian.confluence.pages.persistence.dao.filesystem with parameters of type AttachmentDataStream
 void FileSystemAttachmentDataDao.replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
           
 void FileSystemAttachmentDataDao.saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
           
 void FileSystemAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)
           
 

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

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataStream
 AttachmentDataStream HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataStream
 void HibernateAttachmentDataDao.replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
           
 void HibernateAttachmentDataDao.saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)
           
 void HibernateAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.