Uses of Interface
com.atlassian.confluence.core.ContentEntityManager
-
-
Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentEntityManager Constructor Description AttachmentServiceImpl(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 ContentEntityManager Constructor Description ContentDraftServiceImpl(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 ContentEntityManager Constructor Description ChildSupport(ContentTypeApiSupportProvider bindingProvider, NavigationService navigationService, ContentEntityManager contentEntityManager)
HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDao 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 ContentEntityManager Constructor Description AttachmentContentTypeApiSupport(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 ContentEntityManager Constructor Description WatchServiceImpl(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService)
-
Uses of ContentEntityManager in com.atlassian.confluence.content
Subinterfaces of ContentEntityManager in com.atlassian.confluence.content Modifier and Type Interface Description interface
CustomContentManager
-
Uses of ContentEntityManager in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return ContentEntityManager Modifier and Type Method Description ContentEntityManager
CustomContentApiSupportParams. getContentEntityManager()
ContentEntityManager
CustomContentApiSupportParamsImpl. getContentEntityManager()
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentEntityManager Constructor Description CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager)
-
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 ContentEntityManager Constructor Description AttachmentOwningContentResolver(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 ContentEntityManager Constructor Description StorageAttachmentResourceIdentifierMarshaller(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 ContentEntityManager Constructor Description ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, @Nullable StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<UnresolvedLink> notPermittedLinkMarshaller, ResourceIdentifierContextUtility riUtils, ModelToRenderedClassMapper linkClassRenderer)
-
Uses of ContentEntityManager in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type ContentEntityManager Modifier and Type Method Description void
DefaultRenderingService. setContentEntityManager(ContentEntityManager contentEntityManager)
Constructors in com.atlassian.confluence.content.service with parameters of type ContentEntityManager Constructor Description DefaultCommentService(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 ContentEntityManager Constructor Description CreateCommentCommandImpl(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 ContentEntityManager Constructor Description RevertContentToVersionCommand(PermissionManager permissionManager, ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.dashboard.actions
Methods in com.atlassian.confluence.dashboard.actions that return ContentEntityManager Modifier and Type Method Description ContentEntityManager
ConfigureRssFeedAction. getContentEntityManager()
Methods in com.atlassian.confluence.dashboard.actions with parameters of type ContentEntityManager Modifier and Type Method Description void
ConfigureRssFeedAction. setContentEntityManager(ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.event.events.like.listeners
Constructors in com.atlassian.confluence.event.events.like.listeners with parameters of type ContentEntityManager Constructor Description DatabaseLikesRemovalListener(LikeManager likeManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement ContentEntityManager Modifier and Type Class Description class
DefaultCommentManager
Manager for page comments.class
DefaultContentEntityManager
class
DefaultCustomContentManager
Generic manager for pluggable content.class
DefaultPageManager
class
DefaultPersonalInformationManager
class
DefaultSpaceDescriptionManager
-
Uses of ContentEntityManager in com.atlassian.confluence.impl.pages.actions
Constructors in com.atlassian.confluence.impl.pages.actions with parameters of type ContentEntityManager Constructor Description PageAwareHelper(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.internal
Subinterfaces of ContentEntityManager in com.atlassian.confluence.internal Modifier and Type Interface Description interface
ContentEntityManagerInternal
Internal version of theContentEntityManager
interface; see the package-info.java for rationale. -
Uses of ContentEntityManager in com.atlassian.confluence.internal.pages
Subinterfaces of ContentEntityManager in com.atlassian.confluence.internal.pages Modifier and Type Interface Description interface
CommentManagerInternal
Internal version of theCommentManager
interface; see the package-info.java for rationale.interface
PageManagerInternal
Internal version of thePageManager
interface; see the package-info.java for rationale. -
Uses of ContentEntityManager in com.atlassian.confluence.labels.service
Constructors in com.atlassian.confluence.labels.service with parameters of type ContentEntityManager Constructor Description AbstractLabelsCommand(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 ContentEntityManager Constructor Description DefaultLikeManager(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 ContentEntityManager Modifier and Type Method Description void
ConfluenceLinkResolver. setContentEntityManager(ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.links.linktypes
Constructors in com.atlassian.confluence.links.linktypes with parameters of type ContentEntityManager Constructor Description ContentLink(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 ContentEntityManager Constructor Description ChangeDigestNotificationBean(ContentEntityManager contentEntityManager, UserAccessor userAccessor, PermissionManager permissionManager, NotificationManager notificationManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.pages
Subinterfaces of ContentEntityManager in com.atlassian.confluence.pages Modifier and Type Interface Description interface
CommentManager
Manager for page comments.interface
PageManager
Manages the retrieval and manipulation both pages and blog entries.Constructors in com.atlassian.confluence.pages with parameters of type ContentEntityManager 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 ContentEntityManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as ContentEntityManager Modifier and Type Field Description protected ContentEntityManager
PurgeTrashItemAction. contentEntityManager
protected ContentEntityManager
RestoreTrashItemAction. contentEntityManager
Methods in com.atlassian.confluence.pages.actions that return ContentEntityManager Modifier and Type Method Description ContentEntityManager
ResumeDraftAction. getContentEntityManager()
Methods in com.atlassian.confluence.pages.actions with parameters of type ContentEntityManager Modifier and Type Method Description void
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 ContentEntityManager Modifier and Type Method Description void
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 ContentEntityManager Modifier and Type Method Description void
UnpublishedStatusLozengeCondition. setContentEntityManager(ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ContentEntityManager Constructor Description DefaultEdgeIndexManager(EdgeIndexTaskQueue taskQueue, EdgeFactory edgeFactory, ContentEntityManager contentEntityManager)
DefaultEdgeIndexTaskFactory(EdgeDocumentFactory edgeDocumentFactory, InheritedContentPermissionManager inheritedContentPermissionManager, 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 ContentEntityManager Constructor Description ReIndexPermissionsIndexTask(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 ContentEntityManager Modifier and Type Method Description void
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 ContentEntityManager Constructor Description LikesProvider(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 ContentEntityManager Constructor Description DefaultLikeNotificationManager(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 ContentEntityManager Constructor Description LikableContentResource(LikeManager likeManager, ContentEntityManager contentEntityManager, NetworkService networkService, UserEntityExpander userEntityExpander, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
-
Uses of ContentEntityManager in com.atlassian.confluence.plugins.rest.manager
Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntityManager Constructor Description DefaultRestContentManager(ContentEntityManager contentEntityManager, PermissionManager permissionManager, PageManager pageManager, RestAttachmentManager restAttachmentManager, EntityBuilderFactory entityBuilderFactory)
-
Uses of ContentEntityManager in com.atlassian.confluence.plugins.rest.resources
Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type ContentEntityManager Constructor Description ContentWatchesResource(NotificationManager notificationManager, ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.plugins.viewsource
Methods in com.atlassian.confluence.plugins.viewsource with parameters of type ContentEntityManager Modifier and Type Method Description void
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 ContentEntityManager Constructor Description ViewSourceResource(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 ContentEntityManager Modifier and Type Field Description protected ContentEntityManager
SoapServiceHelperImpl. contentEntityManager
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ContentEntityManager Modifier and Type Method Description void
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
Subinterfaces of ContentEntityManager in com.atlassian.confluence.spaces Modifier and Type Interface Description interface
SpaceDescriptionManager
SpaceDescriptionManagers should not be used directly except by theSpaceManager
. -
Uses of ContentEntityManager in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return ContentEntityManager Modifier and Type Method Description ContentEntityManager
ViewSpaceSummaryAction. getContentEntityManager()
Methods in com.atlassian.confluence.spaces.actions with parameters of type ContentEntityManager Modifier and Type Method Description void
ViewSpaceSummaryAction. setContentEntityManager(ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type ContentEntityManager Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setContentEntityManager(ContentEntityManager contentEntityManager)
-
Uses of ContentEntityManager in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type ContentEntityManager Constructor Description EmbeddedImage(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)
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 ContentEntityManager Constructor Description LegacyContentBuilder(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 ContentEntityManager Constructor Description LegacyContentServiceImpl(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 ContentEntityManager Modifier and Type Method Description void
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 ContentEntityManager Constructor Description UserHistoryHelper(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 ContentEntityManager Constructor Description WebContextFactoryImpl(ContentEntityManager contentEntityManager, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, SpaceManager spaceManager, com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager)
-