Uses of Class
com.atlassian.jira.user.UserHistoryItem.Type
Packages that use UserHistoryItem.Type
-
Uses of UserHistoryItem.Type in com.atlassian.jira.mock.user
Methods in com.atlassian.jira.mock.user with parameters of type UserHistoryItem.TypeModifier and TypeMethodDescriptionvoid
MockUserHistoryManager.addItemToHistory
(UserHistoryItem.Type type, ApplicationUser user, String entityId) void
MockUserHistoryManager.addItemToHistory
(UserHistoryItem.Type type, ApplicationUser user, String entityId, String data) void
MockUserHistoryManager.addUserToHistory
(UserHistoryItem.Type type, ApplicationUser user, ApplicationUser entity) MockUserHistoryManager.getHistory
(UserHistoryItem.Type type, ApplicationUser user) boolean
MockUserHistoryManager.hasHistory
(UserHistoryItem.Type type, ApplicationUser user) -
Uses of UserHistoryItem.Type in com.atlassian.jira.user
Fields in com.atlassian.jira.user declared as UserHistoryItem.TypeModifier and TypeFieldDescriptionstatic final UserHistoryItem.Type
UserHistoryItem.ADMIN_PAGE
static final UserHistoryItem.Type
UserHistoryItem.ASSIGNEE
static final UserHistoryItem.Type
UserHistoryItem.DASHBOARD
static final UserHistoryItem.Type
UserHistoryItem.ISSUE
static final UserHistoryItem.Type
UserHistoryItem.ISSUELINKTYPE
static final UserHistoryItem.Type
UserHistoryItem.ISSUESEARCHER
static final UserHistoryItem.Type
UserHistoryItem.JQL_QUERY
static final UserHistoryItem.Type
UserHistoryItem.PROJECT
static final UserHistoryItem.Type
UserHistoryItem.RESOLUTION
static final UserHistoryItem.Type
UserHistoryItem.USED_USER
Methods in com.atlassian.jira.user that return UserHistoryItem.TypeModifier and TypeMethodDescriptionstatic UserHistoryItem.Type
UserHistoryItem.Type.getInstance
(String name) Get a Type.UserHistoryItem.getType()
Methods in com.atlassian.jira.user that return types with arguments of type UserHistoryItem.TypeModifier and TypeMethodDescriptionCachingUserHistoryStore.removeHistoryForUser
(ApplicationUser user) OfBizUserHistoryStore.removeHistoryForUser
(ApplicationUser user) SessionBasedAnonymousUserHistoryStore.removeHistoryForUser
(ApplicationUser user) Deprecated.UserHistoryStore.removeHistoryForUser
(ApplicationUser user) Remove all history items for a given user.Methods in com.atlassian.jira.user with parameters of type UserHistoryItem.TypeModifier and TypeMethodDescriptionvoid
DefaultUserHistoryManager.addItemToHistory
(UserHistoryItem.Type type, ApplicationUser user, String entityId) void
DefaultUserHistoryManager.addItemToHistory
(UserHistoryItem.Type type, ApplicationUser user, String entityId, String data) void
UserHistoryManager.addItemToHistory
(UserHistoryItem.Type type, ApplicationUser user, String entityId) Create and add anUserHistoryItem
to the Users history list.void
UserHistoryManager.addItemToHistory
(UserHistoryItem.Type type, ApplicationUser user, String entityId, String data) Create and add anUserHistoryItem
to the Users history list.void
DefaultUserHistoryManager.addUserToHistory
(UserHistoryItem.Type type, ApplicationUser user, ApplicationUser entity) void
UserHistoryManager.addUserToHistory
(UserHistoryItem.Type type, ApplicationUser user, ApplicationUser entity) Create and add anUserHistoryItem
to the Users history list.void
OfBizUserHistoryStore.expireOldHistoryItems
(ApplicationUser user, UserHistoryItem.Type type, Collection<String> entityIds) Method for expiring old items.CachingUserHistoryStore.getHistory
(UserHistoryItem.Type type, ApplicationUser user) CachingUserHistoryStore.getHistory
(UserHistoryItem.Type type, String userKey) DefaultUserHistoryManager.getHistory
(UserHistoryItem.Type type, ApplicationUser user) OfBizUserHistoryStore.getHistory
(UserHistoryItem.Type type, ApplicationUser user) OfBizUserHistoryStore.getHistory
(UserHistoryItem.Type type, String userKey) SessionBasedAnonymousUserHistoryStore.getHistory
(UserHistoryItem.Type type, ApplicationUser user) Deprecated.SessionBasedAnonymousUserHistoryStore.getHistory
(UserHistoryItem.Type type, String userKey) Deprecated.UserHistoryManager.getHistory
(UserHistoryItem.Type type, ApplicationUser user) Retreive the user's history queue for the givenUserHistoryItem.Type
.UserHistoryStore.getHistory
(UserHistoryItem.Type type, ApplicationUser user) Retrieve the history for a given user/type.UserHistoryStore.getHistory
(UserHistoryItem.Type type, String userKey) Retrieve the history for a given user/type.static int
CachingUserHistoryStore.getMaxItems
(UserHistoryItem.Type type, ApplicationProperties applicationProperties) boolean
DefaultUserHistoryManager.hasHistory
(UserHistoryItem.Type type, ApplicationUser user) boolean
UserHistoryManager.hasHistory
(UserHistoryItem.Type type, ApplicationUser user) Determines whether a user has any items in their history for a givenUserHistoryItem.Type
This method performs no permission checks.Constructors in com.atlassian.jira.user with parameters of type UserHistoryItem.TypeModifierConstructorDescriptionUserHistoryItem
(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)