Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteComment |
WikiSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
XhtmlSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.addComment(String token,
RemoteComment comment)
Adds a comment to a page or blog post
|
RemoteComment |
WikiSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
XhtmlSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.editComment(String token,
RemoteComment comment)
Updates a comment
|
RemoteComment |
WikiSoapService.getComment(String token,
long commentId) |
RemoteComment |
XhtmlSoapService.getComment(String token,
long commentId) |
RemoteComment |
ConfluenceSoapService.getComment(String token,
long commentId)
Retrieves a comment with the given ID
|
static RemoteComment[] |
SoapUtils.getComments(List comments) |
RemoteComment[] |
WikiSoapService.getComments(String token,
long pageId) |
RemoteComment[] |
XhtmlSoapService.getComments(String token,
long pageId) |
RemoteComment[] |
ConfluenceSoapService.getComments(String token,
long pageId)
Retrieves the comments for a given abstract page
|
Modifier and Type | Method and Description |
---|---|
RemoteComment |
WikiSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
XhtmlSoapService.addComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.addComment(String token,
RemoteComment comment)
Adds a comment to a page or blog post
|
RemoteComment |
WikiSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
XhtmlSoapService.editComment(String token,
RemoteComment comment) |
RemoteComment |
ConfluenceSoapService.editComment(String token,
RemoteComment comment)
Updates a comment
|
Modifier and Type | Method and Description |
---|---|
RemoteComment |
PagesSoapService.addComment(RemoteComment comment) |
RemoteComment |
PagesSoapService.editComment(RemoteComment rComment) |
RemoteComment |
PagesSoapService.getComment(long commentId) |
RemoteComment[] |
PagesSoapService.getComments(long pageId) |
Modifier and Type | Method and Description |
---|---|
RemoteComment |
PagesSoapService.addComment(RemoteComment comment) |
RemoteComment |
PagesSoapService.editComment(RemoteComment rComment) |
Copyright © 2003–2017 Atlassian. All rights reserved.