|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserHistoryItem.Type | |
|---|---|
| com.atlassian.jira.user | |
| Uses of UserHistoryItem.Type in com.atlassian.jira.user |
|---|
| Fields in com.atlassian.jira.user declared as UserHistoryItem.Type | |
|---|---|
static UserHistoryItem.Type |
UserHistoryItem.ADMIN_PAGE
|
static UserHistoryItem.Type |
UserHistoryItem.ASSIGNEE
|
static UserHistoryItem.Type |
UserHistoryItem.ISSUE
|
static UserHistoryItem.Type |
UserHistoryItem.JQL_QUERY
|
static UserHistoryItem.Type |
UserHistoryItem.PROJECT
|
| Methods in com.atlassian.jira.user that return UserHistoryItem.Type | |
|---|---|
UserHistoryItem.Type |
UserHistoryItem.getType()
|
| Methods in com.atlassian.jira.user that return types with arguments of type UserHistoryItem.Type | |
|---|---|
Set<UserHistoryItem.Type> |
UserHistoryStore.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
Remove all history items for a given user. |
Set<UserHistoryItem.Type> |
SessionBasedAnonymousUserHistoryStore.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
|
Set<UserHistoryItem.Type> |
OfBizUserHistoryStore.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
|
Set<UserHistoryItem.Type> |
CachingUserHistoryStore.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
|
| 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 |
DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user,
String entityId)
|
void |
DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId)
|
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)
|
void |
DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user,
String entityId,
String data)
|
void |
DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId,
String data)
|
void |
OfBizUserHistoryStore.expireOldHistoryItems(com.atlassian.crowd.embedded.api.User user,
UserHistoryItem.Type type,
Collection<String> entityIds)
Method for expiring old items. |
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 |
List<UserHistoryItem> |
UserHistoryStore.getHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
Retreive the history for a given user/type. |
List<UserHistoryItem> |
SessionBasedAnonymousUserHistoryStore.getHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
|
List<UserHistoryItem> |
OfBizUserHistoryStore.getHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
|
List<UserHistoryItem> |
DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
|
List<UserHistoryItem> |
DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type,
User user)
|
List<UserHistoryItem> |
CachingUserHistoryStore.getHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
|
static int |
CachingUserHistoryStore.getMaxItems(UserHistoryItem.Type type,
ApplicationProperties applicationProperties)
|
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 |
boolean |
DefaultUserHistoryManager.hasHistory(UserHistoryItem.Type type,
com.atlassian.crowd.embedded.api.User user)
|
boolean |
DefaultUserHistoryManager.hasHistory(UserHistoryItem.Type type,
User user)
|
| Constructors in com.atlassian.jira.user with parameters of type UserHistoryItem.Type | |
|---|---|
UserHistoryItem(UserHistoryItem.Type type,
String entityId)
|
|
UserHistoryItem(UserHistoryItem.Type type,
String entityId,
long lastViewed)
|
|
UserHistoryItem(UserHistoryItem.Type type,
String entityId,
long lastViewed,
String data)
|
|
UserHistoryItem(UserHistoryItem.Type type,
String entityId,
String data)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||