Uses of Interface
com.atlassian.confluence.internal.pages.CommentManagerInternal
-
-
Uses of CommentManagerInternal in com.atlassian.confluence.api.impl.service.audit.uri
Constructors in com.atlassian.confluence.api.impl.service.audit.uri with parameters of type CommentManagerInternal Constructor Description CommentUriGenerator(CommentManagerInternal commentManager)
-
Uses of CommentManagerInternal in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type CommentManagerInternal Constructor Description 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 CommentManagerInternal in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement CommentManagerInternal Modifier and Type Class Description class
DefaultCommentManager
Manager for page comments.
-