Uses of Class
com.atlassian.confluence.it.Comment
-
-
Uses of Comment in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as Comment Modifier and Type Field Description CommentTestData. commentstatic CommentComment. TESTDeprecated. -
Uses of Comment in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Comment Modifier and Type Method Description static CommentApiEntityConverter. convertApiContentToItComment(Content content)Methods in com.atlassian.confluence.it.api with parameters of type Comment Modifier and Type Method Description static ContentApiEntityConverter. convertItCommentToApiContent(Comment comment, ContentRepresentation format) -
Uses of Comment in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return Comment Modifier and Type Method Description CommentConfluenceRpc. getComment(AbstractPageEntity pageEntity, long commentId)Deprecated.Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Comment Modifier and Type Method Description List<Comment>ConfluenceRpc. getComments(Page page)Deprecated.Methods in com.atlassian.confluence.it.rpc with parameters of type Comment Modifier and Type Method Description voidConfluenceRpc. changeCommentCreatedDate(Comment comment, Date newCreationDate)Deprecated.longConfluenceRpc. createComment(Comment comment)Deprecated.longConfluenceRpc. createComment(Comment comment, long parentCommentId)Deprecated.Since 5.5.voidConfluenceRpc. removeComment(Comment comment)Deprecated.longConfluenceRpc. saveComment(Comment comment)Deprecated. -
Uses of Comment in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return Comment Modifier and Type Method Description CommentContentRpc. createComment(Comment comment, ContentRepresentation format)CommentContentRpc. getComment(ContentId id)CommentContentRpc. updateComment(Comment comment, ContentRepresentation format)Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Comment Modifier and Type Method Description CommentContentRpc. createComment(Comment comment, ContentRepresentation format)CommentContentRpc. 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 Modifier and Type Method Description CommentXmlRpcContentClient. getComment(AbstractPageEntity pageEntity, long commentId)Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Comment Modifier and Type Method Description longXmlRpcContentClient. createComment(Comment comment)longXmlRpcContentClient. createComment(Comment comment, long parentCommentId)voidXmlRpcContentClient. removeComment(Comment comment)longXmlRpcContentClient. saveComment(Comment comment)
-