com.atlassian.sal.jira.search
Class JiraSearchProvider
java.lang.Object
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!
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 |
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)
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-2012 Atlassian. All Rights Reserved.