Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteComment
-
Packages that use RemoteComment Package Description 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 Modifier and Type Method Description RemoteCommentConfluenceSoapService. addComment(String token, RemoteComment comment)Adds a comment to a page or blog postRemoteCommentWikiSoapService. addComment(String token, RemoteComment comment)RemoteCommentXhtmlSoapService. addComment(String token, RemoteComment comment)RemoteCommentConfluenceSoapService. editComment(String token, RemoteComment comment)Updates a commentRemoteCommentWikiSoapService. editComment(String token, RemoteComment comment)RemoteCommentXhtmlSoapService. editComment(String token, RemoteComment comment)RemoteCommentConfluenceSoapService. getComment(String token, long commentId)Retrieves a comment with the given IDRemoteCommentWikiSoapService. getComment(String token, long commentId)RemoteCommentXhtmlSoapService. getComment(String token, long commentId)RemoteComment[]ConfluenceSoapService. getComments(String token, long pageId)Retrieves the comments for a given abstract pagestatic RemoteComment[]SoapUtils. getComments(List comments)RemoteComment[]WikiSoapService. getComments(String token, long pageId)RemoteComment[]XhtmlSoapService. getComments(String token, long pageId)Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteComment Modifier and Type Method Description RemoteCommentConfluenceSoapService. addComment(String token, RemoteComment comment)Adds a comment to a page or blog postRemoteCommentWikiSoapService. addComment(String token, RemoteComment comment)RemoteCommentXhtmlSoapService. addComment(String token, RemoteComment comment)RemoteCommentConfluenceSoapService. editComment(String token, RemoteComment comment)Updates a commentRemoteCommentWikiSoapService. editComment(String token, RemoteComment comment)RemoteCommentXhtmlSoapService. 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 RemoteComment Modifier and Type Method Description RemoteCommentPagesSoapService. addComment(RemoteComment comment)RemoteCommentPagesSoapService. editComment(RemoteComment rComment)RemoteCommentPagesSoapService. getComment(long commentId)RemoteComment[]PagesSoapService. getComments(long pageId)Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteComment Modifier and Type Method Description RemoteCommentPagesSoapService. addComment(RemoteComment comment)RemoteCommentPagesSoapService. editComment(RemoteComment rComment)
-