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<Link> 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 AttachmentManager
CreateAbstractPageCommandImpl. attachmentManager
Constructors 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 AttachmentManager
ContentEntityObject. getAttachmentManager()
AttachmentManager
DefaultContentPermissionManager. 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(PageDao 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
Fields in com.atlassian.confluence.impl.importexport declared as AttachmentManager Modifier and Type Field Description protected AttachmentManager
AbstractFileXmlExporter. attachmentManager
Methods in com.atlassian.confluence.impl.importexport with parameters of type AttachmentManager Modifier and Type Method Description void
AbstractFileXmlExporter. setAttachmentManager(AttachmentManager attachmentManager)
void
HtmlExporter. 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 class
ReadThroughCachingAttachmentManager
Caches the download paths of attachments.Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentManager Modifier and Type Method Description AttachmentManager
ReadThroughCachingAttachmentManager. getAttachmentManager()
Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentManager Modifier and Type Method Description AttachmentDao.AttachmentCopier
ReadThroughCachingAttachmentManager. getCopier(AttachmentManager destination)
AttachmentDao.AttachmentMigrator
ReadThroughCachingAttachmentManager. 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 therasterBasedRenderingThreshold
Predicate 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 void
AttachmentSearchAction. setAttachmentManager(AttachmentManager attachmentManager)
void
DraftAttachmentSearchAction. 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 AttachmentManager
FileXmlExporter. attachmentManager
Deprecated.Methods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentManager Modifier and Type Method Description void
FileXmlExporter. setAttachmentManager(AttachmentManager attachmentManager)
Deprecated.void
HtmlExporter. 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 void
AttachmentDownloadResourceManager. 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.index.attachment
Constructors in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentManager Constructor Description DefaultAttachmentExtractedTextManager(AttachmentManager attachmentManager, DataCompressor compressor)
-
Uses of AttachmentManager in com.atlassian.confluence.internal.pages
Subinterfaces of AttachmentManager in com.atlassian.confluence.internal.pages Modifier and Type Interface Description interface
AttachmentManagerInternal
Internal version of theAttachmentManager
interface; 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 void
HibernateLabelDao. 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 void
ConfluenceLinkResolver. 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 class
DefaultAttachmentManager
Default implementation ofAttachmentManager
.class
DelegatorAttachmentManager
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 AttachmentManager Modifier and Type Method Description AttachmentManager
DelegatingAttachmentManager. 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.AttachmentCopier
AttachmentManager. getCopier(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from one data store to be copied across to another.AttachmentDao.AttachmentCopier
DefaultAttachmentManager. getCopier(AttachmentManager destination)
AttachmentDao.AttachmentCopier
DelegatorAttachmentManager. getCopier(AttachmentManager destination)
AttachmentDao.AttachmentMigrator
AttachmentManager. getMigrator(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentMigrator that will allow the attachments from one data store to be moved across to another.AttachmentDao.AttachmentMigrator
DefaultAttachmentManager. getMigrator(AttachmentManager destination)
AttachmentDao.AttachmentMigrator
DelegatorAttachmentManager. getMigrator(AttachmentManager destination)
void
DefaultDraftManager. setAttachmentManager(AttachmentManager attachmentManager)
void
DefaultFileUploadManager. setAttachmentManager(AttachmentManager attachmentManager)
void
FileUploadManager. 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 AttachmentManager
AbstractCreatePageAction. attachmentManager
protected AttachmentManager
AbstractRemoveAttachmentAction. attachmentManager
protected AttachmentManager
AbstractViewAttachmentsAction. attachmentManager
Methods in com.atlassian.confluence.pages.actions with parameters of type AttachmentManager Modifier and Type Method Description void
AbstractCreatePageAction. setAttachmentManager(AttachmentManager attachmentManager)
void
AbstractRemoveAttachmentAction. setAttachmentManager(AttachmentManager attachmentManager)
void
AbstractViewAttachmentsAction. setAttachmentManager(AttachmentManager attachmentManager)
void
AttachedImagesAction. setAttachmentManager(AttachmentManager attachmentManager)
void
AttachFileAction. setAttachmentManager(AttachmentManager attachmentManager)
void
DownloadAllAttachmentsOnPageAction. setAttachmentManager(AttachmentManager attachmentManager)
void
MoveAttachmentAction. setAttachmentManager(AttachmentManager attachmentManager)
void
RestoreExistingTrashItemAction. setAttachmentManager(AttachmentManager attachmentManager)
void
RestoreTrashItemAction. 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 Attachment
AttachmentBean. retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
void
AttachmentStorer. 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 void
AttachmentCountContextProvider. setAttachmentManager(AttachmentManager attachmentManager)
void
DefaultImageDetailsManager. 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 AttachmentManager
GeneralAttachmentCopier. destinationAttachmentManager
protected AttachmentManager
GeneralAttachmentCopier. sourceAttachmentManager
Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentManager Constructor Description GeneralAttachmentCopier(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)
GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)
-
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 AttachmentManager
AllLatestVersionAttachmentIdentifier. attachmentManager
protected AttachmentManager
IdListAttachmentIdentifier. attachmentManager
Constructors 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 void
AttachmentDataStorageWhitelistCondition. setAttachmentManager(AttachmentManager attachmentManager)
void
HasAttachmentCondition. 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 void
UploadAction. 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 AttachmentManager
AbstractUserProfileAction. attachmentManager
Methods in com.atlassian.confluence.plugins.labels.actions with parameters of type AttachmentManager Modifier and Type Method Description void
AbstractUserProfileAction. 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 void
AttachmentsSoapService. setAttachmentManager(AttachmentManager attachmentManager)
void
PagesSoapService. setAttachmentManager(AttachmentManager attachmentManager)
void
UsersSoapService. 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 void
AttachmentRenderSupport. 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 void
AttachmentPermissionsDelegate. 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 void
AttachmentUrlParser. 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 void
DefaultSpaceManager. 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 AttachmentManager
AbstractLogoAction. attachmentManager
Methods in com.atlassian.confluence.spaces.actions with parameters of type AttachmentManager Modifier and Type Method Description void
AbstractLogoAction. setAttachmentManager(AttachmentManager attachmentManager)
-
Uses of AttachmentManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type AttachmentManager Modifier and Type Method Description void
FuncTestRpcHandlerImpl. 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 AttachmentManager
AbstractUserProfileAction. attachmentManager
Methods in com.atlassian.confluence.user.actions with parameters of type AttachmentManager Modifier and Type Method Description void
AbstractUserProfileAction. setAttachmentManager(AttachmentManager attachmentManager)
void
DeleteUserProfilePictureAction. setAttachmentManager(AttachmentManager attachmentManager)
-