Uses of Interface
com.atlassian.confluence.pages.CommentManager
-
-
Uses of CommentManager in com.atlassian.confluence.admin.actions.debug
Methods in com.atlassian.confluence.admin.actions.debug with parameters of type CommentManager Modifier and Type Method Description void
BrowseCommentsAction. setCommentManager(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.confluence.content.render.xhtml.view.embed
Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type CommentManager Constructor Description AttachedImageRenderHelperImpl(CommentManager commentManager)
AttachedImageUnresolvedCommentCountAggregator(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.confluence.content.service
Constructors in com.atlassian.confluence.content.service with parameters of type CommentManager Constructor Description DefaultCommentService(CommentManager commentManager, PermissionManager permissionManager, ContentEntityManager contentManager, EditorConverter editorConverter)
-
Uses of CommentManager in com.atlassian.confluence.content.service.comment
Constructors in com.atlassian.confluence.content.service.comment with parameters of type CommentManager 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)
DeleteCommentCommandImpl(PermissionManager permissionManager, CommentManager commentManager, long commentId)
EditCommentCommandImpl(PermissionManager permissionManager, CommentManager commentManager, long commentId, String newCommentBody)
EditCommentFromEditorCommand(PermissionManager permissionManager, CommentManager commentManager, EditorConverter editConverter, long commentId, String newCommentBody)
-
Uses of CommentManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement CommentManager Modifier and Type Class Description class
DefaultCommentManager
Manager for page comments. -
Uses of CommentManager in com.atlassian.confluence.impl.pages.actions
Constructors in com.atlassian.confluence.impl.pages.actions with parameters of type CommentManager Constructor Description CommentAwareHelper(CommentManager commentManager, PermissionManager permissionManager, ConfluenceWebResourceManager webResourceManager)
-
Uses of CommentManager in com.atlassian.confluence.internal.pages
Subinterfaces of CommentManager 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. -
Uses of CommentManager in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as CommentManager Modifier and Type Field Description protected CommentManager
ViewPageAction. commentManager
Methods in com.atlassian.confluence.pages.actions with parameters of type CommentManager Modifier and Type Method Description void
ViewPageAction. setCommentManager(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.confluence.plugins.quickreload
Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type CommentManager Constructor Description QuickReloadResource(CommentManager commentManager, CommentRenderService commentRenderer, UserAccessor userAccessor, PageManager pageManager, PermissionManager permissionManager, I18NBeanFactory i18NBeanFactory, QuickReloadCaches caches, AccessModeService accessModeService, GlobalSettingsManager settingsManager, LicenseService licenseService, AttachmentManager attachmentManager)
-
Uses of CommentManager in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions with parameters of type CommentManager Modifier and Type Method Description void
ViewSpaceSummaryAction. setCommentManager(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type CommentManager Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setCommentManager(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.confluence.ui.rest.service.content
Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type CommentManager Constructor Description LegacyContentServiceImpl(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, LegacyContentBuilder contentBuilder, LegacyContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService)
Deprecated.
-