Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteComment

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 ConfluenceSoapServiceImpl.addComment(java.lang.String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapServiceDelegator.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 ConfluenceSoapServiceImpl.editComment(java.lang.String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapServiceDelegator.editComment(java.lang.String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapService.editComment(java.lang.String token, RemoteComment comment)
          Updates a comment
 RemoteComment ConfluenceSoapServiceImpl.getComment(java.lang.String token, long commentId)
           
 RemoteComment ConfluenceSoapServiceDelegator.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[] ConfluenceSoapServiceImpl.getComments(java.lang.String token, long pageId)
           
 RemoteComment[] ConfluenceSoapServiceDelegator.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 ConfluenceSoapServiceImpl.addComment(java.lang.String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapServiceDelegator.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 ConfluenceSoapServiceImpl.editComment(java.lang.String token, RemoteComment comment)
           
 RemoteComment ConfluenceSoapServiceDelegator.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)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.