Uses of Interface
com.atlassian.confluence.core.ContentEntityManager
Packages that use ContentEntityManager
Package
Description
Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
-
Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentEntityManagerModifierConstructorDescriptionAttachmentServiceImpl
(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, ContentFactory contentFactory, AttachmentContentTypeApiSupport binding, FinderProxyFactory finderProxyFactory, ContentTrashService trashService) ChildContentServiceImpl
(ChildSupport childSupport, ContentEntityManager contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory) -
Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ContentEntityManagerModifierConstructorDescriptionContentDraftServiceImpl
(ContentDraftService legacyContentDraftServiceImpl, ContentDraftService sharedContentDraftServiceImpl, CollaborativeEditingHelper collaborativeEditingHelper, ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityManagerModifierConstructorDescriptionChildSupport
(ContentTypeApiSupportProvider bindingProvider, NavigationService navigationService, ContentEntityManager contentEntityManager) HistoryFactory
(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDaoInternal contentEntityObjectDao) -
Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentEntityManagerModifierConstructorDescriptionAttachmentContentTypeApiSupport
(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager) CommentContentTypeApiSupport
(CommentManagerInternal commentManager, PaginationService paginationService, ContentFactory contentFactory, PermissionManager permissionManager, ContentEntityManager contentEntityManager, ApiSupportProvider apiSupportProvider, CommentService commentService, ContentBodyConversionService contentBodyConversionService, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.watch
Constructors in com.atlassian.confluence.api.impl.service.watch with parameters of type ContentEntityManagerModifierConstructorDescriptionWatchServiceImpl
(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService, PersonFactory personFactory, PaginationService paginationService) -
Uses of ContentEntityManager in com.atlassian.confluence.content
Subinterfaces of ContentEntityManager in com.atlassian.confluence.content -
Uses of ContentEntityManager in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return ContentEntityManagerModifier and TypeMethodDescriptionCustomContentApiSupportParams.getContentEntityManager()
CustomContentApiSupportParamsImpl.getContentEntityManager()
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentEntityManagerModifierConstructorDescriptionCustomContentApiSupportParamsImpl
(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory) -
Uses of ContentEntityManager 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 ContentEntityManagerModifierConstructorDescriptionAttachmentOwningContentResolver
(ResourceIdentifierResolver<PageResourceIdentifier, Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier, ContentEntityObject> contentEntityResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier, Draft> draftResourceResolver, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager) -
Uses of ContentEntityManager 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 ContentEntityManagerModifierConstructorDescriptionStorageAttachmentResourceIdentifierMarshaller
(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> attachmentContainerResourceIdentifierMarshaller, AttachmentManager attachmentManager, ContentEntityManager contentEntityManager, DarkFeaturesManager darkFeaturesManager) -
Uses of ContentEntityManager in com.atlassian.confluence.content.render.xhtml.view.link
Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type ContentEntityManagerModifierConstructorDescriptionViewAttachmentLinkMarshaller
(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 ContentEntityManager in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
DefaultRenderingService.setContentEntityManager
(ContentEntityManager contentEntityManager) Constructors in com.atlassian.confluence.content.service with parameters of type ContentEntityManagerModifierConstructorDescriptionDefaultCommentService
(CommentManager commentManager, PermissionManager permissionManager, ContentEntityManager contentManager, EditorConverter editorConverter) IdContentLocator
(ContentEntityManager contentEntityManager, long contentId) -
Uses of ContentEntityManager in com.atlassian.confluence.content.service.comment
Constructors in com.atlassian.confluence.content.service.comment with parameters of type ContentEntityManagerModifierConstructorDescriptionCreateCommentCommandImpl
(PermissionManager permissionManager, ContentEntityManager contentManager, CommentManager commentManager, long contentId, long parentCommentId, String commentBody) Deprecated.since 5.6.CreateCommentCommandImpl
(PermissionManager permissionManager, ContentEntityManager contentManager, CommentManager commentManager, long contentId, long parentCommentId, String commentBody, NewCommentDeduplicator commentDeduplicator) CreateCommentFromEditorCommand
(PermissionManager permissionManager, ContentEntityManager contentManager, CommentManager commentManager, EditorConverter editConverter, long pageId, long parentCommentId, String commentBody, NewCommentDeduplicator commentDeduplicator) -
Uses of ContentEntityManager in com.atlassian.confluence.content.service.page
Constructors in com.atlassian.confluence.content.service.page with parameters of type ContentEntityManagerModifierConstructorDescriptionRevertContentToVersionCommand
(PermissionManager permissionManager, ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.dashboard.actions
Methods in com.atlassian.confluence.dashboard.actions that return ContentEntityManagerMethods in com.atlassian.confluence.dashboard.actions with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
ConfigureRssFeedAction.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.dmz
Subinterfaces of ContentEntityManager in com.atlassian.confluence.dmzModifier and TypeInterfaceDescriptioninterface
DMZ version of theContentEntityManager
interface; see the package-info.java for rationale. -
Uses of ContentEntityManager in com.atlassian.confluence.dmz.pages
Subinterfaces of ContentEntityManager in com.atlassian.confluence.dmz.pagesModifier and TypeInterfaceDescriptioninterface
DMZ version of theCommentManager
interface; see the package-info.java for rationale.interface
DMZ version of thePageManager
interface; see the package-info.java for rationale. -
Uses of ContentEntityManager in com.atlassian.confluence.event.events.like.listeners
Constructors in com.atlassian.confluence.event.events.like.listeners with parameters of type ContentEntityManagerModifierConstructorDescriptionDatabaseLikesRemovalListener
(LikeManager likeManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager) -
Uses of ContentEntityManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement ContentEntityManagerModifier and TypeClassDescriptionclass
Manager for page comments.class
class
Generic manager for pluggable content.class
-
Uses of ContentEntityManager in com.atlassian.confluence.impl.pages.actions
Constructors in com.atlassian.confluence.impl.pages.actions with parameters of type ContentEntityManagerModifierConstructorDescriptionPageAwareHelper
(PageManager pageManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, SpaceManager spaceManager, ConfluenceWebResourceManager webResourceManager, CollaborativeEditingHelper collaborativeEditingHelper, AccessModeService accessModeService, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ContentEntityManager in com.atlassian.confluence.labels.service
Constructors in com.atlassian.confluence.labels.service with parameters of type ContentEntityManagerModifierConstructorDescriptionAbstractLabelsCommand
(com.atlassian.user.User user, long entityId, String entityType, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) AddLabelsCommandImpl
(String labelsString, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) DefaultLabelsService
(LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) RemoveLabelCommandImpl
(long labelId, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) RemoveLabelCommandImpl
(long labelId, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) RemoveLabelCommandImpl
(Label label, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) RemoveLabelCommandImpl
(Label label, com.atlassian.user.User user, long entityId, String entityType, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) RemoveLabelCommandImpl
(String labelsString, com.atlassian.user.User user, long entityId, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, PageTemplateManager pageTemplateManager, ContentEntityManager contentEntityManager, LabelPermissionEnforcer labelPermissionEnforcer) -
Uses of ContentEntityManager in com.atlassian.confluence.like
Constructors in com.atlassian.confluence.like with parameters of type ContentEntityManagerModifierConstructorDescriptionDefaultLikeManager
(org.springframework.transaction.PlatformTransactionManager transactionManager, LikeEntityDao dao, com.atlassian.event.api.EventPublisher publisher, PermissionManager permissionManager, ConfluenceAccessManager confluenceAccessManager, ContentEntityManager contentEntityManager, AccessModeService accessModeService) -
Uses of ContentEntityManager in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
ConfluenceLinkResolver.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.links.linktypes
Constructors in com.atlassian.confluence.links.linktypes with parameters of type ContentEntityManagerModifierConstructorDescriptionContentLink
(com.atlassian.renderer.links.GenericLinkParser parser, ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.mail
Constructors in com.atlassian.confluence.mail with parameters of type ContentEntityManagerModifierConstructorDescriptionChangeDigestNotificationBean
(ContentEntityManager contentEntityManager, UserAccessor userAccessor, PermissionManager permissionManager, NotificationManager notificationManager) -
Uses of ContentEntityManager in com.atlassian.confluence.pages
Subinterfaces of ContentEntityManager in com.atlassian.confluence.pagesModifier and TypeInterfaceDescriptioninterface
Manager for page comments.interface
Manages the retrieval and manipulation both pages and blog entries.Constructors in com.atlassian.confluence.pages with parameters of type ContentEntityManagerModifierConstructorDescriptionDefaultDraftsTransitionHelper
(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) -
Uses of ContentEntityManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as ContentEntityManagerModifier and TypeFieldDescriptionprotected ContentEntityManager
PurgeTrashItemAction.contentEntityManager
protected ContentEntityManager
RestoreTrashItemAction.contentEntityManager
Methods in com.atlassian.confluence.pages.actions that return ContentEntityManagerMethods in com.atlassian.confluence.pages.actions with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
AttachedImagesAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
AttachFileAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
GetPagePermissionsAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
HeartbeatAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
PurgeTrashItemAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
RestoreExistingTrashItemAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
RestoreTrashItemAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
ResumeDraftAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
SetPagePermissionsAction.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.pages.wysiwyg
Methods in com.atlassian.confluence.pages.wysiwyg with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
DefaultConfluenceWysiwygConverter.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
UnpublishedStatusLozengeCondition.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ContentEntityManagerModifierConstructorDescriptionDefaultEdgeIndexManager
(EdgeIndexTaskQueue taskQueue, EdgeFactory edgeFactory, ContentEntityManager contentEntityManager) DefaultEdgeIndexTaskFactory
(EdgeDocumentFactory edgeDocumentFactory, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator, EdgeReindexer edgeReindexer) DefaultPopularContentQueries
(EdgeQueries edgeQueries, ContentEntityManager contentEntityManager) EdgeListener
(EdgeIndexManager edgeIndexManager, EdgeFactory edgeFactory, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.edgeindex.tasks
Constructors in com.atlassian.confluence.plugins.edgeindex.tasks with parameters of type ContentEntityManagerModifierConstructorDescriptionReIndexPermissionsIndexTask
(String contentId, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.actions
Methods in com.atlassian.confluence.plugins.like.actions with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
LikeAction.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type ContentEntityManagerModifierConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.notifications
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type ContentEntityManagerModifierConstructorDescriptionDefaultLikeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.rest.resources
Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type ContentEntityManagerModifierConstructorDescriptionLikableContentResource
(LikeManager likeManager, ContentEntityManager contentEntityManager, NetworkService networkService, UserEntityExpander userEntityExpander, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.spring
Methods in com.atlassian.confluence.plugins.like.spring that return ContentEntityManagerMethods in com.atlassian.confluence.plugins.like.spring with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionSpringConfiguration.likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.rest.jackson2.manager
Constructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ContentEntityManagerModifierConstructorDescriptionDefaultRestContentManager
(ContentEntityManager contentEntityManager, PermissionManager permissionManager, PageManager pageManager, RestAttachmentManager restAttachmentManager, EntityBuilderFactory entityBuilderFactory) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.rest.jackson2.resources
Constructors in com.atlassian.confluence.plugins.rest.jackson2.resources with parameters of type ContentEntityManagerModifierConstructorDescriptionContentWatchesResource
(NotificationManager notificationManager, ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.viewsource
Methods in com.atlassian.confluence.plugins.viewsource with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
ViewSourceAction.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.plugins.viewsource.api.v1
Constructors in com.atlassian.confluence.plugins.viewsource.api.v1 with parameters of type ContentEntityManagerModifierConstructorDescriptionViewSourceResource
(ContentEntityManager contentEntityManager, PermissionManager permissionManager, Renderer renderer) -
Uses of ContentEntityManager in com.atlassian.confluence.rpc.soap.services
Fields in com.atlassian.confluence.rpc.soap.services declared as ContentEntityManagerModifier and TypeFieldDescriptionprotected ContentEntityManager
SoapServiceHelperImpl.contentEntityManager
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
AttachmentsSoapService.setContentEntityManager
(ContentEntityManager contentEntityManager) void
LabelsSoapService.setContentEntityManager
(ContentEntityManager contentEntityManager) void
PagesSoapService.setContentEntityManager
(ContentEntityManager contentEntityManager) void
SoapServiceHelperImpl.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return ContentEntityManagerMethods in com.atlassian.confluence.spaces.actions with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
ViewSpaceSummaryAction.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type ContentEntityManagerModifierConstructorDescriptionEmbeddedImage
(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager) MacroResource
(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser, MacroMetadataManager macroMetadataManager, StorageFormatCleaner storageFormatCleaner, VelocityHelperService velocityHelperService, ContentMacroService contentMacroService, com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication) WikiXhtmlConverter
(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, PageTemplateManager pageTemplateManager, SpaceManager spaceManager) -
Uses of ContentEntityManager in com.atlassian.confluence.ui.rest.builder
Constructors in com.atlassian.confluence.ui.rest.builder with parameters of type ContentEntityManagerModifierConstructorDescriptionLegacyContentBuilder
(LegacyPersonBuilder personBuilder, LegacyContentBodyBuilder contentBodyBuilder, LegacySpaceSummaryBuilder spaceSummaryBuilder, PermissionManager permissionManager, ContentEntityManager contentEntityManager) Deprecated. -
Uses of ContentEntityManager in com.atlassian.confluence.ui.rest.service.content
Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentEntityManagerModifierConstructorDescriptionLegacyContentServiceImpl
(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, LegacyContentBuilder contentBuilder, LegacyContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService) Deprecated. -
Uses of ContentEntityManager in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with parameters of type ContentEntityManagerModifier and TypeMethodDescriptionvoid
HistoryAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
ViewUserHistoryAction.setContentEntityManager
(ContentEntityManager contentEntityManager) void
ViewUserProfileAction.setContentEntityManager
(ContentEntityManager contentEntityManager) -
Uses of ContentEntityManager in com.atlassian.confluence.user.history
Constructors in com.atlassian.confluence.user.history with parameters of type ContentEntityManagerModifierConstructorDescriptionUserHistoryHelper
(com.atlassian.user.User remoteUser, ContentEntityManager contentEntityManager, PermissionManager permissionManager) -
Uses of ContentEntityManager in com.atlassian.confluence.web.service
Constructors in com.atlassian.confluence.web.service with parameters of type ContentEntityManagerModifierConstructorDescriptionWebContextFactoryImpl
(ContentEntityManager contentEntityManager, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, SpaceManager spaceManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager)