Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystem
-
Packages that use AttachmentDataFileSystem Package Description com.atlassian.confluence.impl.pages.attachments.filesystem -
-
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 classContentDirectoryStructureAttachmentDataFileSystemAn implementation ofAttachmentDataFileSystemwhich stores the attachment data as files on a filesystem, using the standardFileAPI.Constructors in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentDataFileSystem Constructor Description FileSystemAttachmentDataDao(AttachmentDataFileSystem fileSystem)UpdateAttachmentsOnFilesystemOnPageMoveHandler(AttachmentDataFileSystem attachmentDataFileSystem, AttachmentManager attachmentManager)
-