public class JiraSearchProvider extends Object implements com.atlassian.sal.api.search.SearchProvider
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
public com.atlassian.sal.api.search.SearchResults search(String username, String searchString)
search in interface com.atlassian.sal.api.search.SearchProviderpublic com.atlassian.sal.api.search.SearchResults search(com.atlassian.sal.api.user.UserKey userKey,
String searchString)
search in interface com.atlassian.sal.api.search.SearchProviderCopyright © 2002-2017 Atlassian. All Rights Reserved.