|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteComment | |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Uses of RemoteComment in com.atlassian.confluence.rpc.soap |
---|
Methods in com.atlassian.confluence.rpc.soap that return RemoteComment | |
---|---|
RemoteComment |
XhtmlSoapService.addComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
WikiSoapService.addComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
ConfluenceSoapService.addComment(java.lang.String token,
RemoteComment comment)
Adds a comment to a page or blog post |
RemoteComment |
XhtmlSoapService.editComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
WikiSoapService.editComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
ConfluenceSoapService.editComment(java.lang.String token,
RemoteComment comment)
Updates a comment |
RemoteComment |
XhtmlSoapService.getComment(java.lang.String token,
long commentId)
|
RemoteComment |
WikiSoapService.getComment(java.lang.String token,
long commentId)
|
RemoteComment |
ConfluenceSoapService.getComment(java.lang.String token,
long commentId)
Retrieves a comment with the given ID |
static RemoteComment[] |
SoapUtils.getComments(java.util.List comments)
|
RemoteComment[] |
XhtmlSoapService.getComments(java.lang.String token,
long pageId)
|
RemoteComment[] |
WikiSoapService.getComments(java.lang.String token,
long pageId)
|
RemoteComment[] |
ConfluenceSoapService.getComments(java.lang.String token,
long pageId)
Retrieves the comments for a given abstract page |
Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteComment | |
---|---|
RemoteComment |
XhtmlSoapService.addComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
WikiSoapService.addComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
ConfluenceSoapService.addComment(java.lang.String token,
RemoteComment comment)
Adds a comment to a page or blog post |
RemoteComment |
XhtmlSoapService.editComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
WikiSoapService.editComment(java.lang.String token,
RemoteComment comment)
|
RemoteComment |
ConfluenceSoapService.editComment(java.lang.String token,
RemoteComment comment)
Updates a comment |
Uses of RemoteComment in com.atlassian.confluence.rpc.soap.services |
---|
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteComment | |
---|---|
RemoteComment |
PagesSoapService.addComment(RemoteComment comment)
|
RemoteComment |
PagesSoapService.editComment(RemoteComment rComment)
|
RemoteComment |
PagesSoapService.getComment(long commentId)
|
RemoteComment[] |
PagesSoapService.getComments(long pageId)
|
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteComment | |
---|---|
RemoteComment |
PagesSoapService.addComment(RemoteComment comment)
|
RemoteComment |
PagesSoapService.editComment(RemoteComment rComment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |