public abstract class LocalDateQuickSearchHandler extends SingleWordQuickSearchHandler
field:<param>
where param
is one of:
Note that relative dates are separated by a comma, and they cannot contain any spaces. Therefore only one time slice is allowed.
Modifier | Constructor and Description |
---|---|
protected |
LocalDateQuickSearchHandler(TimeZoneManager timeZoneManager) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getPrefix() |
protected abstract String |
getSearchParamName() |
protected Map |
handleWord(String word,
QuickSearchResult searchResult)
Hanldle a single word, and return a map of parameters
|
getIssueConstantByName, modifySearchResult
protected LocalDateQuickSearchHandler(TimeZoneManager timeZoneManager)
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 String getSearchParamName()
Copyright © 2002-2021 Atlassian. All Rights Reserved.