@Singleton public class QuickSearchResource extends Object
Constructor and Description |
---|
QuickSearchResource(QuickSearchSearcher quickSearchSearcher,
Jsonator jsonator) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
search(String searchTerm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders httpHeaders,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Performs a starts with search against full plan name and full plan key.
|
public QuickSearchResource(QuickSearchSearcher quickSearchSearcher, Jsonator jsonator)
public javax.ws.rs.core.Response search(String searchTerm, @Context javax.ws.rs.core.UriInfo uriInfo, @Context javax.ws.rs.core.HttpHeaders httpHeaders, @Context com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
searchTerm
- to search for. OptionaluriInfo
- httpHeaders
- authenticationContext
- SearchResultsList
of PlanSearchResult
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.