Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
-
-
Uses of AttachmentDataFileSystem in com.atlassian.confluence.impl.backuprestore.backup.container
Constructors in com.atlassian.confluence.impl.backuprestore.backup.container with parameters of type AttachmentDataFileSystem Constructor Description BackupContainerWriterFactoryImpl(@NonNull ConfluenceDirectories confluenceDirectories, @NonNull AttachmentDataFileSystem attachmentDataFileSystem, @NonNull AttachmentDaoInternal attachmentDaoInternal)XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystem attachmentDataFileSystem, PluginDataWriter pluginWriter, AttachmentDaoInternal attachmentDaoInternal)XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystem attachmentDataFileSystem, PluginDataWriter pluginWriter, AttachmentDaoInternal attachmentDaoInternal, Instant currentTime) -
Uses of AttachmentDataFileSystem in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type AttachmentDataFileSystem Constructor Description ImportedObjectsDispatcherFactory(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal) -
Uses of AttachmentDataFileSystem in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type AttachmentDataFileSystem Constructor Description AttachmentsPersister(AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDao, IdMapper idMapper, Callable<ZipFile> zipFile, Boolean backupAttachments) -
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.Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentDataFileSystem Modifier and Type Method Description static AttachmentDataFileSystemAttachmentFileStoreFactory. getInstance(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV3, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV4, com.atlassian.config.ApplicationConfiguration appConfig, DarkFeaturesManager darkFeaturesManager, ClusterConfigurationHelperInternal clusterConfigurationHelper, ZduManager zduManager, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, LicenseService licenseService)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) -
Uses of AttachmentDataFileSystem in com.atlassian.confluence.impl.pages.attachments.objectstorage
Classes in com.atlassian.confluence.impl.pages.attachments.objectstorage that implement AttachmentDataFileSystem Modifier and Type Class Description classObjectStorageAttachmentDataFileSystemAn implementation ofAttachmentDataFileSystemwhich stores the attachment data in an object storage service (for example AWS S3), using theFileStore.PathAPI. -
Uses of AttachmentDataFileSystem in com.atlassian.confluence.upgrade
Constructors in com.atlassian.confluence.upgrade with parameters of type AttachmentDataFileSystem Constructor Description AttachmentMigratorToV4(AttachmentDataStorageLocationResolver v3LocationResolver, AttachmentDataFileSystem attachmentDataFileSystemV4, com.atlassian.event.api.EventPublisher eventPublisher)AttachmentMigratorToV4(AttachmentDataStorageLocationResolver locationResolver, AttachmentDataFileSystem attachmentDataFileSystemV4, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentMigratorToV4Reporter reporter)
-