Uses of Interface
com.atlassian.confluence.dmz.pages.AttachmentManagerInternal
Packages that use AttachmentManagerInternal
Package
Description
-
Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.audit.uri
Constructors in com.atlassian.confluence.api.impl.service.audit.uri with parameters of type AttachmentManagerInternalModifierConstructorDescriptionAttachmentUriGenerator
(AttachmentManagerInternal attachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentManagerInternalModifierConstructorDescriptionAttachmentServiceImpl
(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.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type AttachmentManagerInternalModifierConstructorDescriptionAttachmentFetcher
(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, SpaceManager spaceManager, AttachmentManagerInternal attachmentManager, AttachmentContentTypeApiSupport attachmentContentTypeApiSupport) ContentFinderFactory
(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory, CommentManagerInternal commentManager, AttachmentManagerInternal attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceScopesRequestCache confluenceScopesRequestCache) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type AttachmentManagerInternalModifierConstructorDescriptionAttachmentContentTypeApiSupport
(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
Methods in com.atlassian.confluence.dmz.pages with parameters of type AttachmentManagerInternalModifier 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
Fields in com.atlassian.confluence.impl.importexport declared as AttachmentManagerInternalModifier and TypeFieldDescriptionprotected AttachmentManagerInternal
AbstractFileXmlExporter.attachmentManager
Methods in com.atlassian.confluence.impl.importexport with parameters of type AttachmentManagerInternalModifier and TypeMethodDescriptionvoid
AbstractFileXmlExporter.setAttachmentManager
(AttachmentManagerInternal attachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement AttachmentManagerInternalModifier and TypeClassDescriptionclass
Caches the download paths of attachments.Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManagerInternalModifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getCopier
(AttachmentManagerInternal destination) void
AttachmentManagerEventListener.VisitorEvent.visit
(AttachmentManagerInternal attachmentManager) Constructors in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManagerInternalModifierConstructorDescriptionReadThroughCachingAttachmentManager
(AttachmentManagerInternal delegate, ReadThroughAttachmentDownloadPathCache pathCache) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.retention
Constructors in com.atlassian.confluence.impl.retention with parameters of type AttachmentManagerInternalModifierConstructorDescriptionDefaultHistoricalVersionService
(ContentRetentionDao contentRetentionDao, ContentEntityManagerInternal contentEntityManagerInternal, AttachmentManagerInternal attachmentManagerInternal) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.schedule.jobs.filedeletion
Constructors in com.atlassian.confluence.impl.schedule.jobs.filedeletion with parameters of type AttachmentManagerInternalModifierConstructorDescriptionDeferredFileDeletionJob
(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.importexport.impl
Fields in com.atlassian.confluence.importexport.impl declared as AttachmentManagerInternalModifier and TypeFieldDescriptionprotected AttachmentManagerInternal
FileXmlExporter.attachmentManager
Deprecated.Methods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentManagerInternalModifier and TypeMethodDescriptionvoid
FileXmlExporter.setAttachmentManager
(AttachmentManagerInternal attachmentManager) Deprecated. -
Uses of AttachmentManagerInternal in com.atlassian.confluence.internal.index.attachment
Constructors in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentManagerInternalModifierConstructorDescriptionDefaultAttachmentExtractedTextManager
(AttachmentManagerInternal attachmentManager, DataCompressor compressor) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement AttachmentManagerInternalModifier and TypeClassDescriptionclass
Default implementation ofAttachmentManager
.class
This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration optionsMethods in com.atlassian.confluence.pages that return AttachmentManagerInternalMethods in com.atlassian.confluence.pages with parameters of type AttachmentManagerInternalModifier 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
Fields in com.atlassian.confluence.pages.persistence.dao declared as AttachmentManagerInternalModifier and TypeFieldDescriptionprotected AttachmentManagerInternal
GeneralAttachmentCopier.sourceAttachmentManager
Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentManagerInternalModifierConstructorDescriptionGeneralAttachmentCopier
(AttachmentManagerInternal sourceAttachmentManager, AttachmentManager destinationAttachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type AttachmentManagerInternalModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setAttachmentManager
(AttachmentManagerInternal attachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils that return AttachmentManagerInternal