Uses of Class
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataStorageLocationResolver
Packages that use AttachmentDataStorageLocationResolver
Package
Description
-
Uses of AttachmentDataStorageLocationResolver in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type AttachmentDataStorageLocationResolverModifier and TypeMethodDescriptionvoid
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 AttachmentDataStorageLocationResolverModifier and TypeMethodDescriptionContentDirectoryStructureAttachmentDataFileSystemV003.create
(AttachmentDataStorageLocationResolver rootDir, DeferredFileDeletionQueue deferredFileDeletionQueue) Deprecated.ContentDirectoryStructureAttachmentDataFileSystemV004.create
(AttachmentDataStorageLocationResolver rootDir) -
Uses of AttachmentDataStorageLocationResolver in com.atlassian.confluence.upgrade
Constructors in com.atlassian.confluence.upgrade with parameters of type AttachmentDataStorageLocationResolverModifierConstructorDescriptionAttachmentMigratorToV4
(AttachmentDataStorageLocationResolver v3LocationResolver, AttachmentDataFileSystem attachmentDataFileSystemV4, com.atlassian.event.api.EventPublisher eventPublisher) AttachmentMigratorToV4
(AttachmentDataStorageLocationResolver locationResolver, AttachmentDataFileSystem attachmentDataFileSystemV4, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentMigratorToV4Reporter reporter)