Uses of Interface
com.atlassian.confluence.content.service.CommentService
Package
Description
-
Uses of CommentService in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionContentTrashServiceImpl
(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 CommentService in com.atlassian.confluence.api.impl.service.content.typebinding
ModifierConstructorDescriptionCommentContentTypeApiSupport
(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 CommentService in com.atlassian.confluence.content.service
-
Uses of CommentService in com.atlassian.confluence.pages.actions
Modifier and TypeMethodDescriptionvoid
AddCommentAction.setCommentService
(CommentService commentService) void
EditCommentAction.setCommentService
(CommentService commentService) -
Uses of CommentService in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionvoid
PagesSoapService.setCommentServiceTarget
(CommentService commentService) -
Uses of CommentService in com.atlassian.confluence.tinymceplugin.rest
ModifierConstructorDescriptionPageResource
(CommentService commentService, NotificationManager notificationManager, CommentRenderService commentRenderService, CaptchaManager captchaManager, FormatConverter converter, PageManager pageManager, PermissionManager permissionManager, com.atlassian.xwork.XsrfTokenGenerator tokenGenerator, DraftsTransitionHelper draftsTransitionHelper, HeartbeatManager heartbeatManager, Differ differ, UserChecker userChecker, CollaborativeEditingHelper collaborativeEditingHelper, com.atlassian.event.api.EventPublisher eventPublisher, StorageFormatCleaner storageFormatCleaner, LicenseService licenseService)