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

Packages that use RemoteComment
com.atlassian.jira.rpc.soap   
com.atlassian.jira.rpc.soap.service   
com.atlassian.jira.rpc.soap.util   
 

Uses of RemoteComment in com.atlassian.jira.rpc.soap
 

Methods in com.atlassian.jira.rpc.soap that return RemoteComment
 RemoteComment JiraSoapServiceImpl.editComment(java.lang.String token, RemoteComment remoteComment)
           
 RemoteComment JiraSoapService.editComment(java.lang.String token, RemoteComment remoteComment)
          Allows a comment to be edited
 RemoteComment JiraSoapServiceImpl.getComment(java.lang.String token, java.lang.Long id)
           
 RemoteComment JiraSoapService.getComment(java.lang.String token, java.lang.Long id)
          Gets a specific comment by comment id
 RemoteComment[] JiraSoapServiceImpl.getComments(java.lang.String token, java.lang.String issueKey)
           
 RemoteComment[] JiraSoapService.getComments(java.lang.String token, java.lang.String issueKey)
          Gets the comments for an issue
 

Methods in com.atlassian.jira.rpc.soap with parameters of type RemoteComment
 void JiraSoapServiceImpl.addComment(java.lang.String token, java.lang.String issueKey, RemoteComment remoteComment)
           
 void JiraSoapService.addComment(java.lang.String token, java.lang.String issueKey, RemoteComment remoteComment)
          Adds a comment to the specified issue
 RemoteComment JiraSoapServiceImpl.editComment(java.lang.String token, RemoteComment remoteComment)
           
 RemoteComment JiraSoapService.editComment(java.lang.String token, RemoteComment remoteComment)
          Allows a comment to be edited
 boolean JiraSoapServiceImpl.hasPermissionToEditComment(java.lang.String token, RemoteComment remoteComment)
           
 boolean JiraSoapService.hasPermissionToEditComment(java.lang.String token, RemoteComment remoteComment)
          Returns true if the user has permission to edit a comment
 

Uses of RemoteComment in com.atlassian.jira.rpc.soap.service
 

Methods in com.atlassian.jira.rpc.soap.service that return RemoteComment
 RemoteComment IssueServiceImpl.editComment(com.atlassian.crowd.embedded.api.User user, RemoteComment remoteComment)
           
 RemoteComment IssueService.editComment(com.atlassian.crowd.embedded.api.User user, RemoteComment remoteComment)
           
 RemoteComment IssueServiceImpl.getComment(com.atlassian.crowd.embedded.api.User user, java.lang.Long commentId)
           
 RemoteComment IssueService.getComment(com.atlassian.crowd.embedded.api.User user, java.lang.Long commentId)
           
 RemoteComment[] IssueServiceImpl.getComments(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey)
           
 RemoteComment[] IssueService.getComments(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey)
           
 

Methods in com.atlassian.jira.rpc.soap.service with parameters of type RemoteComment
 void IssueServiceImpl.addComment(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteComment remoteComment)
           
 void IssueService.addComment(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteComment remoteComment)
           
 RemoteComment IssueServiceImpl.editComment(com.atlassian.crowd.embedded.api.User user, RemoteComment remoteComment)
           
 RemoteComment IssueService.editComment(com.atlassian.crowd.embedded.api.User user, RemoteComment remoteComment)
           
 boolean IssueServiceImpl.hasPermissionToEditComment(com.atlassian.crowd.embedded.api.User user, RemoteComment remoteComment)
           
 boolean IssueService.hasPermissionToEditComment(com.atlassian.crowd.embedded.api.User user, RemoteComment remoteComment)
           
 

Uses of RemoteComment in com.atlassian.jira.rpc.soap.util
 

Methods in com.atlassian.jira.rpc.soap.util that return RemoteComment
static RemoteComment[] SoapUtils.getComments(java.util.List comments)
           
 

Methods in com.atlassian.jira.rpc.soap.util with parameters of type RemoteComment
 com.atlassian.jira.external.beans.ExternalComment SoapUtilsBean.mapRemoteCommentToExternalComment(RemoteComment remoteComment)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.