Uses of Class
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
-
-
Uses of AttachmentDataFile in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentDataFile Modifier and Type Method Description <T extends com.atlassian.dc.filestore.api.FileStore.Path>
AttachmentDataFile<T>AttachmentV4Helper. getAttachmentDataFileV004(T basePath, AttachmentRef attachment, AttachmentDataStreamType dataStreamType)
-
Uses of AttachmentDataFile in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentDataFile Modifier and Type Method Description static AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
AttachmentDataFile. getAttachmentDataFile(com.atlassian.dc.filestore.api.compat.FilesystemPath dir, int attachmentVersion, AttachmentDataStreamType dataStreamType)
Deprecated.since 8.1.0 as it is used only in a deprecated v003 attachment formatAttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
AttachmentDataFileSystem. getAttachmentDataFile(long attachmentId, @Nullable Long containerId, @Nullable Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)
Deprecated.since 8.3.0AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
ContentDirectoryStructureAttachmentDataFileSystemAdapter. getAttachmentDataFile(long attachmentId, @Nullable Long containerId, @Nullable Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)
AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
ContentDirectoryStructureAttachmentDataFileSystemV003. getAttachmentDataFile(long attachmentId, Long containerId, @Nullable Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)
Deprecated.AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
ContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentDataFile(long attachmentId, @Nullable Long containerId, @Nullable Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)
protected AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
ContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentDataFile(AttachmentRef attachmentVersion, AttachmentDataStreamType dataStreamType)
static <T extends com.atlassian.dc.filestore.api.FileStore.Path>
AttachmentDataFile<T>AttachmentDataFile. getAttachmentDataFileV004(T basePath, long attachmentId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)
static <T extends com.atlassian.dc.filestore.api.FileStore.Path>
AttachmentDataFile<T>AttachmentDataFile. getAttachmentDataFileV004(T basePath, AttachmentRef attachment, AttachmentDataStreamType dataStreamType)
-
Uses of AttachmentDataFile in com.atlassian.confluence.impl.pages.attachments.objectstorage
Methods in com.atlassian.confluence.impl.pages.attachments.objectstorage that return AttachmentDataFile Modifier and Type Method Description AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath>
ObjectStorageAttachmentDataFileSystem. getAttachmentDataFile(long attachmentId, @Nullable Long containerId, @Nullable Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)
Deprecated.since 8.3.0
-