|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Comment in com.atlassian.confluence.content.service.comment |
---|
Methods in com.atlassian.confluence.content.service.comment that return Comment | |
---|---|
Comment |
EditCommentCommandImpl.getComment()
|
Comment |
EditCommentCommand.getComment()
Gets the comment that was edited. |
Comment |
DeleteCommentCommandImpl.getComment()
|
Comment |
DeleteCommentCommand.getComment()
Gets the comment that was removed. |
Comment |
CreateCommentCommandImpl.getComment()
|
Comment |
CreateCommentCommand.getComment()
Gets the comment that was created. |
Uses of Comment in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
ContentEntityObject.getComments()
|
Methods in com.atlassian.confluence.core with parameters of type Comment | |
---|---|
void |
ContentEntityObject.addComment(Comment comment)
|
void |
ContentEntityObject.removeComment(Comment comment)
|
Uses of Comment in com.atlassian.confluence.event.events.content.comment |
---|
Fields in com.atlassian.confluence.event.events.content.comment declared as Comment | |
---|---|
protected Comment |
CommentEvent.comment
|
Methods in com.atlassian.confluence.event.events.content.comment that return Comment | |
---|---|
Comment |
CommentEvent.getComment()
|
Comment |
CommentUpdateEvent.getOriginalComment()
|
Constructors in com.atlassian.confluence.event.events.content.comment with parameters of type Comment | |
---|---|
CommentCreateEvent(java.lang.Object src,
Comment comment)
|
|
CommentEvent(java.lang.Object src,
Comment comment)
|
|
CommentRemoveEvent(java.lang.Object src,
Comment comment,
com.atlassian.user.User remover)
|
|
CommentUpdateEvent(java.lang.Object src,
Comment comment)
|
|
CommentUpdateEvent(java.lang.Object src,
Comment comment,
Comment originalComment)
|
Uses of Comment in com.atlassian.confluence.mail.reports |
---|
Methods in com.atlassian.confluence.mail.reports with parameters of type Comment | |
---|---|
void |
ChangeDigestReport.addComment(Comment comment)
|
Constructors in com.atlassian.confluence.mail.reports with parameters of type Comment | |
---|---|
CommentReport(Comment comment,
ChangeDigestReport report)
|
Uses of Comment in com.atlassian.confluence.pages |
---|
Methods in com.atlassian.confluence.pages that return Comment | |
---|---|
Comment |
DefaultCommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
java.lang.String content)
|
Comment |
CommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
java.lang.String content)
|
Comment |
DefaultCommentManager.addCommentToPage(AbstractPage page,
Comment parent,
java.lang.String content)
|
Comment |
CommentManager.addCommentToPage(AbstractPage page,
Comment parent,
java.lang.String content)
Deprecated. |
Comment |
DefaultCommentManager.getComment(long id)
|
Comment |
CommentManager.getComment(long id)
|
Comment |
Comment.getParent()
|
Methods in com.atlassian.confluence.pages that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
Comment.getChildren()
|
java.util.List<Comment> |
AbstractPage.getTopLevelComments()
|
Methods in com.atlassian.confluence.pages with parameters of type Comment | |
---|---|
void |
Comment.addChild(Comment child)
|
Comment |
DefaultCommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
java.lang.String content)
|
Comment |
CommentManager.addCommentToObject(ContentEntityObject ceo,
Comment parent,
java.lang.String content)
|
Comment |
DefaultCommentManager.addCommentToPage(AbstractPage page,
Comment parent,
java.lang.String content)
|
Comment |
CommentManager.addCommentToPage(AbstractPage page,
Comment parent,
java.lang.String content)
Deprecated. |
void |
Comment.removeChild(Comment child)
|
void |
Comment.reparentChildren(Comment newParent)
|
void |
Comment.setParent(Comment parent)
|
void |
DefaultCommentManager.updateCommentContent(Comment comment,
java.lang.String content)
|
void |
CommentManager.updateCommentContent(Comment comment,
java.lang.String content)
|
Method parameters in com.atlassian.confluence.pages with type arguments of type Comment | |
---|---|
void |
Comment.setChildren(java.util.List<Comment> children)
|
Uses of Comment in com.atlassian.confluence.pages.actions |
---|
Methods in com.atlassian.confluence.pages.actions that return Comment | |
---|---|
Comment |
ViewPageAction.getComment()
Gets the currently focused comment. |
Comment |
RemoveCommentAction.getComment()
|
Comment |
EditCommentAction.getComment()
|
Comment |
CommentAware.getComment()
|
Comment |
AddCommentAction.getComment()
|
Comment |
ViewPageAction.getRootComment()
Deprecated. since 2.8 the default theme no longer uses a "root comment". This method will remain until the other themes do the same. |
Methods in com.atlassian.confluence.pages.actions with parameters of type Comment | |
---|---|
static WebInterfaceContext |
AddCommentAction.createWebInterfaceContextWithComment(WebInterfaceContext context,
Comment comment)
|
WebInterfaceContext |
ViewPageAction.getWebInterfaceContext(Comment comment)
|
WebInterfaceContext |
EditCommentAction.getWebInterfaceContext(Comment comment)
|
WebInterfaceContext |
AddCommentAction.getWebInterfaceContext(Comment comment)
|
void |
ViewPageAction.setComment(Comment comment)
Sets the currently focused comment. |
void |
CommentAware.setComment(Comment comment)
|
Uses of Comment in com.atlassian.confluence.pages.persistence.dao |
---|
Methods in com.atlassian.confluence.pages.persistence.dao that return Comment | |
---|---|
Comment |
CommentDao.getById(long id)
|
Uses of Comment in com.atlassian.confluence.pages.persistence.dao.hibernate |
---|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return Comment | |
---|---|
Comment |
HibernateCommentDao.getById(long id)
|
Uses of Comment in com.atlassian.confluence.plugin.descriptor.web |
---|
Methods in com.atlassian.confluence.plugin.descriptor.web that return Comment | |
---|---|
Comment |
WebInterfaceContext.getComment()
Returns the comment related to the web interface state, or null if there is no comment. |
Comment |
DefaultWebInterfaceContext.getComment()
|
Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Comment | |
---|---|
void |
DefaultWebInterfaceContext.setComment(Comment comment)
|
Uses of Comment in com.atlassian.confluence.plugins.rest.entities |
---|
Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
CommentEntityTree.getComments()
|
Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type Comment | |
---|---|
CommentEntityTree(int total,
java.util.List<Comment> comments)
|
Uses of Comment in com.atlassian.confluence.plugins.rest.entities.builders |
---|
Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type Comment | |
---|---|
ContentEntity |
CommentEntityBuilder.build(Comment comment)
|
Uses of Comment in com.atlassian.confluence.rpc.soap.beans |
---|
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Comment | |
---|---|
RemoteComment(Comment comment)
|
Uses of Comment in com.atlassian.confluence.themes |
---|
Methods in com.atlassian.confluence.themes with parameters of type Comment | |
---|---|
boolean |
PageHelper.shouldRenderCommentAsUpdated(Comment comment)
Should this comment be flagged as having been updated in any rendering, using a default grace threshold |
boolean |
PageHelper.shouldRenderCommentAsUpdated(Comment comment,
int thresholdSeconds)
Should this comment be flagged as having been updated in any rendering |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |