| Interface | Description |
|---|---|
| IssuePickerSearchProvider |
Interface used by
DefaultIssuePickerSearchService to retrieve issue matches. |
| IssuePickerSearchService |
Service that is used to get a list of
Issue for the Issue Picker. |
| QueryCache |
The query cache is a request level cache that stores the result of expensive query operations.
|
| SearchService |
Provides functionality (search, query string generation, parsing, validation, context generation, etc...) related to
searching in JIRA.
|
| Class | Description |
|---|---|
| AbstractIssuePickerSearchProvider |
Abstract convienience class with common methods for IssuePickerSearchProviers
|
| DefaultIssuePickerSearchService |
Currently uses
HistoryIssuePickerSearchProvider and
LuceneCurrentSearchIssuePickerSearchProvider to return issues. |
| DefaultSearchService |
The default implementation of the
SearchService. |
| HistoryIssuePickerSearchProvider |
Implemenation of
IssuePickerSearchProvider that searches the
user history in the session. |
| IssuePickerResults |
Simple Bean for returning back the results of an Issue Picker provider
|
| IssuePickerSearchService.IssuePickerParameters |
Class for passing around IssuePicker parameters.
|
| LuceneCurrentSearchIssuePickerSearchProvider |
This search provider uses the current JIRA search plus it uses Lucene query objects to wild
card on issue key and summary.
|
| QueryCacheImpl |
The default implementation for the QueryCache
|
| QueryContextConverter |
A utlility class for converting a
QueryContext into a SearchContext. |
| SearchService.ParseResult |
Copyright © 2002-2015 Atlassian. All Rights Reserved.