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

Packages that use RemoteComponent
com.atlassian.jira.rpc.soap   
com.atlassian.jira.rpc.soap.beans   
com.atlassian.jira.rpc.soap.service   
com.atlassian.jira.rpc.soap.util   
 

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

Methods in com.atlassian.jira.rpc.soap that return RemoteComponent
 RemoteComponent[] JiraSoapServiceImpl.getComponents(java.lang.String token, java.lang.String projectKey)
           
 RemoteComponent[] JiraSoapService.getComponents(java.lang.String token, java.lang.String projectKey)
          Returns an array of all the components for the specified project key.
 

Uses of RemoteComponent in com.atlassian.jira.rpc.soap.beans
 

Methods in com.atlassian.jira.rpc.soap.beans that return RemoteComponent
 RemoteComponent[] RemoteIssue.getComponents()
           
 

Methods in com.atlassian.jira.rpc.soap.beans with parameters of type RemoteComponent
 void RemoteIssue.setComponents(RemoteComponent[] components)
           
 

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

Methods in com.atlassian.jira.rpc.soap.service that return RemoteComponent
 RemoteComponent[] ProjectService.getComponents(com.atlassian.crowd.embedded.api.User user, java.lang.String projectKey)
           
 RemoteComponent[] ProjectServiceImpl.getComponents(com.atlassian.crowd.embedded.api.User user, java.lang.String projectKey)
           
 

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

Methods in com.atlassian.jira.rpc.soap.util that return RemoteComponent
static RemoteComponent[] SoapUtils.convertComponentsToRemoteObject(java.util.Collection components)
           
static RemoteComponent[] SoapUtils.getComponents(java.util.Collection components)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.