java.lang.Object | |||
↳ | com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler | ||
↳ | com.atlassian.jira.issue.search.quicksearch.PrefixedSingleWordQuickSearchHandler | ||
↳ | com.atlassian.jira.issue.search.quicksearch.ComponentQuickSearchHandler |
Quick search handler for components. Note that this handler needs to run after the Project Handler has run.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the prefix this quick search handler handles
| |||||||||||
Handle the word suffix (original word without the prefix)
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.issue.search.quicksearch.PrefixedSingleWordQuickSearchHandler
| |||||||||||||||||
From class
com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
| |||||||||||||||||
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.issue.search.quicksearch.QuickSearchHandler
|
Gets the prefix this quick search handler handles
Handle the word suffix (original word without the prefix)
wordSuffix | the original word minus the prefix |
---|---|
searchResult | search result |