|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchProvider
Allows for simple string based searches in an application. Currently this only supports String based (quicksearch type) queries, but this may be extended in the future.
| Method Summary | |
|---|---|
SearchResults |
search(String username,
String searchQuery)
Deprecated. since 2.10, use search(com.atlassian.sal.api.user.UserKey, String) instead. |
SearchResults |
search(UserKey userKey,
String searchQuery)
Runs the a search given a query and returns a searchResult. |
| Method Detail |
|---|
@Deprecated
SearchResults search(String username,
String searchQuery)
search(com.atlassian.sal.api.user.UserKey, String) instead.
username - The user to run the search as. May be null for anonymous searches.searchQuery - The query to run
SearchResults search(UserKey userKey,
String searchQuery)
userKey - The key of the user to run the search as. May be null for anonymous searches.searchQuery - The query to run
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||