Modifier and Type | Field and Description |
---|---|
Comment |
AbstractConfluenceAcceptanceTest.TEST_COMMENT |
Modifier and Type | Field and Description |
---|---|
Comment |
TestData.comment |
static Comment |
Comment.TEST
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Comment |
ApiEntityConverter.convertApiContentToItComment(Content content) |
Modifier and Type | Method and Description |
---|---|
static Content |
ApiEntityConverter.convertItCommentToApiContent(Comment comment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
Comment |
ConfluenceRpc.getComment(AbstractPageEntity pageEntity,
long commentId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
ConfluenceRpc.getComments(Page page)
Deprecated.
|
Modifier and Type | Method and 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. Just call
ConfluenceRpc.createComment(Comment) with a Comment that has a parentId set. |
void |
ConfluenceRpc.removeComment(Comment comment)
Deprecated.
|
long |
ConfluenceRpc.saveComment(Comment comment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Comment |
ContentRpc.createComment(Comment comment,
ContentRepresentation format) |
Comment |
ContentRpc.getComment(ContentId id) |
Comment |
ContentRpc.updateComment(Comment comment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
Comment |
ContentRpc.createComment(Comment comment,
ContentRepresentation format) |
Comment |
ContentRpc.updateComment(Comment comment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
Comment |
XmlRpcContentClient.getComment(AbstractPageEntity pageEntity,
long commentId) |
Modifier and Type | Method and Description |
---|---|
long |
XmlRpcContentClient.createComment(Comment comment) |
long |
XmlRpcContentClient.createComment(Comment comment,
long parentCommentId) |
void |
XmlRpcContentClient.removeComment(Comment comment) |
long |
XmlRpcContentClient.saveComment(Comment comment) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Comment,String> |
CommentXsrfAcceptanceTest.CONTENT_EXTRACTOR |
Copyright © 2003–2016 Atlassian. All rights reserved.