Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
-
Packages that use AttachmentDataFileSystem Package Description com.atlassian.confluence.impl.pages.attachments.filesystem -
-
Uses of AttachmentDataFileSystem in com.atlassian.confluence.impl.pages.attachments.filesystem
Classes in com.atlassian.confluence.impl.pages.attachments.filesystem that implement AttachmentDataFileSystem Modifier and Type Class Description classContentDirectoryStructureAttachmentDataFileSystemAdapterThe purpose of this adapter is to switch between different attachment storage structures implementationsAttachmentDataFileSystem.classContentDirectoryStructureAttachmentDataFileSystemV003Deprecated.since 8.1.0.classContentDirectoryStructureAttachmentDataFileSystemV004An implementation ofAttachmentDataFileSystemwhich stores the attachment data as files on a filesystem, using the standardFileAPI.classObjectStorageAttachmentDataFileSystemAn implementation ofAttachmentDataFileSystemwhich stores the attachment data in an object storage service (for example S3), using theFileStore.PathAPI.Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentDataFileSystem Modifier and Type Method Description static AttachmentDataFileSystemAttachmentFileStoreFactory. getInstance(AttachmentDataStorageLocationResolver rootDirV003, AttachmentDataStorageLocationResolver rootDirV004, DeferredFileDeletionQueue deferredFileDeletionQueue, com.atlassian.config.ApplicationConfiguration appConfig, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager)Produces instance ofAttachmentDataFileSystembased on the defined properties.Constructors in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentDataFileSystem Constructor Description FileSystemAttachmentDataDao(AttachmentDataFileSystem fileSystem)UpdateAttachmentsOnFilesystemOnPageMoveHandler(AttachmentDataFileSystem attachmentDataFileSystem, AttachmentManager attachmentManager)
-