Uses of Class
com.atlassian.confluence.impl.pages.attachments.filesystem.ContentDirectoryStructureAttachmentDataFileSystemV003
-
Packages that use ContentDirectoryStructureAttachmentDataFileSystemV003 Package Description com.atlassian.confluence.impl.pages.attachments.filesystem -
-
Uses of ContentDirectoryStructureAttachmentDataFileSystemV003 in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return ContentDirectoryStructureAttachmentDataFileSystemV003 Modifier and Type Method Description static ContentDirectoryStructureAttachmentDataFileSystemV003
ContentDirectoryStructureAttachmentDataFileSystemV003. create(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue)
Deprecated.Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type ContentDirectoryStructureAttachmentDataFileSystemV003 Modifier and Type Method Description static ContentDirectoryStructureAttachmentDataFileSystemAdapter
ContentDirectoryStructureAttachmentDataFileSystemAdapter. create(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV003, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV004, ZduManager zduManager)
static AttachmentDataFileSystem
AttachmentFileStoreFactory. getInstance(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV3, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV4, com.atlassian.config.ApplicationConfiguration appConfig, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, ClusterConfigurationHelperInternal clusterConfigurationHelper, ZduManager zduManager, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
Produces instance ofAttachmentDataFileSystem
based on the defined properties.
-