com.atlassian.jira.rest.v2.issue
Class IssueFinder

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.IssueFinder

public class IssueFinder
extends Object

A simple service that encapsulates the logic if finding an Issue by id-or-key

Since:
v5.0

Constructor Summary
IssueFinder(JiraAuthenticationContext authContext, IssueManager issueManager, PermissionManager permissionManager, ContextI18n i18n)
           
 
Method Summary
 MutableIssue getIssueObject(String issueIdOrKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueFinder

public IssueFinder(JiraAuthenticationContext authContext,
                   IssueManager issueManager,
                   PermissionManager permissionManager,
                   ContextI18n i18n)
Method Detail

getIssueObject

public MutableIssue getIssueObject(String issueIdOrKey)
                            throws NotFoundWebException
Throws:
NotFoundWebException - if not found
RESTException - on permission problems etc


Copyright © 2002-2012 Atlassian. All Rights Reserved.