public class ProjectQuickSearchHandler extends SingleWordQuickSearchHandler
| Constructor and Description |
|---|
ProjectQuickSearchHandler(ProjectManager projectManager,
PermissionManager permissionManager,
JiraAuthenticationContext authenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Map |
handleWord(String word,
QuickSearchResult searchResult)
Hanldle a single word, and return a map of parameters
|
getIssueConstantByName, modifySearchResultpublic ProjectQuickSearchHandler(ProjectManager projectManager, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext)
protected Map handleWord(String word, QuickSearchResult searchResult)
SingleWordQuickSearchHandlerhandleWord in class SingleWordQuickSearchHandlerword - A single word - guaranteed to not be nullsearchResult - The existing search resultCopyright © 2002-2021 Atlassian. All Rights Reserved.