java.lang.Object | ||
↳ | com.atlassian.jira.issue.customfields.searchers.AbstractInitializationCustomFieldSearcher | |
↳ | com.atlassian.jira.issue.customfields.searchers.AbstractDateRangeSearcher |
![]() |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provides an object that can be used to handle the clauses that this searcher generates.
| |||||||||||
Provides an object that contains information about the Searcher.
| |||||||||||
Provides an object that will allow you to transform raw request parameters to field holder values and
field holder values to
Clause search representations. | |||||||||||
Provides an object that will allow you to render the edit and view html for a searcher.
| |||||||||||
Retrun the name of the Lucene field to use for ordering.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||
![]() | |||||||||||||||||||
![]()
| |||||||||||||||||||
![]()
| |||||||||||||||||||
![]()
|
Provides an object that can be used to handle the clauses that this searcher generates.
Provides an object that contains information about the Searcher.
Provides an object that will allow you to transform raw request parameters to field holder values and
field holder values to Clause
search representations.
Provides an object that will allow you to render the edit and view html for a searcher. This also provides methods that indicate if the view and edit methods should be invoked.
Retrun the name of the Lucene field to use for ordering. This will normally be just the field, .i.e customField.getId() but some searchers, e.g. TextSearcher, store additional fields to support sorting.
customField | The custom field to be searched |
---|