com.atlassian.sal.jira.search
Class JiraSearchProvider

java.lang.Object
  extended by com.atlassian.sal.jira.search.JiraSearchProvider
All Implemented Interfaces:
com.atlassian.sal.api.search.SearchProvider

public class JiraSearchProvider
extends Object
implements com.atlassian.sal.api.search.SearchProvider

Implementation of the JIRA search provider... now with JQL!


Constructor Summary
JiraSearchProvider(SearchProvider searchProvider, IssueManager issueManager, JiraAuthenticationContext authenticationContext, com.atlassian.sal.api.search.query.SearchQueryParser searchQueryParser, com.atlassian.sal.api.ApplicationProperties applicationProperties, SearchContextFactory searchContextFactory, UserManager userManager)
           
 
Method Summary
 com.atlassian.sal.api.search.SearchResults search(String username, String searchString)
           
 com.atlassian.sal.api.search.SearchResults search(com.atlassian.sal.api.user.UserKey userKey, String searchString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraSearchProvider

public JiraSearchProvider(SearchProvider searchProvider,
                          IssueManager issueManager,
                          JiraAuthenticationContext authenticationContext,
                          com.atlassian.sal.api.search.query.SearchQueryParser searchQueryParser,
                          com.atlassian.sal.api.ApplicationProperties applicationProperties,
                          SearchContextFactory searchContextFactory,
                          UserManager userManager)
Method Detail

search

public com.atlassian.sal.api.search.SearchResults search(String username,
                                                         String searchString)
Specified by:
search in interface com.atlassian.sal.api.search.SearchProvider

search

public com.atlassian.sal.api.search.SearchResults search(com.atlassian.sal.api.user.UserKey userKey,
                                                         String searchString)
Specified by:
search in interface com.atlassian.sal.api.search.SearchProvider


Copyright © 2002-2014 Atlassian. All Rights Reserved.