Uses of Interface
com.atlassian.confluence.pages.AttachmentManager
Packages that use AttachmentManager
Package
Description
- 
Uses of AttachmentManager in com.atlassian.confluence.api.impl.service.contentConstructors in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentManagerModifierConstructorDescriptionContentTrashServiceImpl(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.content.apisupportConstructors in com.atlassian.confluence.content.apisupport with parameters of type AttachmentManagerModifierConstructorDescriptionDraftAttributesCopier(AttachmentManager attachmentManager, LabelManager labelManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, ContentPropertyService contentPropertyService) 
- 
Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.editor.embedConstructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type AttachmentManagerModifierConstructorDescriptionEditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry, AttachmentManager attachmentManager, PageManager pageManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.model.resource.identifiersConstructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier, Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject> contentEntityResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier, Draft> draftResourceResolver, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager) AttachmentResourceIdentifierResolver(AttachmentManager attachmentManager, AttachmentOwningContentResolver attachmentOwningContentResolver) IdAndTypeResourceIdentifierResolver(AttachmentManager attachmentManager, SpaceManager spaceManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiersConstructors in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type AttachmentManagerModifierConstructorDescriptionStorageAttachmentResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> attachmentContainerResourceIdentifierMarshaller, AttachmentManager attachmentManager, ContentEntityManager contentEntityManager, DarkFeaturesManager darkFeaturesManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.view.linkConstructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type AttachmentManagerModifierConstructorDescriptionViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, @Nullable StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<UnresolvedLink> notPermittedLinkMarshaller, ResourceIdentifierContextUtility riUtils, ModelToRenderedClassMapper linkClassRenderer) 
- 
Uses of AttachmentManager in com.atlassian.confluence.dmz.pagesSubinterfaces of AttachmentManager in com.atlassian.confluence.dmz.pagesModifier and TypeInterfaceDescriptioninterfaceDMZ version of theAttachmentManagerinterface; see the package-info.java for rationale.
- 
Uses of AttachmentManager in com.atlassian.confluence.event.events.like.listenersConstructors in com.atlassian.confluence.event.events.like.listeners with parameters of type AttachmentManagerModifierConstructorDescriptionDatabaseLikesRemovalListener(LikeManager likeManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.event.listenersConstructors in com.atlassian.confluence.event.listeners with parameters of type AttachmentManagerModifierConstructorDescriptionThumbnailRemovingListener(ThumbnailManager thumbnailManager, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.contentConstructors in com.atlassian.confluence.impl.content with parameters of type AttachmentManagerModifierConstructorDescriptionContentTreePermissionReindexEventBackgroundSender(PageManagerInternal pageManager, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, BackgroundJobService backgroundJobService, org.springframework.transaction.PlatformTransactionManager transactionManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.content.render.prefetchConstructors in com.atlassian.confluence.impl.content.render.prefetch with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentPrefetcher(AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ImageDetailsPrefetchDao imageDetailsPrefetcher) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.importexportMethods in com.atlassian.confluence.impl.importexport with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidHtmlExporter.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.actionsConstructors in com.atlassian.confluence.impl.pages.actions with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentUploadHelper(com.atlassian.struts.multipart.AtlassianJakartaMultiPartRequest multiPartRequest, int maxAttachments, ConfluenceActionSupport action, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, StrutsHelper strutsHelper) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.attachmentsClasses in com.atlassian.confluence.impl.pages.attachments that implement AttachmentManagerModifier and TypeClassDescriptionclassCaches the download paths of attachments.Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentManagerConstructors in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultImageDetailsManager(AttachmentManager attachmentManager, ImageDetailsDao imageDetailsDao) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.attachments.filesystemConstructors in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentManagerModifierConstructorDescriptionUpdateAttachmentsOnFilesystemOnPageMoveHandler(AttachmentDataFileSystem attachmentDataFileSystem, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.thumbnail.rendererConstructors in com.atlassian.confluence.impl.pages.thumbnail.renderer with parameters of type AttachmentManagerModifierConstructorDescriptionDelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber, AttachmentManager attachmentManager) Create a DelegatingThumbnailRenderer using an adaptive strategy that take the available memory into account to decide if we use the higher quality rendering or the lower quality stream based rendering (less memory consumption).DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber, AttachmentManager attachmentManager, int rasterSizeThresholdPx) Create a DelegatingThumbnailRenderer that will use the lower quality stream based rendering if the image exceeds therasterSizeThresholdPx(height or width in px).DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber, AttachmentManager attachmentManager, Predicate<ImageDimensions> rasterBasedRenderingThreshold) Create a DelegatingThumbnailRenderer that will use therasterBasedRenderingThresholdPredicate to decide if it's going to use the stream based (lower quality but low memory consumption) or the raster based renderer (higher quality but high memory consumption).
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.search.actionsMethods in com.atlassian.confluence.impl.search.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentSearchAction.setAttachmentManager(AttachmentManager attachmentManager) voidDraftAttachmentSearchAction.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.security.contentMethods in com.atlassian.confluence.impl.security.content that return AttachmentManager
- 
Uses of AttachmentManager in com.atlassian.confluence.impl.velocityConstructors in com.atlassian.confluence.impl.velocity with parameters of type AttachmentManagerModifierConstructorDescriptionBeanContextItemProvider(PermissionHelper permissionHelper, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, WebMenuManager webMenuManager, SpaceManager spaceManager, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator, ContentUiSupport<ContentEntityObject> contentUiSupport, Deprecated deprecated, com.atlassian.theme.api.request.RequestScopeThemeService requestScopeThemeService, SpaceToolsTabsHelper spaceToolsTabsHelper, UserHelper userHelper, IndexUrlHelper indexUrlHelper, ApiContentUiSupport<Content> apiContentUiSupport, SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, LanguageManager languageManager, PageManager pageManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.importexport.resourceMethods in com.atlassian.confluence.importexport.resource with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentDownloadResourceManager.setAttachmentManager(AttachmentManager attachmentManager) Constructors in com.atlassian.confluence.importexport.resource with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ContextPathHolder contextPathHolder) ThumbnailDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManagerInternal thumbnailManager, ContextPathHolder contextPathHolder) 
- 
Uses of AttachmentManager in com.atlassian.confluence.internal.searchConstructors in com.atlassian.confluence.internal.search with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentAwareSearchableResolver(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.labels.persistence.dao.hibernateMethods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidHibernateLabelDao.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.linksMethods in com.atlassian.confluence.links with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidConfluenceLinkResolver.setAttachmentManager(AttachmentManager attachmentManager) Constructors in com.atlassian.confluence.links with parameters of type AttachmentManagerModifierConstructorDescriptionDraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, Draft draft, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.links.linktypesConstructors in com.atlassian.confluence.links.linktypes with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, AbstractPageLink abstractPageLink, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pagesClasses in com.atlassian.confluence.pages that implement AttachmentManagerMethods in com.atlassian.confluence.pages that return AttachmentManagerModifier and TypeMethodDescriptionDelegatingAttachmentManager.getAttachmentManager()Return the AttachmentManager implementation that the delegator wrapsMethods in com.atlassian.confluence.pages with parameters of type AttachmentManagerModifier and TypeMethodDescriptionIndexableAttachment.getContentsAsStream(AttachmentManager attachmentManager) voidDefaultFileUploadManager.setAttachmentManager(AttachmentManager attachmentManager) Constructors in com.atlassian.confluence.pages with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultDraftsTransitionHelper(PageManagerInternal pageManager, DraftManager draftManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, LabelManager labelManager, CollaborativeEditingHelper collaborativeEditingHelper) DefaultTrashManager(ContentEntityObjectDaoInternal contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, BandanaManagerInternal bandanaManager, PaginationService paginationService) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.actionsFields in com.atlassian.confluence.pages.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManagerAbstractCreatePageAction.attachmentManagerprotected AttachmentManagerAbstractRemoveAttachmentAction.attachmentManagerprotected AttachmentManagerAbstractViewAttachmentsAction.attachmentManagerMethods in com.atlassian.confluence.pages.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAbstractCreatePageAction.setAttachmentManager(AttachmentManager attachmentManager) voidAbstractRemoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager) voidAbstractViewAttachmentsAction.setAttachmentManager(AttachmentManager attachmentManager) voidAttachedImagesAction.setAttachmentManager(AttachmentManager attachmentManager) voidAttachFileAction.setAttachmentManager(AttachmentManager attachmentManager) voidDownloadAllAttachmentsOnPageAction.setAttachmentManager(AttachmentManager attachmentManager) voidMoveAttachmentAction.setAttachmentManager(AttachmentManager attachmentManager) voidRestoreExistingTrashItemAction.setAttachmentManager(AttachmentManager attachmentManager) voidRestoreTrashItemAction.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.actions.beansMethods in com.atlassian.confluence.pages.actions.beans with parameters of type AttachmentManagerModifier and TypeMethodDescriptionAttachmentBean.retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.attachmentsMethods in com.atlassian.confluence.pages.attachments with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentCountContextProvider.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.daoFields in com.atlassian.confluence.pages.persistence.dao declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManagerGeneralAttachmentCopier.destinationAttachmentManagerConstructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentManagerModifierConstructorDescriptionGeneralAttachmentCopier(AttachmentManagerInternal sourceAttachmentManager, AttachmentManager destinationAttachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.deleteConstructors in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultBulkAttachmentDelete(PageManager pageManager, AttachmentManager attachmentManager, org.hibernate.SessionFactory sessionFactory, PermissionManager permissionManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiersFields in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers declared as AttachmentManagerModifier and TypeFieldDescriptionprotected final AttachmentManagerAllLatestVersionAttachmentIdentifier.attachmentManagerprotected AttachmentManagerIdListAttachmentIdentifier.attachmentManagerConstructors in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers with parameters of type AttachmentManagerModifierConstructorDescriptionAllLatestVersionAttachmentIdentifier(PageManager pageManager, AttachmentManager attachmentManager, long containerId) AttachmentRefIdentifier(long containerId, PageManager pageManager, AttachmentManager attachmentManager, List<AttachmentDeleteOptions.AttachmentRef> attachmentRefs) IdListAttachmentIdentifier(List<Long> ids, AttachmentManager attachmentManager) LatestVersionWithNameMineTypeAttachmentIdentifier(PageManager pageManager, AttachmentManager attachmentManager, long containerId, List<AttachmentDeleteOptions.AttachmentRef> attachmentRefs) 
- 
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao.bulk.copyConstructors in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultBulkPageCopy(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher) Deprecated.since 8.0.0DefaultBulkPageCopy(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService) 
- 
Uses of AttachmentManager in com.atlassian.confluence.plugin.descriptor.web.conditionsMethods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentDataStorageWhitelistCondition.setAttachmentManager(AttachmentManager attachmentManager) voidHasAttachmentCondition.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.plugins.labels.actionsFields in com.atlassian.confluence.plugins.labels.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManagerAbstractUserProfileAction.attachmentManagerMethods in com.atlassian.confluence.plugins.labels.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionfinal voidAbstractUserProfileAction.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.plugins.lookandfeelConstructors in com.atlassian.confluence.plugins.lookandfeel with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentDarkSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) AttachmentLightSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) AttachmentSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) 
- 
Uses of AttachmentManager in com.atlassian.confluence.plugins.quickreloadConstructors in com.atlassian.confluence.plugins.quickreload with parameters of type AttachmentManagerModifierConstructorDescriptionQuickReloadResource(CommentManager commentManager, CommentRenderService commentRenderer, UserAccessor userAccessor, PageManager pageManager, PermissionManager permissionManager, I18NBeanFactory i18NBeanFactory, QuickReloadCaches caches, AccessModeService accessModeService, GlobalSettingsManager settingsManager, LicenseService licenseService, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.plugins.rest.jackson2.entities.buildersConstructors in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultEntityBuilderFactory(GlobalSettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDaoInternal anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager) PersonalInformationContentEntityBuilder(GlobalSettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserAccessor userAccessor, UserEntityHelper userEntityHelper, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.plugins.rest.jackson2.managerConstructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultRestAttachmentManager(AttachmentManager attachmentManager, PermissionManager permissionManager, GlobalSettingsManager settingsManager, ThumbnailManager thumbnailManager, DateEntityFactory dateEntityFactory) 
- 
Uses of AttachmentManager in com.atlassian.confluence.rpc.soap.servicesMethods in com.atlassian.confluence.rpc.soap.services with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentsSoapService.setAttachmentManager(AttachmentManager attachmentManager) voidPagesSoapService.setAttachmentManager(AttachmentManager attachmentManager) voidUsersSoapService.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.rssMethods in com.atlassian.confluence.rss with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentRenderSupport.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.security.delegateMethods in com.atlassian.confluence.security.delegate with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentPermissionsDelegate.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.servlet.downloadMethods in com.atlassian.confluence.servlet.download with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAttachmentUrlParser.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.spacesMethods in com.atlassian.confluence.spaces with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidDefaultSpaceManager.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.spaces.actionsFields in com.atlassian.confluence.spaces.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManagerAbstractLogoAction.attachmentManagerMethods in com.atlassian.confluence.spaces.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoidAbstractLogoAction.setAttachmentManager(AttachmentManager attachmentManager) 
- 
Uses of AttachmentManager in com.atlassian.confluence.ui.rest.service.contentConstructors in com.atlassian.confluence.ui.rest.service.content with parameters of type AttachmentManagerModifierConstructorDescriptionLegacyAttachmentServiceImpl(AttachmentManager attachmentManager, PermissionManager permissionManager, LabelsService labelsService, I18NBeanFactory i18NBeanFactory) Deprecated.
- 
Uses of AttachmentManager in com.atlassian.confluence.user.actionsFields in com.atlassian.confluence.user.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManagerAbstractUserProfileAction.attachmentManagerMethods in com.atlassian.confluence.user.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionfinal voidAbstractUserProfileAction.setAttachmentManager(AttachmentManager attachmentManager) voidDeleteUserProfilePictureAction.setAttachmentManager(AttachmentManager attachmentManager)