Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFileSystemInternals
-
-
Uses of AttachmentDataFileSystemInternals in com.atlassian.confluence.impl.pages.attachments.filesystem
Classes in com.atlassian.confluence.impl.pages.attachments.filesystem that implement AttachmentDataFileSystemInternals Modifier and Type Class Description classContentDirectoryStructureAttachmentDataFileSystemAn implementation ofAttachmentDataFileSystemwhich stores the attachment data as files on a filesystem, using the standardFileAPI. -
Uses of AttachmentDataFileSystemInternals in com.atlassian.confluence.schedule.jobs.filedeletion
Constructors in com.atlassian.confluence.schedule.jobs.filedeletion with parameters of type AttachmentDataFileSystemInternals Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemInternals attachmentDataFileSystemInternals) -
Uses of AttachmentDataFileSystemInternals in com.atlassian.confluence.upgrade.upgradetask.attachmentceo
Constructors in com.atlassian.confluence.upgrade.upgradetask.attachmentceo with parameters of type AttachmentDataFileSystemInternals Constructor Description AttachmentIdClashResolver(org.hibernate.Session session, org.hibernate.id.IdentifierGenerator attachmentIdGenerator, AttachmentDataStorageType attachmentStorageType, com.atlassian.bonnie.ILuceneConnection luceneConnection, ThumbnailManagerInternal thumbnailManager, SynchronizationManager synchronizationManager, boolean minorEditExists, boolean contentLabelAttIdExists, AttachmentDataFileSystemInternals attachmentFileSystem)
-