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, com.atlassian.crowd.embedded.api.CrowdService crowdService, SearchContextFactory searchContextFactory)
           
 
Method Summary
 com.atlassian.sal.api.search.SearchResults search(String username, 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,
                          com.atlassian.crowd.embedded.api.CrowdService crowdService,
                          SearchContextFactory searchContextFactory)
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


Copyright © 2002-2013 Atlassian. All Rights Reserved.