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

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.SearcherGroup

@PublicApi
public final class SearcherGroup
extends Object

A group of searchers related by their SearcherGroupType.


Constructor Summary
SearcherGroup(SearcherGroupType type, Collection<IssueSearcher<?>> searchers)
           
 
Method Summary
 List<IssueSearcher<?>> getSearchers()
           
 String getTitleKey()
           
 SearcherGroupType getType()
           
 boolean isPrintHeader()
           
 boolean isShown(com.atlassian.crowd.embedded.api.User searcher, SearchContext searchContext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearcherGroup

public SearcherGroup(SearcherGroupType type,
                     Collection<IssueSearcher<?>> searchers)
Method Detail

getTitleKey

public String getTitleKey()

getSearchers

public List<IssueSearcher<?>> getSearchers()

isPrintHeader

public boolean isPrintHeader()

getType

public SearcherGroupType getType()

isShown

public boolean isShown(com.atlassian.crowd.embedded.api.User searcher,
                       SearchContext searchContext)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.