Class ReporterQuickSearchHandler
java.lang.Object
com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
com.atlassian.jira.issue.search.quicksearch.PrefixedSingleWordQuickSearchHandler
com.atlassian.jira.issue.search.quicksearch.ReporterQuickSearchHandler
- All Implemented Interfaces:
QuickSearchHandler
Quick search handler for components. Note that this handler needs to run after the Project Handler has run.
- Since:
- v4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringGets the prefix this quick search handler handlesprotected MaphandleWordSuffix(String wordSuffix, QuickSearchResult searchResult) Handle the word suffix (original word without the prefix)Methods inherited from class com.atlassian.jira.issue.search.quicksearch.PrefixedSingleWordQuickSearchHandler
handleWordMethods inherited from class com.atlassian.jira.issue.search.quicksearch.SingleWordQuickSearchHandler
getIssueConstantByName, modifySearchResult
-
Constructor Details
-
ReporterQuickSearchHandler
public ReporterQuickSearchHandler()
-
-
Method Details
-
handleWordSuffix
Description copied from class:PrefixedSingleWordQuickSearchHandlerHandle the word suffix (original word without the prefix)- Specified by:
handleWordSuffixin classPrefixedSingleWordQuickSearchHandler- Parameters:
wordSuffix- the original word minus the prefixsearchResult- search result- Returns:
- Map of search parameters
-
getPrefix
Description copied from class:PrefixedSingleWordQuickSearchHandlerGets the prefix this quick search handler handles- Specified by:
getPrefixin classPrefixedSingleWordQuickSearchHandler- Returns:
- handled prefix
-