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 Comment
TestData. comment
static Comment
Comment. TEST
Deprecated. -
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 Comment
ApiEntityConverter. convertApiContentToItComment(Content content)
Methods in com.atlassian.confluence.it.api with parameters of type Comment Modifier and Type Method Description 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 Modifier and Type Method Description Comment
ConfluenceRpc. 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 void
ConfluenceRpc. changeCommentCreatedDate(Comment comment, Date newCreationDate)
Deprecated.long
ConfluenceRpc. createComment(Comment comment)
Deprecated.long
ConfluenceRpc. createComment(Comment comment, long parentCommentId)
Deprecated.Since 5.5.void
ConfluenceRpc. removeComment(Comment comment)
Deprecated.long
ConfluenceRpc. 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 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 Modifier and Type Method Description 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 Modifier and Type Method Description Comment
XmlRpcContentClient. getComment(AbstractPageEntity pageEntity, long commentId)
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Comment Modifier and Type Method Description long
XmlRpcContentClient. createComment(Comment comment)
long
XmlRpcContentClient. createComment(Comment comment, long parentCommentId)
void
XmlRpcContentClient. removeComment(Comment comment)
long
XmlRpcContentClient. saveComment(Comment comment)
-