java.lang.Object | |
↳ | com.atlassian.jira.issue.search.managers.DefaultIssueSearcherManager |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||
From interface
com.atlassian.jira.issue.search.managers.IssueSearcherManager
|
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