|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserQueryHistoryManager
A wrapper of the UserHistoryManager that allows you to store and retrieve history items UserHistoryItem of the type JQL_QUERY.
| Method Summary | |
|---|---|
void |
addQueryToHistory(com.atlassian.crowd.embedded.api.User user,
String query)
Add a JQL query string to the user history list. |
List<UserHistoryItem> |
getUserQueryHistory(com.atlassian.crowd.embedded.api.User user)
Retrieve the user's query history queue. |
| Method Detail |
|---|
void addQueryToHistory(com.atlassian.crowd.embedded.api.User user,
String query)
user - The user to add the history item toquery - The JQL Query string to store in this history.List<UserHistoryItem> getUserQueryHistory(com.atlassian.crowd.embedded.api.User user)
user - The user to get the history query items for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||