Uses of Class
com.atlassian.confluence.pages.persistence.dao.AttachmentDataStreamType

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

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

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataStreamType
 AttachmentDataStreamType AttachmentDataStream.getType()
           
 AttachmentDataStreamType AttachmentDataStream.InputStreamWrapper.getType()
           
 AttachmentDataStreamType AttachmentDataStream.FileWrapper.getType()
           
static AttachmentDataStreamType AttachmentDataStreamType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttachmentDataStreamType[] AttachmentDataStreamType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataStreamType
protected static void LegacyAttachmentDataDaoSupport.assertIsRawBinary(AttachmentDataStreamType dataStreamType)
           
 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
 

Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataStreamType
AttachmentDataStream.FileWrapper(AttachmentDataStreamType dataStreamType, java.io.File file)
           
AttachmentDataStream.InputStreamWrapper(AttachmentDataStreamType dataStreamType, java.io.InputStream inputStream)
           
 

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

Methods in com.atlassian.confluence.pages.persistence.dao.filesystem with parameters of type AttachmentDataStreamType
 AttachmentDataStream FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
           
 

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

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataStreamType
 AttachmentDataStream HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.