Uses of Class
com.atlassian.confluence.pages.Comment
Packages that use Comment
Package
Description
This package contains handlers that know how to create change values out of
changed objects.
-
Uses of Comment in com.atlassian.confluence.admin.actions.debug
Methods in com.atlassian.confluence.admin.actions.debug that return types with arguments of type Comment -
Uses of Comment in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return CommentModifier and TypeMethodDescriptionMethods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type CommentMethods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type CommentModifier and TypeMethodDescriptionprotected PageResponse<Content>
CommentContentTypeApiSupport.getChildrenForThisType
(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content>
CommentContentTypeApiSupport.getFilteredChildrenForThisType
(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) CommentContentTypeApiSupport.validateUpdate
(Content updatedContent, Comment existingEntity) Method parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type CommentModifier and TypeMethodDescriptionCommentContentTypeApiSupport.getExtensions
(Iterable<Comment> contentEntities, Expansions expansions) -
Uses of Comment in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with parameters of type CommentModifier and TypeMethodDescriptionvoid
CommentExtensionsSupport.updateExtensionsOnEntity
(Comment comment, Map<String, Object> extensions) A creation hook, extension properties should be set on the passed in comment object.void
NullCommentExtensionsSupport.updateExtensionsOnEntity
(Comment comment, Map<String, Object> extensions) CommentExtensionsSupport.validateExtensionsForUpdate
(Comment comment, Map<String, Object> extensions, SimpleValidationResult.Builder validationResultBuilder) Validation hook for update operations.NullCommentExtensionsSupport.validateExtensionsForUpdate
(Comment comment, Map<String, Object> extensions, SimpleValidationResult.Builder validationResultBuilder) Method parameters in com.atlassian.confluence.content.apisupport with type arguments of type CommentModifier and TypeMethodDescriptionCommentExtensionsSupport.getExtensions
(Iterable<Comment> comments, Expansions expansions) Get the map of extension properties for each of the comment entitiesNullCommentExtensionsSupport.getExtensions
(Iterable<Comment> comments, Expansions expansions) -
Uses of Comment in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type CommentModifier and TypeMethodDescriptionLinksUpdater.expandRelativeReferencesInContent
(Comment comment) Expand any relative links or embedded files/images encountered in the supplied comment.XhtmlLinksUpdater.expandRelativeReferencesInContent
(Comment comment) -
Uses of Comment in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type CommentModifier and TypeMethodDescriptionprotected boolean
DefaultResourceIdentifierMatcher.matches
(Comment comment, ResourceIdentifier ri) Remembering that this implementation is intended for use in rendering then a Comment is said to match the ResourceIdentifier if the parent of the Comment matches the ResourceIdentifier. -
Uses of Comment in com.atlassian.confluence.content.service.comment
Methods in com.atlassian.confluence.content.service.comment that return CommentModifier and TypeMethodDescriptionCommentCommand.getComment()
CreateCommentCommand.getComment()
Gets the comment that was created.CreateCommentCommandImpl.getComment()
DeleteCommentCommand.getComment()
Gets the comment that was removed.DeleteCommentCommandImpl.getComment()
EditCommentCommand.getComment()
Gets the comment that was edited.EditCommentCommandImpl.getComment()
-
Uses of Comment in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type CommentMethods in com.atlassian.confluence.core with parameters of type CommentModifier and TypeMethodDescriptionvoid
ContentEntityObject.addComment
(Comment comment) void
ContentEntityObject.removeComment
(Comment comment) Method parameters in com.atlassian.confluence.core with type arguments of type Comment -
Uses of Comment in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages that return types with arguments of type CommentModifier and TypeMethodDescription@NonNull PageResponse<Comment>
CommentManagerInternal.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment>
CommentManagerInternal.getFilteredContainerComments
(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.@NonNull PageResponse<Comment>
CommentManagerInternal.scanFilteredComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the existing comments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Comment>
CommentManagerInternal.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the current comments within the specified space, with the results limited according to the provided pagination parameters.Methods in com.atlassian.confluence.dmz.pages with parameters of type CommentModifier and TypeMethodDescription@NonNull PageResponse<Comment>
CommentManagerInternal.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.Method parameters in com.atlassian.confluence.dmz.pages with type arguments of type CommentModifier and TypeMethodDescription@NonNull PageResponse<Comment>
CommentManagerInternal.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment>
CommentManagerInternal.getFilteredContainerComments
(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested. -
Uses of Comment in com.atlassian.confluence.event.events.content.comment
Fields in com.atlassian.confluence.event.events.content.comment declared as CommentMethods in com.atlassian.confluence.event.events.content.comment that return CommentModifier and TypeMethodDescriptionCommentEvent.getComment()
CommentUpdateEvent.getOriginalComment()
Constructors in com.atlassian.confluence.event.events.content.comment with parameters of type CommentModifierConstructorDescriptionCommentCreateEvent
(Object src, Comment comment) Deprecated.CommentCreateEvent
(Object source, Comment comment, OperationContext<?> context) CommentEvent
(Object src, Comment comment) Deprecated.since 7.1.0, useCommentEvent(Object, Comment, OperationContext)
CommentEvent
(Object source, Comment comment, @Nullable OperationContext<?> context) CommentRemoveEvent
(Object src, Comment comment, com.atlassian.user.User remover) CommentUpdateEvent
(Object src, Comment comment) Deprecated.since 7.1.0, useCommentUpdateEvent(Object, Comment, Comment, OperationContext)
CommentUpdateEvent
(Object source, Comment comment, @Nullable Comment originalComment, @Nullable OperationContext<?> operationContext) CommentUpdateEvent
(Object src, Comment comment, Comment originalComment) Deprecated.since 7.1.0, useCommentUpdateEvent(Object, Comment, Comment, OperationContext)
-
Uses of Comment in com.atlassian.confluence.impl.audit.handler
Methods in com.atlassian.confluence.impl.audit.handler that return types with arguments of type CommentModifier and TypeMethodDescriptioncom.atlassian.confluence.impl.audit.handler.AuditHandler<Comment>
AuditHandlerFactory.createCommentHandler()
-
Uses of Comment in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return CommentModifier and TypeMethodDescription@NonNull Comment
DefaultCommentManager.addCommentToObject
(ContentEntityObject ceo, Comment parent, String content) @NonNull Comment
DefaultCommentManager.addCommentToObject
(ContentEntityObject ceo, Comment parent, String content, @Nullable NewCommentDeduplicator commentDeduplicator) @NonNull Comment
DefaultCommentManager.addCommentToPage
(AbstractPage page, Comment parent, String content) @Nullable Comment
DefaultCommentManager.getComment
(long id) Methods in com.atlassian.confluence.impl.content that return types with arguments of type CommentModifier and TypeMethodDescription@NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredContainerComments
(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.DefaultCommentManager.getPageComments
(long pageId, Date since) DefaultCommentManager.getPageComments
(long pageId, Date since, ConfluenceUser ignoreUser) DefaultCommentManager.getPageLevelComments
(long pageId, Date since) DefaultCommentManager.getRecentlyUpdatedComments
(Space space, int maxResults) @NonNull PageResponse<Comment>
DefaultCommentManager.scanFilteredComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) @NonNull PageResponse<Comment>
DefaultCommentManager.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Methods in com.atlassian.confluence.impl.content with parameters of type CommentModifier and TypeMethodDescription@NonNull Comment
DefaultCommentManager.addCommentToObject
(ContentEntityObject ceo, Comment parent, String content) @NonNull Comment
DefaultCommentManager.addCommentToObject
(ContentEntityObject ceo, Comment parent, String content, @Nullable NewCommentDeduplicator commentDeduplicator) @NonNull Comment
DefaultCommentManager.addCommentToPage
(AbstractPage page, Comment parent, String content) @NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.void
DefaultCommentManager.updateCommentContent
(Comment comment, String content) Method parameters in com.atlassian.confluence.impl.content with type arguments of type CommentModifier and TypeMethodDescription@NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredContainerComments
(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested. -
Uses of Comment in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type CommentModifier and TypeMethodDescriptionAbstractRendererExporterImpl.ContentConverter.convertToXHtml
(Comment comment) -
Uses of Comment in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentDaoInternal.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest) CommentDaoInternal.scanFilteredSpaceComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type Comment -
Uses of Comment in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports with parameters of type CommentConstructors in com.atlassian.confluence.mail.reports with parameters of type Comment -
Uses of Comment in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return CommentModifier and TypeMethodDescription@NonNull Comment
CommentManager.addCommentToObject
(ContentEntityObject ceo, @Nullable Comment parent, String content) @NonNull Comment
CommentManager.addCommentToObject
(ContentEntityObject ceo, @Nullable Comment parent, String content, NewCommentDeduplicator commentDeduplicator) Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.@NonNull Comment
CommentManager.addCommentToPage
(AbstractPage page, @Nullable Comment parent, String content) Deprecated.AddressableComment.comment()
Returns the value of thecomment
record component.CommentManager.getComment
(long id) Comment.getParent()
Methods in com.atlassian.confluence.pages that return types with arguments of type CommentModifier and TypeMethodDescriptionComment.getChildren()
ReadOnlyAttachment.getComments()
Deprecated, for removal: This API element is subject to removal in a future version.NewCommentDeduplicator.getDuplicateComment
(Iterable<Comment> existingComments) Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.SubmissionTokenCommentDeduplicator.getDuplicateComment
(Iterable<Comment> existingComments) CommentManager.getPageComments
(long pageId, Date since) Deprecated.since 7.3.0, useContentService.find(Expansion...)
in plugins orCommentManagerInternal
in core where applicableCommentManager.getPageComments
(long pageId, Date since, ConfluenceUser ignoreUser) The service get all page comments (page level comments and inline comments) from a particular date except for comments by the given user.AbstractPage.getPageLevelComments()
CommentManager.getPageLevelComments
(long pageId, Date since) Deprecated.since 7.3.0, useContentService.find(Expansion...)
in plugins orCommentManagerInternal
in core where applicableCommentManager.getRecentlyUpdatedComments
(Space space, int maxResults) AbstractPage.getTopLevelComments()
Methods in com.atlassian.confluence.pages with parameters of type CommentModifier and TypeMethodDescriptionvoid
void
ReadOnlyAttachment.addComment
(Comment comment) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull Comment
CommentManager.addCommentToObject
(ContentEntityObject ceo, @Nullable Comment parent, String content) @NonNull Comment
CommentManager.addCommentToObject
(ContentEntityObject ceo, @Nullable Comment parent, String content, NewCommentDeduplicator commentDeduplicator) Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.@NonNull Comment
CommentManager.addCommentToPage
(AbstractPage page, @Nullable Comment parent, String content) Deprecated.void
NewCommentDeduplicator.newCommentSaved
(Comment newComment) Called when a new comment has been savedvoid
SubmissionTokenCommentDeduplicator.newCommentSaved
(Comment comment) static AddressableComment
void
Comment.removeChild
(Comment child) void
ReadOnlyAttachment.removeComment
(Comment comment) Deprecated, for removal: This API element is subject to removal in a future version.void
Comment.reparentChildren
(Comment newParent) void
void
CommentManager.updateCommentContent
(Comment comment, String content) Method parameters in com.atlassian.confluence.pages with type arguments of type CommentModifier and TypeMethodDescriptionNewCommentDeduplicator.getDuplicateComment
(Iterable<Comment> existingComments) Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.SubmissionTokenCommentDeduplicator.getDuplicateComment
(Iterable<Comment> existingComments) void
Comment.setChildren
(List<Comment> children) void
ReadOnlyAttachment.setComments
(List<Comment> comments) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.atlassian.confluence.pages with parameters of type CommentModifierConstructorDescriptionAddressableComment
(Comment comment) Creates an instance of aAddressableComment
record class. -
Uses of Comment in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return CommentModifier and TypeMethodDescriptionAddCommentAction.getComment()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.CommentAware.getComment()
EditCommentAction.getComment()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.ViewPageAction.getComment()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.Methods in com.atlassian.confluence.pages.actions that return types with arguments of type CommentMethods in com.atlassian.confluence.pages.actions with parameters of type CommentModifier and TypeMethodDescriptionstatic WebInterfaceContext
AddCommentAction.createWebInterfaceContextWithComment
(WebInterfaceContext context, Comment comment) AddCommentAction.getWebInterfaceContext
(Comment comment) EditCommentAction.getWebInterfaceContext
(Comment comment) ViewPageAction.getWebInterfaceContext
(Comment comment) void
CommentAware.setComment
(Comment comment) void
ViewPageAction.setComment
(Comment comment) Sets the currently focused comment. -
Uses of Comment in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return CommentMethods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentDao.getChildren
(Comment comment, LimitedRequest pageRequest) CommentDao.getContainerComments
(long containerId, LimitedRequest pageRequest) CommentDao.getContainerComments
(long containerId, Date since) Get the comments that have been added or updated since a specific timeCommentDao.getContainerComments
(long containerId, Date since, ConfluenceUser ignoreUser) Get the comments that have been added or updated since a specific time but not by a userCommentDao.getRecentlyUpdatedComments
(long spaceId, int maxResults) Get all comments that have been updated recently in a spaceMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type CommentModifier and TypeMethodDescriptionCommentDao.getChildren
(Comment comment, LimitedRequest pageRequest) -
Uses of Comment in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return CommentModifier and TypeMethodDescriptionprotected Comment
HibernateCommentDao.getByClassId
(long id) HibernateCommentDao.getById
(long id) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type CommentModifier and TypeMethodDescriptionHibernateCommentDao.getChildren
(Comment comment, LimitedRequest pageRequest) HibernateCommentDao.getContainerComments
(long containerId, LimitedRequest pageRequest) HibernateCommentDao.getContainerComments
(long containerId, Date since) HibernateCommentDao.getContainerComments
(long containerId, Date since, ConfluenceUser ignoreUser) HibernateCommentDao.getPersistentClass()
HibernateCommentDao.getRecentlyUpdatedComments
(long spaceId, int maxResults) HibernateCommentDao.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest) HibernateCommentDao.scanFilteredSpaceComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type CommentModifier and TypeMethodDescriptionHibernateCommentDao.getChildren
(Comment comment, LimitedRequest pageRequest) -
Uses of Comment in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return CommentModifier and TypeMethodDescription@Nullable Comment
DefaultWebInterfaceContext.getComment()
@Nullable Comment
WebInterfaceContext.getComment()
Returns the comment related to the web interface state, or null if there is no comment.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Comment -
Uses of Comment in com.atlassian.confluence.plugins.rest.jackson2.entities
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return types with arguments of type CommentConstructor parameters in com.atlassian.confluence.plugins.rest.jackson2.entities with type arguments of type Comment -
Uses of Comment in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type Comment -
Uses of Comment in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Comment -
Uses of Comment in com.atlassian.confluence.rss
Method parameters in com.atlassian.confluence.rss with type arguments of type CommentModifier and TypeMethodDescriptionCommentRenderSupport.getCategoryNames
(RssRenderItem<? extends Comment> item) CommentRenderSupport.getTitle
(RssRenderItem<? extends Comment> item) CommentRenderSupport.renderedContext
(RssRenderItem<? extends Comment> item, io.atlassian.util.concurrent.Timeout timeout) -
Uses of Comment in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type CommentModifier and TypeMethodDescriptionboolean
CommentPermissionsDelegate.canAdminister
(ConfluenceUser user, Comment target) boolean
CommentPermissionsDelegate.canEdit
(ConfluenceUser user, Comment target) boolean
CommentPermissionsDelegate.canExport
(ConfluenceUser user, Comment target) We've decided that most objects aside from spaces should not support canExport.boolean
CommentPermissionsDelegate.canRemove
(ConfluenceUser user, Comment target) boolean
CommentPermissionsDelegate.canSetPermissions
(ConfluenceUser user, Comment target) boolean
CommentPermissionsDelegate.canView
(ConfluenceUser user, Comment target) -
Uses of Comment in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return types with arguments of type CommentMethods in com.atlassian.confluence.spaces with parameters of type CommentModifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.addComment
(Comment comment) void
ReadOnlySpaceDescription.removeComment
(Comment comment) Method parameters in com.atlassian.confluence.spaces with type arguments of type CommentModifier and TypeMethodDescriptionvoid
ReadOnlySpaceDescription.setComments
(List<Comment> comments) -
Uses of Comment in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes with parameters of type CommentModifier and TypeMethodDescriptionboolean
PageHelper.shouldRenderCommentAsUpdated
(Comment comment) Should this comment be flagged as having been updated in any rendering, using a default grace thresholdboolean
PageHelper.shouldRenderCommentAsUpdated
(Comment comment, int thresholdSeconds) Should this comment be flagged as having been updated in any rendering -
Uses of Comment in com.atlassian.confluence.tinymceplugin.service
Methods in com.atlassian.confluence.tinymceplugin.service with parameters of type CommentModifier and TypeMethodDescriptionCommentRenderService.render
(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req) CommentRenderService.render
(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req, int maxLength, boolean plainTextOnly) Create the JSON representation of a Comment -
Uses of Comment in com.atlassian.confluence.tinymceplugin.service.impl
Methods in com.atlassian.confluence.tinymceplugin.service.impl with parameters of type CommentModifier and TypeMethodDescriptionCommentRenderServiceImpl.render
(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest) CommentRenderServiceImpl.render
(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest, int maxLength, boolean plainTextOnly) -
Uses of Comment in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return CommentModifier and TypeMethodDescriptionstatic Comment
GeneralUtil.getParentComment
(Comment comment) Returns the top-level comment that the comment is attached toMethods in com.atlassian.confluence.util with parameters of type CommentModifier and TypeMethodDescriptionstatic String
GeneralUtil.getCommentUrl
(Attachment attachment, Comment comment) Get the permalink URL to preview the given comment (annotation) in the previewer.static Comment
GeneralUtil.getParentComment
(Comment comment) Returns the top-level comment that the comment is attached to -
Uses of Comment in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils that return CommentModifier and TypeMethodDescriptionItStateManager.storeAndGetTestComment
(ContentEntityObject content) Methods in com.atlassian.integrationtest.utils that return types with arguments of type CommentModifier and TypeMethodDescriptionItStateManager.storeAndGetTestChildCommentsTx
(ContentEntityObject container, Comment parent, int count) Creates unresolved child comments in a new transaction.ItStateManager.storeAndGetTestInlineCommentsTx
(ContentEntityObject container, int count) Creates unresolved inline comments in a new transaction.ItStateManager.storeAndGetTestResolvedCommentListTx
(Page container, int count) Creates resolved (page-level or inline) comments in a new transaction.Methods in com.atlassian.integrationtest.utils with parameters of type CommentModifier and TypeMethodDescriptionItStateManager.storeAndGetTestChildCommentsTx
(ContentEntityObject container, Comment parent, int count) Creates unresolved child comments in a new transaction.
CommentCreateEvent(Object, Comment, OperationContext)