Uses of Interface
com.atlassian.confluence.pages.AttachmentManager
-
-
Uses of AttachmentManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentManager Constructor Description ContentTrashServiceImpl(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, com.google.common.base.Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type AttachmentManager Constructor Description DraftAttributesCopier(AttachmentManager attachmentManager, LabelManager labelManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, ContentPropertyService contentPropertyService) -
Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.editor.embed
Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type AttachmentManager Constructor Description EditorEmbeddedImageResourceUnmarshaller(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.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentManager Constructor Description AttachmentOwningContentResolver(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.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type AttachmentManager Constructor Description StorageAttachmentResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> attachmentContainerResourceIdentifierMarshaller, AttachmentManager attachmentManager, ContentEntityManager contentEntityManager, DarkFeaturesManager darkFeaturesManager) -
Uses of AttachmentManager in com.atlassian.confluence.content.render.xhtml.view.link
Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type AttachmentManager Constructor Description ViewAttachmentLinkMarshaller(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.content.service
Constructors in com.atlassian.confluence.content.service with parameters of type AttachmentManager Constructor Description DefaultBlogPostService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager, LabelManager labelManager, com.google.common.base.Supplier<DraftsTransitionHelper> draftsTransitionHelperSupplier)DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager, LabelManager labelManager, com.google.common.base.Supplier<DraftsTransitionHelper> draftsTransitionHelperSupplier, MovePageCommandHelper movePageCommandHelper)DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager, LabelManager labelManager, com.google.common.base.Supplier<DraftsTransitionHelper> draftsTransitionHelperSupplier, LongRunningTaskManagerInternal longRunningTaskManager)Deprecated.since 8.1 -
Uses of AttachmentManager in com.atlassian.confluence.content.service.blogpost
Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type AttachmentManager Constructor Description CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, ContentEntityObject draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, BlogPost draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10 -
Uses of AttachmentManager in com.atlassian.confluence.content.service.page
Fields in com.atlassian.confluence.content.service.page declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerCreateAbstractPageCommandImpl. attachmentManagerConstructors in com.atlassian.confluence.content.service.page with parameters of type AttachmentManager Constructor Description CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, ContentEntityObject draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, AbstractPage draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, ContentEntityObject draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, ContentEntityObject draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)Deprecated.since 5.10CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) -
Uses of AttachmentManager in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return AttachmentManager Modifier and Type Method Description protected AttachmentManagerContentEntityObject. getAttachmentManager()AttachmentManagerDefaultContentPermissionManager. getAttachmentManager()Constructors in com.atlassian.confluence.core with parameters of type AttachmentManager Constructor Description DefaultDataSourceFactory(UserProfilePictureAccessor userProfilePictureAccessor, AttachmentManager attachmentManager, javax.activation.FileTypeMap fileTypeMap, ThumbnailManager thumbnailManager, com.atlassian.plugin.PluginAccessor pluginAccessor, SpaceLogoManager spaceLogoManager) -
Uses of AttachmentManager in com.atlassian.confluence.event.events.like.listeners
Constructors in com.atlassian.confluence.event.events.like.listeners with parameters of type AttachmentManager Constructor Description DatabaseLikesRemovalListener(LikeManager likeManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type AttachmentManager Constructor Description ThumbnailRemovingListener(ThumbnailManager thumbnailManager, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of AttachmentManager in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type AttachmentManager Constructor Description ContentTreePermissionReindexEventBackgroundSender(PageDaoInternal pageDao, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher)DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory)Deprecated.since 7.19.6DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, ContentPropertyService contentPropertyService) -
Uses of AttachmentManager in com.atlassian.confluence.impl.content.render.prefetch
Constructors in com.atlassian.confluence.impl.content.render.prefetch with parameters of type AttachmentManager Constructor Description AttachmentPrefetcher(AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ImageDetailsPrefetchDao imageDetailsPrefetcher) -
Uses of AttachmentManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type AttachmentManager Modifier and Type Method Description voidHtmlExporter. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement AttachmentManager Modifier and Type Class Description classReadThroughCachingAttachmentManagerCaches the download paths of attachments.Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentManager Modifier and Type Method Description AttachmentManagerReadThroughCachingAttachmentManager. getAttachmentManager()Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManager Modifier and Type Method Description AttachmentDao.AttachmentCopierReadThroughCachingAttachmentManager. getCopier(AttachmentManager destination)AttachmentDao.AttachmentMigratorReadThroughCachingAttachmentManager. getMigrator(AttachmentManager destination) -
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.attachments.filesystem
Constructors in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentManager Constructor Description UpdateAttachmentsOnFilesystemOnPageMoveHandler(AttachmentDataFileSystem attachmentDataFileSystem, AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.thumbnail.renderer
Constructors in com.atlassian.confluence.impl.pages.thumbnail.renderer with parameters of type AttachmentManager Constructor Description DelegatingThumbnailRenderer(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.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentSearchAction. setAttachmentManager(AttachmentManager attachmentManager)voidDraftAttachmentSearchAction. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.importexport.impl
Fields in com.atlassian.confluence.importexport.impl declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerFileXmlExporter. attachmentManagerDeprecated.Methods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentManager Modifier and Type Method Description voidFileXmlExporter. setAttachmentManager(AttachmentManager attachmentManager)Deprecated.voidHtmlExporter. setAttachmentManager(AttachmentManager attachmentManager)Deprecated. -
Uses of AttachmentManager in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentDownloadResourceManager. setAttachmentManager(AttachmentManager attachmentManager)Constructors in com.atlassian.confluence.importexport.resource with parameters of type AttachmentManager Constructor Description AttachmentDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ContextPathHolder contextPathHolder)ThumbnailDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManagerInternal thumbnailManager, ContextPathHolder contextPathHolder)ThumbnailDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManager thumbnailManager, ContextPathHolder contextPathHolder)Deprecated.since 7.12 -
Uses of AttachmentManager in com.atlassian.confluence.internal.pages
Subinterfaces of AttachmentManager in com.atlassian.confluence.internal.pages Modifier and Type Interface Description interfaceAttachmentManagerInternalInternal version of theAttachmentManagerinterface; see the package-info.java for rationale. -
Uses of AttachmentManager in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type AttachmentManager Modifier and Type Method Description voidHibernateLabelDao. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type AttachmentManager Modifier and Type Method Description voidConfluenceLinkResolver. setAttachmentManager(AttachmentManager attachmentManager)Constructors in com.atlassian.confluence.links with parameters of type AttachmentManager Constructor Description DraftAttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, Draft draft, AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.links.linktypes
Constructors in com.atlassian.confluence.links.linktypes with parameters of type AttachmentManager Constructor Description AttachmentLink(com.atlassian.renderer.links.GenericLinkParser parser, AbstractPageLink abstractPageLink, AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement AttachmentManager 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 AttachmentManager Modifier and Type Method Description AttachmentManagerDelegatingAttachmentManager. getAttachmentManager()Return the AttachmentManager implementation that the delegator wrapsMethods in com.atlassian.confluence.pages with parameters of type AttachmentManager Modifier and Type Method Description AttachmentDao.AttachmentCopierAttachmentManager. getCopier(AttachmentManager destination)Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from one data store to be copied across to another.AttachmentDao.AttachmentCopierDefaultAttachmentManager. getCopier(AttachmentManager destination)AttachmentDao.AttachmentCopierDelegatorAttachmentManager. getCopier(AttachmentManager destination)AttachmentDao.AttachmentMigratorAttachmentManager. getMigrator(AttachmentManager destination)Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementAttachmentDao.AttachmentMigratorDefaultAttachmentManager. getMigrator(AttachmentManager destination)AttachmentDao.AttachmentMigratorDelegatorAttachmentManager. getMigrator(AttachmentManager destination)voidDefaultDraftManager. setAttachmentManager(AttachmentManager attachmentManager)voidDefaultFileUploadManager. setAttachmentManager(AttachmentManager attachmentManager)voidFileUploadManager. setAttachmentManager(AttachmentManager attachmentManager)Constructors in com.atlassian.confluence.pages with parameters of type AttachmentManager Constructor Description DefaultDraftsTransitionHelper(PageManagerInternal pageManager, DraftManager draftManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, LabelManager labelManager, CollaborativeEditingHelper collaborativeEditingHelper)DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager)Deprecated.since 8.0DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager, PaginationService paginationService, ContentFactory contentFactory) -
Uses of AttachmentManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerAbstractCreatePageAction. attachmentManagerprotected AttachmentManagerAbstractRemoveAttachmentAction. attachmentManagerprotected AttachmentManagerAbstractViewAttachmentsAction. attachmentManagerMethods in com.atlassian.confluence.pages.actions with parameters of type AttachmentManager Modifier and Type Method Description voidAbstractCreatePageAction. 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.beans
Methods in com.atlassian.confluence.pages.actions.beans with parameters of type AttachmentManager Modifier and Type Method Description AttachmentAttachmentBean. retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)voidAttachmentStorer. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentCountContextProvider. setAttachmentManager(AttachmentManager attachmentManager)voidDefaultImageDetailsManager. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao
Fields in com.atlassian.confluence.pages.persistence.dao declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerGeneralAttachmentCopier. destinationAttachmentManagerprotected AttachmentManagerGeneralAttachmentCopier. sourceAttachmentManagerConstructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentManager Constructor Description GeneralAttachmentCopier(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentManager Constructor Description DefaultBulkAttachmentDelete(PageManager pageManager, AttachmentManager attachmentManager, org.hibernate.SessionFactory sessionFactory, PermissionManager permissionManager) -
Uses of AttachmentManager in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Fields in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerAllLatestVersionAttachmentIdentifier. attachmentManagerprotected AttachmentManagerIdListAttachmentIdentifier. attachmentManagerConstructors in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers with parameters of type AttachmentManager Constructor Description AllLatestVersionAttachmentIdentifier(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.copy
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type AttachmentManager Constructor Description DefaultBulkPageCopy(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.pages.thumbnail
Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type AttachmentManager Constructor Description Thumbnails(List<Attachment> attachments, ImagePathHelper pathHelper, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)Deprecated.Thumbnails(List<Attachment> attachments, String attachmentsRoot, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager)Deprecated. -
Uses of AttachmentManager in com.atlassian.confluence.plugin.descriptor.web.conditions
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentDataStorageWhitelistCondition. setAttachmentManager(AttachmentManager attachmentManager)voidHasAttachmentCondition. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.plugins.dragdrop
Methods in com.atlassian.confluence.plugins.dragdrop with parameters of type AttachmentManager Modifier and Type Method Description voidUploadAction. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.plugins.labels.actions
Fields in com.atlassian.confluence.plugins.labels.actions declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerAbstractUserProfileAction. attachmentManagerMethods in com.atlassian.confluence.plugins.labels.actions with parameters of type AttachmentManager Modifier and Type Method Description voidAbstractUserProfileAction. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.plugins.lookandfeel
Constructors in com.atlassian.confluence.plugins.lookandfeel with parameters of type AttachmentManager Constructor Description AttachmentSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) -
Uses of AttachmentManager in com.atlassian.confluence.plugins.quickreload
Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type AttachmentManager Constructor Description QuickReloadResource(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.entities.builders
Constructors in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type AttachmentManager Constructor Description DefaultEntityBuilderFactory(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager)PersonalInformationContentEntityBuilder(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserAccessor userAccessor, UserEntityHelper userEntityHelper, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.plugins.rest.manager
Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type AttachmentManager Constructor Description DefaultRestAttachmentManager(AttachmentManager attachmentManager, PermissionManager permissionManager, SettingsManager settingsManager, ThumbnailManager thumbnailManager, DateEntityFactory dateEntityFactory) -
Uses of AttachmentManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentsSoapService. setAttachmentManager(AttachmentManager attachmentManager)voidPagesSoapService. setAttachmentManager(AttachmentManager attachmentManager)voidUsersSoapService. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.rss
Methods in com.atlassian.confluence.rss with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentRenderSupport. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentPermissionsDelegate. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type AttachmentManager Modifier and Type Method Description voidAttachmentUrlParser. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type AttachmentManager Modifier and Type Method Description voidDefaultSpaceManager. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerAbstractLogoAction. attachmentManagerMethods in com.atlassian.confluence.spaces.actions with parameters of type AttachmentManager Modifier and Type Method Description voidAbstractLogoAction. setAttachmentManager(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.ui.rest.service.content
Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type AttachmentManager Constructor Description LegacyAttachmentServiceImpl(AttachmentManager attachmentManager, PermissionManager permissionManager, LabelsService labelsService)Deprecated. -
Uses of AttachmentManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type AttachmentManager Constructor Description DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManagerInternal spacePermissionManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager, AvatarProviderAccessor avatarProviderAccessor, ResourceAccessor resourceAccessor, org.springframework.transaction.PlatformTransactionManager transactionManager, UserMentionsContentReindexer userMentionsContentReindexer, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SynchronizationManager synchronizationManager, UserVerificationTokenManager userVerificationTokenManager, BootstrapManager bootstrapManager) -
Uses of AttachmentManager in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as AttachmentManager Modifier and Type Field Description protected AttachmentManagerAbstractUserProfileAction. attachmentManagerMethods in com.atlassian.confluence.user.actions with parameters of type AttachmentManager Modifier and Type Method Description voidAbstractUserProfileAction. setAttachmentManager(AttachmentManager attachmentManager)voidDeleteUserProfilePictureAction. setAttachmentManager(AttachmentManager attachmentManager)
-