Modifier and Type | Method and Description |
---|---|
void |
BrowseCommentsAction.setCommentManager(CommentManager commentManager) |
Constructor and Description |
---|
AttachedImageRenderHelperImpl(CommentManager commentManager) |
AttachedImageUnresolvedCommentCountAggregator(CommentManager commentManager) |
Constructor and Description |
---|
DefaultCommentService(CommentManager commentManager,
PermissionManager permissionManager,
ContentEntityManager contentManager,
EditorConverter editorConverter) |
Constructor and Description |
---|
CreateCommentCommandImpl(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
long contentId,
long parentCommentId,
String commentBody)
Deprecated.
since 5.6. Use
#CreateCommentCommandImpl(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.pages.CommentManager, com.atlassian.confluence.core.ContentPropertyManager, long, long, String, java.util.UUID) |
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)
Deprecated.
since 5.6. Use
#CreateCommentFromEditorCommand(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.pages.CommentManager, com.atlassian.confluence.content.render.xhtml.editor.EditorConverter, long, long, String, java.util.UUID) |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
CommentManagerInternal
Internal version of the
CommentManager interface; see the package-info.java for rationale. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommentManager
Manager for page comments.
|
Modifier and Type | Field and Description |
---|---|
protected CommentManager |
ViewPageAction.commentManager |
Modifier and Type | Method and Description |
---|---|
void |
ViewPageAction.setCommentManager(CommentManager commentManager) |
Constructor and Description |
---|
QuickReloadResource(CommentManager commentManager,
CommentRenderService commentRenderer,
UserAccessor userAccessor,
PageManager pageManager,
PermissionManager permissionManager,
I18NBeanFactory i18NBeanFactory,
QuickReloadCaches caches) |
Modifier and Type | Method and Description |
---|---|
void |
ViewSpaceSummaryAction.setCommentManager(CommentManager commentManager) |
Modifier and Type | Method and Description |
---|---|
void |
FuncTestRpcHandlerImpl.setCommentManager(CommentManager commentManager) |
Constructor and Description |
---|
ContentServiceImpl(PageManager pageManager,
CommentManager commentManager,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
ContentBuilder contentBuilder,
ContentBodyBuilder contentBodyBuilder,
FormatConverter formatConverter,
ThemeManager themeManager,
CustomLayoutManager customLayoutManager,
LabelsService labelsService) |
Constructor and Description |
---|
DummyVersionChildPolicyTestResource(CustomContentManager customContentManager,
CommentManager commentManager,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
SpaceManager spaceManager) |
Copyright © 2003–2015 Atlassian. All rights reserved.