@PublicApi
@PublicSpi
public interface IssueSearcher<T extends SearchableField>
Field
objects (e.g. OrderableField
. It is responsible for
populating itself from ActionParams
and SearchRequest
as well as all rendering related activities.
CustomField
searchers should still extend the sub-interface CustomFieldSearcher
.
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
SearcherInformation<T> |
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.
|
void |
init(T field)
Initialises the searcher with a given field.
|
void init(T field)
field
- the field object. This may be null. (So you can have searchers on non-fields)SearcherInformation<T> getSearchInformation()
SearchInputTransformer getSearchInputTransformer()
Clause
search representations.SearchRenderer getSearchRenderer()
Copyright © 2002-2017 Atlassian. All Rights Reserved.