Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream
- 
- 
Uses of AttachmentDataStream in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentDataStream Modifier and Type Method Description AttachmentDataStreamAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)Fetches the data for a given attachment version and data stream typeAttachmentDataStreamAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Fetches the specified range of data for a given attachment version and data stream typeAttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemAdapter. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemAdapter. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemV003. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)Deprecated.AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemV003. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Deprecated.AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentDataStream Modifier and Type Method Description voidFileSystemAttachmentDataDao. replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)booleanAttachmentDataFileSystem. saveAttachmentData(AttachmentRef attachment, AttachmentDataStream dataStream, boolean overwrite, org.springframework.util.unit.DataSize expectedFileSize)Save new data corresponding to the given attachment.booleanContentDirectoryStructureAttachmentDataFileSystemAdapter. saveAttachmentData(AttachmentRef attachmentVersion, AttachmentDataStream attachmentDataStream, boolean overwrite, org.springframework.util.unit.DataSize expectedFileSize)booleanContentDirectoryStructureAttachmentDataFileSystemV003. saveAttachmentData(AttachmentRef attachmentVersion, AttachmentDataStream attachmentDataStream, boolean overwrite, org.springframework.util.unit.DataSize expectedFileSize)Deprecated.booleanContentDirectoryStructureAttachmentDataFileSystemV004. saveAttachmentData(AttachmentRef attachmentVersion, AttachmentDataStream attachmentDataStream, boolean overwrite, org.springframework.util.unit.DataSize expectedFileSize)Save attachment to the file system storagevoidFileSystemAttachmentDataDao. saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)voidFileSystemAttachmentDataDao. saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream) - 
Uses of AttachmentDataStream in com.atlassian.confluence.impl.pages.attachments.objectstorage
Methods in com.atlassian.confluence.impl.pages.attachments.objectstorage that return AttachmentDataStream Modifier and Type Method Description AttachmentDataStreamObjectStorageAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamObjectStorageAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Methods in com.atlassian.confluence.impl.pages.attachments.objectstorage with parameters of type AttachmentDataStream Modifier and Type Method Description booleanObjectStorageAttachmentDataFileSystem. saveAttachmentData(AttachmentRef attachment, AttachmentDataStream attachmentDataStream, boolean overwrite, org.springframework.util.unit.DataSize expectedFileSize)Save attachment to S3 object storage - 
Uses of AttachmentDataStream in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDataStream Modifier and Type Class Description static classAttachmentDataStream.FileWrapperDeprecated.since 7.14 Usecreate(AttachmentDataStreamType, InputStreamSource)static classAttachmentDataStream.InputStreamWrapperDeprecated.since 7.14 Usecreate(AttachmentDataStreamType, InputStreamSource)static classAttachmentDataStream.RandomFileWrapperDeprecated.since 7.14 Usecreate(AttachmentDataStreamType, InputStreamSource)andlimit(RangeRequest)Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataStream Modifier and Type Method Description static AttachmentDataStreamAttachmentDataStream. create(AttachmentDataStreamType type, org.springframework.core.io.InputStreamSource inputStreamSource)AttachmentDataStreamLegacyAttachmentDataDaoSupport. getAttachmentDataStream(Attachment attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)Grabs the AttachmentData object for an AttachmentAttachmentDataStreamAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Grabs the AttachmentData object for an AttachmentAttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)Deprecated.AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Deprecated.default AttachmentDataStreamAttachmentDataStream. limit(RangeRequest range)Applies a range limit to the currentAttachmentDataStream.Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataStream Modifier and Type Method Description voidAttachmentDataDao. replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)Sets the data for attachmentvoidFileSystemAttachmentDataDao. replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)Deprecated.voidLegacyAttachmentDataDaoSupport. replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)voidAttachmentDataDao. saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)Saves data to the attachment data storevoidFileSystemAttachmentDataDao. saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)Deprecated.voidLegacyAttachmentDataDaoSupport. saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)voidAttachmentDataDao. saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)Saves data to the attachment data store, for an attachment that has been updated.voidFileSystemAttachmentDataDao. saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)Deprecated.voidLegacyAttachmentDataDaoSupport. 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 Modifier and Type Method Description AttachmentDataStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)Deprecated, for removal: This API element is subject to removal in a future version.AttachmentDataStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataStream Modifier and Type Method Description voidHibernateAttachmentDataDao. replaceDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)Deprecated, for removal: This API element is subject to removal in a future version.voidHibernateAttachmentDataDao. saveDataForAttachment(Attachment attachment, AttachmentDataStream dataStream)Deprecated, for removal: This API element is subject to removal in a future version.voidHibernateAttachmentDataDao. saveDataForAttachmentVersion(Attachment attachment, Attachment previousVersion, AttachmentDataStream dataStream)Deprecated, for removal: This API element is subject to removal in a future version. 
 -