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

All Known Implementing Classes:
DefaultIssuePickerSearchService

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
 java.util.Collection<IssuePickerResults> getResults(JiraServiceContext context, IssuePickerSearchService.IssuePickerParameters issuePickerParams)
          Gets a list of Issue based on query string.
 

Method Detail

getResults

java.util.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-2011 Atlassian. All Rights Reserved.