com.atlassian.jira.rpc.soap.service
Interface IssueConstantsService

All Known Implementing Classes:
IssueConstantsServiceImpl

public interface IssueConstantsService

Deals with issue constants.


Method Summary
 RemoteIssueType[] getIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] getIssueTypesForProject(com.atlassian.crowd.embedded.api.User user, java.lang.String projectId)
           
 RemotePriority[] getPriorities(com.atlassian.crowd.embedded.api.User user)
           
 RemoteResolution[] getResolutions(com.atlassian.crowd.embedded.api.User user)
           
 RemoteStatus[] getStatuses(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] getSubTaskIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 RemoteIssueType[] getSubTaskIssueTypesForProject(com.atlassian.crowd.embedded.api.User user, java.lang.String projectId)
           
 

Method Detail

getIssueTypesForProject

RemoteIssueType[] getIssueTypesForProject(com.atlassian.crowd.embedded.api.User user,
                                          java.lang.String projectId)
                                          throws RemotePermissionException
Throws:
RemotePermissionException

getSubTaskIssueTypesForProject

RemoteIssueType[] getSubTaskIssueTypesForProject(com.atlassian.crowd.embedded.api.User user,
                                                 java.lang.String projectId)
                                                 throws RemotePermissionException
Throws:
RemotePermissionException

getIssueTypes

RemoteIssueType[] getIssueTypes(com.atlassian.crowd.embedded.api.User user)
                                throws RemotePermissionException
Throws:
RemotePermissionException

getSubTaskIssueTypes

RemoteIssueType[] getSubTaskIssueTypes(com.atlassian.crowd.embedded.api.User user)
                                       throws RemotePermissionException
Throws:
RemotePermissionException

getPriorities

RemotePriority[] getPriorities(com.atlassian.crowd.embedded.api.User user)
                               throws RemotePermissionException
Throws:
RemotePermissionException

getStatuses

RemoteStatus[] getStatuses(com.atlassian.crowd.embedded.api.User user)
                           throws RemotePermissionException
Throws:
RemotePermissionException

getResolutions

RemoteResolution[] getResolutions(com.atlassian.crowd.embedded.api.User user)
                                  throws RemotePermissionException
Throws:
RemotePermissionException


Copyright © 2004-2011 Atlassian. All Rights Reserved.