Uses of Interface
com.atlassian.confluence.internal.pages.AttachmentManagerInternal
-
-
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 AttachmentManagerInternal Constructor Description AttachmentUriGenerator(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 AttachmentManagerInternal Constructor Description AttachmentServiceImpl(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
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type AttachmentManagerInternal Constructor Description AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.importexport
Fields in com.atlassian.confluence.impl.importexport declared as AttachmentManagerInternal Modifier and Type Field Description protected AttachmentManagerInternalAbstractFileXmlExporter. attachmentManagerMethods in com.atlassian.confluence.impl.importexport with parameters of type AttachmentManagerInternal Modifier and Type Method Description voidAbstractFileXmlExporter. setAttachmentManager(AttachmentManagerInternal attachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement AttachmentManagerInternal Modifier and Type Class Description classReadThroughCachingAttachmentManagerCaches the download paths of attachments.Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManagerInternal Modifier and Type Method Description voidAttachmentManagerEventListener.VisitorEvent. visit(AttachmentManagerInternal attachmentManager)Constructors in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManagerInternal Constructor Description ReadThroughCachingAttachmentManager(AttachmentManagerInternal delegate, ReadThroughAttachmentDownloadPathCache pathCache) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.impl.retention
Constructors in com.atlassian.confluence.impl.retention with parameters of type AttachmentManagerInternal Constructor Description DefaultHistoricalVersionService(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 AttachmentManagerInternal Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.internal.index.attachment
Constructors in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentManagerInternal Constructor Description DefaultAttachmentExtractedTextManager(AttachmentManagerInternal attachmentManager, DataCompressor compressor) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement AttachmentManagerInternal Modifier and Type Class Description classDefaultAttachmentManagerDefault implementation ofAttachmentManager.classDelegatorAttachmentManagerThis class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration optionsMethods in com.atlassian.confluence.pages that return AttachmentManagerInternal Modifier and Type Method Description AttachmentManagerInternalDelegatorAttachmentManager. getAttachmentManager()Methods in com.atlassian.confluence.pages with parameters of type AttachmentManagerInternal Modifier and Type Method Description voidDelegatorAttachmentManager. setDatabaseAttachmentManager(AttachmentManagerInternal databaseAttachmentManager)voidDelegatorAttachmentManager. setDefaultAttachmentManager(AttachmentManagerInternal defaultAttachmentManager) -
Uses of AttachmentManagerInternal in com.atlassian.confluence.schedule.jobs.filedeletion
Constructors in com.atlassian.confluence.schedule.jobs.filedeletion with parameters of type AttachmentManagerInternal Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttachmentManagerInternal in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type AttachmentManagerInternal Modifier and Type Method Description voidFuncTestRpcHandlerImpl. setAttachmentManager(AttachmentManagerInternal attachmentManager)
-