Uses of Class
com.atlassian.confluence.it.Comment

Packages that use Comment
com.atlassian.confluence   
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.it.rpc.delegates   
com.atlassian.confluence.it.rpc.xmlrpc   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
com.atlassian.confluence.xsrf   
 

Uses of Comment in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as Comment
 Comment AbstractConfluenceAcceptanceTest.TEST_COMMENT
           
 

Uses of Comment in com.atlassian.confluence.it
 

Fields in com.atlassian.confluence.it declared as Comment
 Comment TestData.comment
           
static Comment Comment.TEST
           
 

Uses of Comment in com.atlassian.confluence.it.api
 

Methods in com.atlassian.confluence.it.api that return Comment
static Comment ApiEntityConverter.convertApiContentToItComment(Content content)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type Comment
static Content ApiEntityConverter.convertItCommentToApiContent(Comment comment, ContentRepresentation format)
           
 

Uses of Comment in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return Comment
 Comment ConfluenceRpc.getComment(AbstractPageEntity pageEntity, long commentId)
           
 

Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Comment
 java.util.List<Comment> ConfluenceRpc.getComments(Page page)
           
 

Methods in com.atlassian.confluence.it.rpc with parameters of type Comment
 void ConfluenceRpc.changeCommentCreatedDate(Comment comment, java.util.Date newCreationDate)
           
 long ConfluenceRpc.createComment(Comment comment)
           
 long ConfluenceRpc.createComment(Comment comment, long parentCommentId)
          Deprecated. Since 5.5. Just call ConfluenceRpc.createComment(Comment) with a Comment that has a parentId set.
 void ConfluenceRpc.removeComment(Comment comment)
           
 long ConfluenceRpc.saveComment(Comment comment)
           
 

Uses of Comment in com.atlassian.confluence.it.rpc.delegates
 

Methods in com.atlassian.confluence.it.rpc.delegates that return Comment
 Comment ContentRpc.createComment(Comment comment, ContentRepresentation format)
           
 Comment ContentRpc.getComment(ContentId id)
           
 Comment ContentRpc.updateComment(Comment comment, ContentRepresentation format)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Comment
 Comment ContentRpc.createComment(Comment comment, ContentRepresentation format)
           
 Comment ContentRpc.updateComment(Comment comment, ContentRepresentation format)
           
 

Uses of Comment in com.atlassian.confluence.it.rpc.xmlrpc
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc that return Comment
 Comment XmlRpcContentClient.getComment(AbstractPageEntity pageEntity, long commentId)
           
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Comment
 long XmlRpcContentClient.createComment(Comment comment)
           
 long XmlRpcContentClient.createComment(Comment comment, long parentCommentId)
           
 void XmlRpcContentClient.removeComment(Comment comment)
           
 long XmlRpcContentClient.saveComment(Comment comment)
           
 

Uses of Comment in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as Comment
protected  Comment AbstractSeleniumTest.testComment
           
 

Uses of Comment in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type Comment
 void Editor.replyToComment(Comment comment)
          Opens the reply page for the given comment
 

Uses of Comment in com.atlassian.confluence.xsrf
 

Fields in com.atlassian.confluence.xsrf with type parameters of type Comment
static com.google.common.base.Function<Comment,java.lang.String> CommentXsrfAcceptanceTest.CONTENT_EXTRACTOR
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.