| Methods in com.atlassian.jira.user with parameters of type UserHistoryItem.Type |
void |
UserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user,
String entityId)
Create and add an UserHistoryItem to the Users history list. |
void |
UserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId)
Deprecated. use UserHistoryManager.addItemToHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3 |
void |
UserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user,
String entityId,
String data)
|
void |
UserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId,
String data)
|
List<UserHistoryItem> |
UserHistoryManager.getHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
Retreive the user's history queue for the given UserHistoryItem.Type. |
List<UserHistoryItem> |
UserHistoryManager.getHistory(UserHistoryItem.Type type,
User user)
Deprecated. use UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
boolean |
UserHistoryManager.hasHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
Determines whether a user has any items in their history for a given UserHistoryItem.Type
This method performs no permission checks. |
boolean |
UserHistoryManager.hasHistory(UserHistoryItem.Type type,
User user)
Deprecated. use UserHistoryManager.hasHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |