java.lang.Object | ||
↳ | com.atlassian.jira.issue.customfields.searchers.AbstractInitializationCustomFieldSearcher | |
↳ | com.atlassian.jira.issue.customfields.searchers.GroupPickerSearcher |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.issue.search.searchers.IssueSearcher
|
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.
| |||||||||||
This is the first time the searcher knows what its ID and names are
|
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.
This is the first time the searcher knows what its ID and names are
field | the Custom Field for this searcher |
---|