public abstract class DateQuickSearchHandler 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 |
DateQuickSearchHandler(DateTimeFormatterFactory dateTimeFormatterFactory) |
| 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, modifySearchResultprotected DateQuickSearchHandler(DateTimeFormatterFactory dateTimeFormatterFactory)
protected Map handleWord(String word, QuickSearchResult searchResult)
SingleWordQuickSearchHandlerhandleWord in class SingleWordQuickSearchHandlerword - 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.