Uses of Class
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
-
-
Uses of AttachmentDataStorageLocationResolver in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type AttachmentDataStorageLocationResolver Modifier and Type Method Description void
AttachmentV3toV4MigrationAction. setAttachmentDirectoryLocationResolverV003(AttachmentDataStorageLocationResolver attachmentDirectoryLocationResolverV003)
-
Uses of AttachmentDataStorageLocationResolver in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentDataStorageLocationResolver Modifier and Type Method Description static ContentDirectoryStructureAttachmentDataFileSystemV003
ContentDirectoryStructureAttachmentDataFileSystemV003. create(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue)
Deprecated.static ContentDirectoryStructureAttachmentDataFileSystemV004
ContentDirectoryStructureAttachmentDataFileSystemV004. create(AttachmentDataStorageLocationResolver rootDir)
-
Uses of AttachmentDataStorageLocationResolver in com.atlassian.confluence.upgrade
Constructors in com.atlassian.confluence.upgrade with parameters of type AttachmentDataStorageLocationResolver 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)
-