Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteComment
Packages that use RemoteComment
-
Uses of RemoteComment in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteCommentModifier and TypeMethodDescriptionConfluenceSoapService.addComment
(String token, RemoteComment comment) Adds a comment to a page or blog postWikiSoapService.addComment
(String token, RemoteComment comment) XhtmlSoapService.addComment
(String token, RemoteComment comment) ConfluenceSoapService.editComment
(String token, RemoteComment comment) Updates a commentWikiSoapService.editComment
(String token, RemoteComment comment) XhtmlSoapService.editComment
(String token, RemoteComment comment) ConfluenceSoapService.getComment
(String token, long commentId) Retrieves a comment with the given IDWikiSoapService.getComment
(String token, long commentId) XhtmlSoapService.getComment
(String token, long commentId) ConfluenceSoapService.getComments
(String token, long pageId) Retrieves the comments for a given abstract pagestatic RemoteComment[]
SoapUtils.getComments
(List comments) WikiSoapService.getComments
(String token, long pageId) XhtmlSoapService.getComments
(String token, long pageId) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteCommentModifier and TypeMethodDescriptionConfluenceSoapService.addComment
(String token, RemoteComment comment) Adds a comment to a page or blog postWikiSoapService.addComment
(String token, RemoteComment comment) XhtmlSoapService.addComment
(String token, RemoteComment comment) ConfluenceSoapService.editComment
(String token, RemoteComment comment) Updates a commentWikiSoapService.editComment
(String token, RemoteComment comment) XhtmlSoapService.editComment
(String token, RemoteComment comment) -
Uses of RemoteComment in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteCommentModifier and TypeMethodDescriptionPagesSoapService.addComment
(RemoteComment comment) PagesSoapService.editComment
(RemoteComment rComment) PagesSoapService.getComment
(long commentId) PagesSoapService.getComments
(long pageId) Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteCommentModifier and TypeMethodDescriptionPagesSoapService.addComment
(RemoteComment comment) PagesSoapService.editComment
(RemoteComment rComment)