com.atlassian.jira.bc.issue.search
Interface IssuePickerSearchService

All Known Implementing Classes:
DefaultIssuePickerSearchService

@PublicApi
public interface IssuePickerSearchService

Service that is used to get a list of Issue for the Issue Picker. This uses IssuePickerSearchProviders to get Issues.


Nested Class Summary
static class IssuePickerSearchService.IssuePickerParameters
          Class for passing around IssuePicker parameters.
 
Method Summary
 Collection<IssuePickerResults> getResults(JiraServiceContext context, IssuePickerSearchService.IssuePickerParameters issuePickerParams)
          Gets a list of Issue based on query string.
 

Method Detail

getResults

Collection<IssuePickerResults> getResults(JiraServiceContext context,
                                          IssuePickerSearchService.IssuePickerParameters issuePickerParams)
Gets a list of Issue based on query string. Limited by maxIssueCount.

Parameters:
context - Jira Service Context
issuePickerParams - params for picking issues
Returns:
Collection of Issue matching search criteria. These can be any type of issues. This collection is never nulll.


Copyright © 2002-2012 Atlassian. All Rights Reserved.