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

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

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

Methods in com.atlassian.jira.rpc.soap that return RemoteAttachment
 RemoteAttachment[] JiraSoapServiceImpl.getAttachmentsFromIssue(java.lang.String token, java.lang.String issueKey)
           
 RemoteAttachment[] JiraSoapService.getAttachmentsFromIssue(java.lang.String token, java.lang.String issueKey)
          Returns the attachments that are associated with an issue
 

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

Methods in com.atlassian.jira.rpc.soap.service that return RemoteAttachment
 RemoteAttachment[] IssueServiceImpl.getAttachmentsFromIssue(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey)
           
 RemoteAttachment[] IssueService.getAttachmentsFromIssue(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey)
           
 

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

Methods in com.atlassian.jira.rpc.soap.util that return RemoteAttachment
static RemoteAttachment[] SoapUtils.getAttachments(java.util.List attachments)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.