Uses of Interface
com.atlassian.confluence.pages.AttachmentManager
Packages that use AttachmentManager
Package
Description
-
Uses of AttachmentManager in com.atlassian.confluence.api.impl.service.content
Constructors 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.apisupport
Constructors 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.embed
Constructors 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.identifiers
Constructors 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.identifiers
Constructors 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.link
Constructors 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.content.service
Constructors in com.atlassian.confluence.content.service with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultBlogPostService
(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager, LabelManager labelManager, 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, 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, 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 AttachmentManagerModifierConstructorDescriptionCreateBlogPostCommandImpl
(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 AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManager
CreateAbstractPageCommandImpl.attachmentManager
Constructors in com.atlassian.confluence.content.service.page with parameters of type AttachmentManagerModifierConstructorDescriptionprotected
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.10protected
CreateAbstractPageCommandImpl
(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) protected
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 AttachmentManagerModifier and TypeMethodDescriptionprotected AttachmentManager
ContentEntityObject.getAttachmentManager()
DefaultContentPermissionManager.getAttachmentManager()
-
Uses of AttachmentManager in com.atlassian.confluence.dmz.pages
Subinterfaces of AttachmentManager in com.atlassian.confluence.dmz.pagesModifier and TypeInterfaceDescriptioninterface
DMZ version of theAttachmentManager
interface; see the package-info.java for rationale. -
Uses of AttachmentManager in com.atlassian.confluence.event.events.like.listeners
Constructors 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.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type AttachmentManagerModifierConstructorDescriptionThumbnailRemovingListener
(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 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.prefetch
Constructors 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.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
HtmlExporter.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.actions
Constructors in com.atlassian.confluence.impl.pages.actions with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentUploadHelper
(com.atlassian.struts.multipart.AtlassianMultiPartRequest multiPartRequest, int maxAttachments, ConfluenceActionSupport action, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, StrutsHelper strutsHelper) -
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement AttachmentManagerModifier and TypeClassDescriptionclass
Caches the download paths of attachments.Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentManager -
Uses of AttachmentManager in com.atlassian.confluence.impl.pages.attachments.filesystem
Constructors 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.renderer
Constructors 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 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 AttachmentManagerModifier and TypeMethodDescriptionvoid
AttachmentSearchAction.setAttachmentManager
(AttachmentManager attachmentManager) void
DraftAttachmentSearchAction.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.impl.velocity
Constructors 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.resource
Methods in com.atlassian.confluence.importexport.resource with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
AttachmentDownloadResourceManager.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) 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.search
Constructors in com.atlassian.confluence.internal.search with parameters of type AttachmentManagerModifierConstructorDescriptionAttachmentAwareSearchableResolver
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
HibernateLabelDao.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
ConfluenceLinkResolver.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.linktypes
Constructors 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.pages
Classes in com.atlassian.confluence.pages that implement AttachmentManagerModifier and TypeClassDescriptionclass
Default implementation ofAttachmentManager
.class
This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration optionsclass
Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, useDefaultAttachmentManager
directly.Methods 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) void
DefaultDraftManager.setAttachmentManager
(AttachmentManager attachmentManager) void
DefaultFileUploadManager.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, BandanaManager bandanaManager, PaginationService paginationService) ReadOnlyAttachmentManager
(AttachmentManager delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttachmentManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManager
AbstractCreatePageAction.attachmentManager
protected AttachmentManager
AbstractRemoveAttachmentAction.attachmentManager
protected AttachmentManager
AbstractViewAttachmentsAction.attachmentManager
Methods in com.atlassian.confluence.pages.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
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 AttachmentManagerModifier and TypeMethodDescriptionAttachmentBean.retrieveMatchingAttachment
(AbstractPage page, AttachmentManager attachmentManager) void
AttachmentStorer.setAttachmentManager
(AttachmentManager attachmentManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttachmentManager in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
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 AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManager
GeneralAttachmentCopier.destinationAttachmentManager
Constructors 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.delete
Constructors 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.identifiers
Fields in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers declared as AttachmentManagerModifier and TypeFieldDescriptionprotected final AttachmentManager
AllLatestVersionAttachmentIdentifier.attachmentManager
protected AttachmentManager
IdListAttachmentIdentifier.attachmentManager
Constructors 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.copy
Constructors 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.pages.thumbnail
Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type AttachmentManagerModifierConstructorDescriptionThumbnails
(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 AttachmentManagerModifier and TypeMethodDescriptionvoid
AttachmentDataStorageWhitelistCondition.setAttachmentManager
(AttachmentManager attachmentManager) void
HasAttachmentCondition.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.plugins.labels.actions
Fields in com.atlassian.confluence.plugins.labels.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManager
AbstractUserProfileAction.attachmentManager
Methods in com.atlassian.confluence.plugins.labels.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionfinal 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 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.quickreload
Constructors 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.builders
Constructors in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type AttachmentManagerModifierConstructorDescriptionDefaultEntityBuilderFactory
(GlobalSettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao 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.manager
Constructors 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.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
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 AttachmentManagerModifier and TypeMethodDescriptionvoid
AttachmentRenderSupport.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
AttachmentPermissionsDelegate.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
AttachmentUrlParser.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
DefaultSpaceManager.setAttachmentManager
(AttachmentManager attachmentManager) -
Uses of AttachmentManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManager
AbstractLogoAction.attachmentManager
Methods in com.atlassian.confluence.spaces.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionvoid
AbstractLogoAction.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 AttachmentManagerModifierConstructorDescriptionLegacyAttachmentServiceImpl
(AttachmentManager attachmentManager, PermissionManager permissionManager, LabelsService labelsService) Deprecated. -
Uses of AttachmentManager in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as AttachmentManagerModifier and TypeFieldDescriptionprotected AttachmentManager
AbstractUserProfileAction.attachmentManager
Methods in com.atlassian.confluence.user.actions with parameters of type AttachmentManagerModifier and TypeMethodDescriptionfinal void
AbstractUserProfileAction.setAttachmentManager
(AttachmentManager attachmentManager) void
DeleteUserProfilePictureAction.setAttachmentManager
(AttachmentManager attachmentManager)