|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi @PublicSpi public interface IssueSearcher<T extends SearchableField>
The interface defines an object responsible for all search related activities in the Issue Navigator.
The interface operates similar to the 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
.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
log
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final org.apache.log4j.Logger log
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |