com.atlassian.jira.issue.search.managers.IssueSearcherManager |
Known Indirect Subclasses |
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
Manager to obtain a list of IssueSearcher
objects as well as SearcherGroup
collections
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return all the active searchers in JIRA.
| |||||||||||
Get a searcher by the searchers name.
| |||||||||||
Get all searcher groups with the
IssueSearcher that are applicable for the context. | |||||||||||
Get searchers that are applicable for a given context.
| |||||||||||
Refreshes the
IssueSearcher cache
|
Return all the active searchers in JIRA. It will not return the searchers unless they are associated with a field.
Get a searcher by the searchers name.
id | the string identifier returned by com.atlassian.jira.issue.search.searchers.IssueSearcher#getSearchInformation()#getId() |
---|
Get all searcher groups with the IssueSearcher
that are applicable for the context.
com.atlassian.jira.issue.search.searchers.IssueSearcher#getSearchRenderer()#isShown(SearchContext) method.
Note that the SearcherGroup
will still appear even if no IssueSearcher
are shown for the group.
searchContext | for the searcher groups. |
---|
SearcherGroup
Get searchers that are applicable for a given context. This is found through the com.atlassian.jira.issue.search.searchers.IssueSearcher#getSearchRenderer()#isShown(SearchContext) method.
searcher | that is performing this action. |
---|---|
context | for the list of searchers. Must not be null |
IssueSearcher