Deprecated API


Contents
Deprecated Methods
com.atlassian.jira.rpc.soap.JiraSoapService.getProjects(String)
          Please use JiraSoapService.getProjectsNoSchemes(String) wherever possible, as this method can use huge amounts of memory, particularly if you have many users! 
com.atlassian.jira.rpc.soap.util.SoapUtilsBean.isVisible(GenericValue, String)
          Please use SoapUtilsBean.isVisible(com.atlassian.jira.issue.Issue, String) instead. 
com.atlassian.jira.rpc.auth.TokenManager.retrieveUser(String)
          As some instances may want to allow anonymous access, individual methods should check for their relevant permission instead. Use TokenManager.retrieveUserNoPermissionCheck(String) instead. 
 



Copyright © 2004-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.