public interface UserAdminHistoryManager
UserHistoryManager
that allows you to deal directly with Admin
pagesModifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ADMIN_HISTORY_DROPDOWN_ITEMS |
Modifier and Type | Method and Description |
---|---|
void |
addAdminPageToHistory(ApplicationUser user,
String key,
String data)
Add an admin page to the user history list.
|
List<UserHistoryItem> |
getAdminPageHistoryWithoutPermissionChecks(ApplicationUser user)
Retreive the user's admin page history queue.
|
static final int DEFAULT_ADMIN_HISTORY_DROPDOWN_ITEMS
void addAdminPageToHistory(ApplicationUser 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)@Nonnull List<UserHistoryItem> getAdminPageHistoryWithoutPermissionChecks(ApplicationUser user)
user
- The user to get the history admin page items for.Copyright © 2002-2019 Atlassian. All Rights Reserved.