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 ContentDirectoryStructureAttachmentDataFileSystemV003ContentDirectoryStructureAttachmentDataFileSystemV003. 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 ContentDirectoryStructureAttachmentDataFileSystemAdapterContentDirectoryStructureAttachmentDataFileSystemAdapter. create(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV003, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV004, ZduManager zduManager)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.static AttachmentDataFileSystemIpdAttachmentFileStoreFactory. getInstance(ContentDirectoryStructureAttachmentDataFileSystemV003 structureV3, ContentDirectoryStructureAttachmentDataFileSystemV004 structureV4, com.atlassian.config.ApplicationConfiguration appConfig, DarkFeaturesManager darkFeaturesManager, ClusterConfigurationHelperInternal clusterConfigurationHelper, ZduManager zduManager, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, LicenseService licenseService, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry, Clock clock)
-