Uses of Interface
com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Package
Description
-
Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.audit.uri
ModifierConstructorDescriptionAttachmentUriGenerator
(AttachmentManagerInternal attachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionAttachmentServiceImpl
(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, ContentFactory contentFactory, AttachmentContentTypeApiSupport binding, FinderProxyFactory finderProxyFactory, ContentTrashService trashService) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.content.typebinding
ModifierConstructorDescriptionAttachmentContentTypeApiSupport
(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.dmz.pages
Modifier and TypeMethodDescriptionAttachmentManagerInternal.getCopier
(AttachmentManagerInternal destination) Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from one data store to be copied across to another. -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.importexport
Modifier and TypeFieldDescriptionprotected AttachmentManagerInternal
AbstractFileXmlExporter.attachmentManager
Modifier and TypeMethodDescriptionvoid
AbstractFileXmlExporter.setAttachmentManager
(AttachmentManagerInternal attachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.pages.attachments
Modifier and TypeClassDescriptionclass
Caches the download paths of attachments.Modifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getCopier
(AttachmentManagerInternal destination) void
AttachmentManagerEventListener.VisitorEvent.visit
(AttachmentManagerInternal attachmentManager) ModifierConstructorDescriptionReadThroughCachingAttachmentManager
(AttachmentManagerInternal delegate, ReadThroughAttachmentDownloadPathCache pathCache) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.retention
ModifierConstructorDescriptionDefaultHistoricalVersionService
(ContentRetentionDao contentRetentionDao, ContentEntityManagerInternal contentEntityManagerInternal, AttachmentManagerInternal attachmentManagerInternal) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.schedule.jobs.filedeletion
ModifierConstructorDescriptionDeferredFileDeletionJob
(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.importexport.impl
Modifier and TypeFieldDescriptionprotected AttachmentManagerInternal
FileXmlExporter.attachmentManager
Deprecated.Modifier and TypeMethodDescriptionvoid
FileXmlExporter.setAttachmentManager
(AttachmentManagerInternal attachmentManager) Deprecated. -
Uses of AttachmentManagerInternal in com.atlassian.confluence.internal.index.attachment
ModifierConstructorDescriptionDefaultAttachmentExtractedTextManager
(AttachmentManagerInternal attachmentManager, DataCompressor compressor) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.pages
Modifier and TypeClassDescriptionclass
Default implementation ofAttachmentManager
.class
This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration optionsModifier and TypeMethodDescriptionDefaultAttachmentManager.getCopier
(AttachmentManagerInternal destination) DelegatorAttachmentManager.getCopier
(AttachmentManagerInternal destination) void
DelegatorAttachmentManager.setDatabaseAttachmentManager
(AttachmentManagerInternal databaseAttachmentManager) void
DelegatorAttachmentManager.setDefaultAttachmentManager
(AttachmentManagerInternal defaultAttachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.pages.persistence.dao
Modifier and TypeFieldDescriptionprotected AttachmentManagerInternal
GeneralAttachmentCopier.sourceAttachmentManager
ModifierConstructorDescriptionGeneralAttachmentCopier
(AttachmentManagerInternal sourceAttachmentManager, AttachmentManager destinationAttachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.test.rpc
Modifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setAttachmentManager
(AttachmentManagerInternal attachmentManager)