com.atlassian.jira.issue.search.quicksearch
Interface ProjectAwareQuickSearchHandler

All Known Implementing Classes:
ProjectAwareQuickSearchHandlerImpl

public interface ProjectAwareQuickSearchHandler

Helper class to extract projects from the search result context.

Since:
v3.13

Method Summary
 List getProjects(QuickSearchResult searchResult)
          Retrieve the related project generic values from the search result
 

Method Detail

getProjects

List getProjects(QuickSearchResult searchResult)
Retrieve the related project generic values from the search result

Parameters:
searchResult - search result to extract related project information from
Returns:
all projects that may be related to this search


Copyright © 2002-2010 Atlassian. All Rights Reserved.