public class ComponentQuickSearchHandler extends PrefixedSingleWordQuickSearchHandler
Constructor and Description |
---|
ComponentQuickSearchHandler(ProjectComponentManager projectComponentManager,
ProjectManager projectManager,
PermissionManager permissionManager,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
getAllNamesMatchingSubstring(Collection projectComponents,
String name) |
protected String |
getPrefix()
Gets the prefix this quick search handler handles
|
protected Map |
handleWordSuffix(String wordSuffix,
QuickSearchResult searchResult)
Handle the word suffix (original word without the prefix)
|
handleWord
getIssueConstantByName, modifySearchResult
public ComponentQuickSearchHandler(ProjectComponentManager projectComponentManager, ProjectManager projectManager, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext)
protected Map handleWordSuffix(String wordSuffix, QuickSearchResult searchResult)
PrefixedSingleWordQuickSearchHandler
handleWordSuffix
in class PrefixedSingleWordQuickSearchHandler
wordSuffix
- the original word minus the prefixsearchResult
- search resultprotected String getPrefix()
PrefixedSingleWordQuickSearchHandler
getPrefix
in class PrefixedSingleWordQuickSearchHandler
protected Set<String> getAllNamesMatchingSubstring(Collection projectComponents, String name)
Copyright © 2002-2022 Atlassian. All Rights Reserved.