public class AbstractDateSearcher extends AbstractInitializationSearcher implements IssueSearcher<SearchableField>
fieldReferencelog| Constructor and Description |
|---|
AbstractDateSearcher(SimpleFieldSearchConstants constants,
String nameKey,
Class<? extends BaseFieldIndexer> indexer,
DateConverter dateConverter,
DateTimeConverter dateTimeConverter,
JqlDateSupport dateSupport,
JqlOperandResolver operandResolver,
ApplicationProperties applicationProperties,
VelocityRequestContextFactory velocityRenderContext,
VelocityTemplatingEngine templatingEngine,
CalendarLanguageUtil calendarUtils,
FieldVisibilityManager fieldVisibilityManager,
CustomFieldInputHelper customFieldInputHelper,
TimeZoneManager timeZoneManager,
DateTimeFormatterFactory dateTimeFormatterFactory) |
| Modifier and Type | Method and Description |
|---|---|
SearcherInformation<SearchableField> |
getSearchInformation()
Provides an object that contains information about the Searcher.
|
SearchInputTransformer |
getSearchInputTransformer()
Provides an object that will allow you to transform raw request parameters to field holder values and
field holder values to
Clause search representations. |
SearchRenderer |
getSearchRenderer()
Provides an object that will allow you to render the edit and view html for a searcher.
|
initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic AbstractDateSearcher(SimpleFieldSearchConstants constants, String nameKey, Class<? extends BaseFieldIndexer> indexer, DateConverter dateConverter, DateTimeConverter dateTimeConverter, JqlDateSupport dateSupport, JqlOperandResolver operandResolver, ApplicationProperties applicationProperties, VelocityRequestContextFactory velocityRenderContext, VelocityTemplatingEngine templatingEngine, CalendarLanguageUtil calendarUtils, FieldVisibilityManager fieldVisibilityManager, CustomFieldInputHelper customFieldInputHelper, TimeZoneManager timeZoneManager, DateTimeFormatterFactory dateTimeFormatterFactory)
public final SearcherInformation<SearchableField> getSearchInformation()
IssueSearchergetSearchInformation in interface IssueSearcher<SearchableField>public final SearchInputTransformer getSearchInputTransformer()
IssueSearcherClause search representations.getSearchInputTransformer in interface IssueSearcher<SearchableField>public final SearchRenderer getSearchRenderer()
IssueSearchergetSearchRenderer in interface IssueSearcher<SearchableField>Copyright © 2002-2021 Atlassian. All Rights Reserved.