|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserAdminHistoryManager
A wrapper of the UserHistoryManager that allows you to deal directly with Admin
pages
| Field Summary | |
|---|---|
static int |
DEFAULT_ADMIN_HISTORY_DROPDOWN_ITEMS
|
| Method Summary | |
|---|---|
void |
addAdminPageToHistory(com.atlassian.crowd.embedded.api.User user,
String key,
String data)
Add an admin page to the user history list. |
void |
addAdminPageToHistory(User user,
String key,
String data)
Add an admin page to the user history list. |
List<UserHistoryItem> |
getAdminPageHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
Retreive the user's admin page history queue. |
List<UserHistoryItem> |
getAdminPageHistoryWithoutPermissionChecks(User user)
Retreive the user's admin page history queue. |
| Field Detail |
|---|
static final int DEFAULT_ADMIN_HISTORY_DROPDOWN_ITEMS
| Method Detail |
|---|
void addAdminPageToHistory(com.atlassian.crowd.embedded.api.User user,
String key,
String data)
user - The user to add the history item tokey - The link id of the admin page to add to historydata - The url of the link (for breaking ties between sections)
void addAdminPageToHistory(User user,
String key,
String data)
user - The user to add the history item tokey - The link id of the admin page to add to historydata - The url of the link (for breaking ties between sections)@NotNull List<UserHistoryItem> getAdminPageHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
user - The user to get the history admin page items for.
@NotNull List<UserHistoryItem> getAdminPageHistoryWithoutPermissionChecks(User user)
user - The user to get the history admin page items for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||