public abstract class PrefixedSingleWordQuickSearchHandler extends SingleWordQuickSearchHandler
Constructor and Description |
---|
PrefixedSingleWordQuickSearchHandler() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getPrefix()
Gets the prefix this quick search handler handles
|
protected Map |
handleWord(String word,
QuickSearchResult searchResult)
Hanldle a single word, and return a map of parameters
|
protected abstract Map |
handleWordSuffix(String wordSuffix,
QuickSearchResult searchResult)
Handle the word suffix (original word without the prefix)
|
getIssueConstantByName, modifySearchResult
public PrefixedSingleWordQuickSearchHandler()
protected Map handleWord(String word, QuickSearchResult searchResult)
SingleWordQuickSearchHandler
handleWord
in class SingleWordQuickSearchHandler
word
- A single word - guaranteed to not be nullsearchResult
- The existing search resultprotected abstract String getPrefix()
protected abstract Map handleWordSuffix(String wordSuffix, QuickSearchResult searchResult)
wordSuffix
- the original word minus the prefixsearchResult
- search resultCopyright © 2002-2019 Atlassian. All Rights Reserved.