Uses of Class
com.atlassian.jira.issue.search.searchers.SearcherGroup

Packages that use SearcherGroup
com.atlassian.jira.issue.search.managers   
com.atlassian.jira.web.action.issue   
 

Uses of SearcherGroup in com.atlassian.jira.issue.search.managers
 

Methods in com.atlassian.jira.issue.search.managers that return types with arguments of type SearcherGroup
 Collection<SearcherGroup> DefaultSearchHandlerManager.getSearcherGroups(SearchContext searchContext)
           
 Collection<SearcherGroup> DefaultIssueSearcherManager.getSearcherGroups(SearchContext searchContext)
           
 Collection<SearcherGroup> IssueSearcherManager.getSearcherGroups(SearchContext searchContext)
          Get all searcher groups with the IssueSearcher that are applicable for the context.
 Collection<SearcherGroup> SearchHandlerManager.getSearcherGroups(SearchContext searchContext)
          Get all searcher groups with the IssueSearcher that are applicable for the context.
 

Uses of SearcherGroup in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue with parameters of type SearcherGroup
 boolean SearchDescriptionEnabledAction.isShown(SearcherGroup searcherGroup)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.