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

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

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

Methods in com.atlassian.jira.rpc.soap that return RemoteIssueType
 RemoteIssueType[] JiraSoapServiceImpl.getIssueTypes(java.lang.String token)
           
 RemoteIssueType[] JiraSoapService.getIssueTypes(java.lang.String token)
          Returns an array of all the issue types for all projects in JIRA.
 RemoteIssueType[] JiraSoapServiceImpl.getIssueTypesForProject(java.lang.String token, java.lang.String projectId)
           
 RemoteIssueType[] JiraSoapService.getIssueTypesForProject(java.lang.String token, java.lang.String projectId)
          Returns an array of all the (non-sub task) issue types for the specified project id.
 RemoteIssueType[] JiraSoapServiceImpl.getSubTaskIssueTypes(java.lang.String token)
           
 RemoteIssueType[] JiraSoapService.getSubTaskIssueTypes(java.lang.String token)
          Returns an array of all the sub task issue types in JIRA.
 RemoteIssueType[] JiraSoapServiceImpl.getSubTaskIssueTypesForProject(java.lang.String token, java.lang.String projectId)
           
 RemoteIssueType[] JiraSoapService.getSubTaskIssueTypesForProject(java.lang.String token, java.lang.String projectId)
          Returns an array of all the sub task issue types for the specified project id.
 

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

Methods in com.atlassian.jira.rpc.soap.service that return RemoteIssueType
 RemoteIssueType[] IssueConstantsServiceImpl.getIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] IssueConstantsService.getIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] IssueConstantsServiceImpl.getIssueTypesForProject(com.atlassian.crowd.embedded.api.User user, java.lang.String projectId)
           
 RemoteIssueType[] IssueConstantsService.getIssueTypesForProject(com.atlassian.crowd.embedded.api.User user, java.lang.String projectId)
           
 RemoteIssueType[] IssueConstantsServiceImpl.getSubTaskIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] IssueConstantsService.getSubTaskIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] IssueConstantsServiceImpl.getSubTaskIssueTypesForProject(com.atlassian.crowd.embedded.api.User user, java.lang.String projectId)
           
 RemoteIssueType[] IssueConstantsService.getSubTaskIssueTypesForProject(com.atlassian.crowd.embedded.api.User user, java.lang.String projectId)
           
 

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

Methods in com.atlassian.jira.rpc.soap.util that return RemoteIssueType
static RemoteIssueType[] SoapUtils.getIssueTypeObjects(java.util.Collection issueTypeObjects)
           
static RemoteIssueType[] SoapUtils.getIssueTypes(java.util.Collection issueTypes)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.