Package 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!
-
Constructor Summary
ConstructorsConstructorDescriptionJiraSearchProvider
(SearchService searchService, IssueManager issueManager, JiraAuthenticationContext authenticationContext, com.atlassian.sal.api.search.query.SearchQueryParser searchQueryParser, com.atlassian.sal.api.ApplicationProperties applicationProperties, SearchContextFactory searchContextFactory, UserManager userManager) -
Method Summary
-
Constructor Details
-
JiraSearchProvider
public JiraSearchProvider(SearchService searchService, IssueManager issueManager, JiraAuthenticationContext authenticationContext, com.atlassian.sal.api.search.query.SearchQueryParser searchQueryParser, com.atlassian.sal.api.ApplicationProperties applicationProperties, SearchContextFactory searchContextFactory, UserManager userManager)
-
-
Method Details
-
search
- Specified by:
search
in interfacecom.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 interfacecom.atlassian.sal.api.search.SearchProvider
-