Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystemInternals
-
-
Uses of AttachmentDataFileSystemInternals in com.atlassian.confluence.impl.backuprestore.backup.container
Constructors in com.atlassian.confluence.impl.backuprestore.backup.container with parameters of type AttachmentDataFileSystemInternals Constructor Description BackupContainerWriterFactoryImpl(@NotNull ConfluenceDirectories confluenceDirectories, @NotNull ExportFileNameGenerator exportFileNameGenerator, @NotNull AttachmentDataFileSystemInternals localAttachmentDataFileSystem, @NotNull BackupRestoreProviderManager backupRestoreProviderManager)
XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystemInternals localAttachmentDataFileSystem, PluginDataWriter pluginWriter)
XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystemInternals localAttachmentDataFileSystem, PluginDataWriter pluginWriter, Instant currentTime)
-
Uses of AttachmentDataFileSystemInternals in com.atlassian.confluence.impl.pages.attachments.filesystem
Classes in com.atlassian.confluence.impl.pages.attachments.filesystem that implement AttachmentDataFileSystemInternals Modifier and Type Class Description class
ContentDirectoryStructureAttachmentDataFileSystemAdapter
The purpose of this adapter is to switch between different attachment storage structures implementationsAttachmentDataFileSystem
.class
ContentDirectoryStructureAttachmentDataFileSystemV003
Deprecated.since 8.1.0.class
ContentDirectoryStructureAttachmentDataFileSystemV004
An implementation ofAttachmentDataFileSystem
which stores the attachment data as files on a filesystem, using the standardFile
API.class
ObjectStorageAttachmentDataFileSystem
An implementation ofAttachmentDataFileSystem
which stores the attachment data in an object storage service (for example S3), using theFileStore.Path
API. -
Uses of AttachmentDataFileSystemInternals in com.atlassian.confluence.schedule.jobs.filedeletion
Constructors in com.atlassian.confluence.schedule.jobs.filedeletion with parameters of type AttachmentDataFileSystemInternals Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemInternals attachmentDataFileSystemInternals)
-