Uses of Class
com.atlassian.jira.user.UserHistoryItem

Packages that use UserHistoryItem
com.atlassian.jira.issue.search.parameters.lucene.sort   
com.atlassian.jira.mock.user   
com.atlassian.jira.user   
 

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
UserHistoryFieldComparatorSource(List<UserHistoryItem> history)
           
 

Uses of UserHistoryItem in com.atlassian.jira.mock.user
 

Methods in com.atlassian.jira.mock.user that return types with arguments of type UserHistoryItem
 List<UserHistoryItem> MockUserHistoryManager.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> MockUserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 

Constructor parameters in com.atlassian.jira.mock.user with type arguments of type UserHistoryItem
MockUserHistoryManager(List<UserHistoryItem> userHistoryItems)
           
 

Uses of UserHistoryItem in com.atlassian.jira.user
 

Fields in com.atlassian.jira.user with type parameters of type UserHistoryItem
static com.google.common.base.Function<UserHistoryItem,String> UserHistoryItem.GET_ENTITY_ID
          extracts the entity id, or null if input is null
 

Methods in com.atlassian.jira.user that return types with arguments of type UserHistoryItem
 List<UserHistoryItem> DefaultUserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's admin page history queue.
 List<UserHistoryItem> DefaultUserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> DefaultUserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> CachingUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> UserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
          Retreive the history for a given user/type.
 List<UserHistoryItem> SessionBasedAnonymousUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> OfBizUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> UserHistoryManager.getHistory(UserHistoryItem.Type type, ApplicationUser user)
          Retreive the user's history queue for the given UserHistoryItem.Type.
 List<UserHistoryItem> CachingUserHistoryStore.getHistory(UserHistoryItem.Type type, String userKey)
           
 List<UserHistoryItem> UserHistoryStore.getHistory(UserHistoryItem.Type type, String userKey)
          Retreive the history for a given user/type.
 List<UserHistoryItem> SessionBasedAnonymousUserHistoryStore.getHistory(UserHistoryItem.Type type, String userKey)
           
 List<UserHistoryItem> OfBizUserHistoryStore.getHistory(UserHistoryItem.Type type, String userKey)
           
 List<UserHistoryItem> DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, ApplicationUser) instead. Since v6.0.
 List<UserHistoryItem> DefaultUserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 List<UserHistoryItem> DefaultUserIssueSearcherHistoryManager.getUserIssueSearcherHistory(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserIssueSearcherHistoryManager.getUserIssueSearcherHistory(com.atlassian.crowd.embedded.api.User user)
          Retrieve the user's Issue Seacher history queue.
 List<UserHistoryItem> DefaultUserQueryHistoryManager.getUserQueryHistory(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserQueryHistoryManager.getUserQueryHistory(com.atlassian.crowd.embedded.api.User user)
          Retrieve the user's query history queue.
 

Methods in com.atlassian.jira.user with parameters of type UserHistoryItem
 void CachingUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
           
 void UserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
          Add a history item to the database.
 void SessionBasedAnonymousUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
           
 void OfBizUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem item)
           
 void OfBizUserHistoryStore.addHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item)
          Optimised method for adding a history item.
 void OfBizUserHistoryStore.updateHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item)
          Optimised method for updating a record in the database.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.