Uses of Class
com.atlassian.jira.user.UserHistoryItem
Packages that use UserHistoryItem
Package
Description
-
Uses of UserHistoryItem in com.atlassian.jira.issue.search.parameters.lucene.sort
Constructor parameters in com.atlassian.jira.issue.search.parameters.lucene.sort with type arguments of type UserHistoryItem -
Uses of UserHistoryItem in com.atlassian.jira.mock.user
Methods in com.atlassian.jira.mock.user that return types with arguments of type UserHistoryItemModifier and TypeMethodDescriptionMockUserHistoryManager.getHistory(UserHistoryItem.Type type, ApplicationUser user) Constructor parameters in com.atlassian.jira.mock.user with type arguments of type UserHistoryItem -
Uses of UserHistoryItem in com.atlassian.jira.user
Fields in com.atlassian.jira.user with type parameters of type UserHistoryItemModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<UserHistoryItem,String> UserHistoryItem.GET_ENTITY_IDextracts the entity id, or null if input is nullMethods in com.atlassian.jira.user that return types with arguments of type UserHistoryItemModifier and TypeMethodDescriptionDefaultUserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(ApplicationUser user) UserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(ApplicationUser user) Retreive the user's admin page history queue.DefaultUserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(ApplicationUser user) UserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(ApplicationUser user) Retrieve the user's issue history queue.DefaultUserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(ApplicationUser user) UserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(ApplicationUser user) Retrieve the user's issue history queue.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.DefaultUserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(ApplicationUser user) UserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(ApplicationUser user) Retreive the user's project history queue.DefaultUserIssueSearcherHistoryManager.getUserIssueSearcherHistory(ApplicationUser user) UserIssueSearcherHistoryManager.getUserIssueSearcherHistory(ApplicationUser user) Retrieve the user's Issue Seacher history queue.DefaultUserQueryHistoryManager.getUserQueryHistory(ApplicationUser user) UserQueryHistoryManager.getUserQueryHistory(ApplicationUser user) Retrieve the user's query history queue.Methods in com.atlassian.jira.user with parameters of type UserHistoryItemModifier and TypeMethodDescriptionvoidCachingUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem) voidOfBizUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem item) voidSessionBasedAnonymousUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem) Deprecated.voidUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem) Add a history item to the database.voidOfBizUserHistoryStore.addHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item) Optimised method for adding a history item.voidOfBizUserHistoryStore.updateHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item) Optimised method for updating a record in the database.