Uses of Class
com.atlassian.confluence.pages.persistence.dao.AttachmentDataStreamType
-
-
Uses of AttachmentDataStreamType in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentDataStreamType Modifier and Type Method Description voidAttachmentDataFileSystem. deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container contentEntity, AttachmentDataStreamType dataStreamType)Delete the data of the specified stream type corresponding to a single attachment versionvoidContentDirectoryStructureAttachmentDataFileSystem. deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType)voidObjectStorageAttachmentDataFileSystem. deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container contentEntity, AttachmentDataStreamType dataStreamType)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 typeAttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamContentDirectoryStructureAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)AttachmentDataStreamObjectStorageAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamObjectStorageAttachmentDataFileSystem. getAttachmentData(AttachmentRef attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)static AttachmentDataFileAttachmentDataFile. getAttachmentDataFile(com.atlassian.dc.filestore.api.compat.FilesystemPath dir, int attachmentVersion, AttachmentDataStreamType dataStreamType)AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamFileSystemAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)voidFileSystemAttachmentDataDao. removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType) -
Uses of AttachmentDataStreamType in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataStreamType Modifier and Type Method Description AttachmentDataStreamTypeAttachmentDataStream.FileWrapper. getType()Deprecated.AttachmentDataStreamTypeAttachmentDataStream. getType()AttachmentDataStreamTypeAttachmentDataStream.InputStreamWrapper. getType()Deprecated.AttachmentDataStreamTypeAttachmentDataStream.RandomFileWrapper. getType()Deprecated.static AttachmentDataStreamTypeAttachmentDataStreamType. valueOf(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 Modifier and Type Method Description protected static voidLegacyAttachmentDataDaoSupport. assertIsRawBinary(AttachmentDataStreamType dataStreamType)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.voidAttachmentDataDao. removeDataForAttachmentVersion(Attachment attachmentVersion, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType)Removes the attachment data of the specific stream type for the given attachment version.voidFileSystemAttachmentDataDao. removeDataForAttachmentVersion(Attachment attachment, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType)Deprecated.Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataStreamType Constructor Description FileWrapper(AttachmentDataStreamType dataStreamType, File file)Deprecated.InputStreamWrapper(AttachmentDataStreamType dataStreamType, InputStream inputStream)Deprecated.RandomFileWrapper(AttachmentDataStreamType dataStreamType, File file, RangeRequest range)Deprecated. -
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 Modifier and Type Method Description AttachmentDataStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType)AttachmentDataStreamHibernateAttachmentDataDao. getDataForAttachment(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)voidHibernateAttachmentDataDao. removeDataForAttachmentVersion(Attachment attachmentVersion, ContentEntityObject originalContent, AttachmentDataStreamType dataStreamType)
-