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

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.DASHBOARD
           
static UserHistoryItem.Type UserHistoryItem.ISSUE
           
static UserHistoryItem.Type UserHistoryItem.ISSUELINKTYPE
           
static UserHistoryItem.Type UserHistoryItem.ISSUESEARCHER
           
static UserHistoryItem.Type UserHistoryItem.JQL_QUERY
           
static UserHistoryItem.Type UserHistoryItem.PROJECT
           
static UserHistoryItem.Type UserHistoryItem.RESOLUTION
           
static UserHistoryItem.Type UserHistoryItem.USED_USER
           
 

Methods in com.atlassian.jira.user that return UserHistoryItem.Type
static UserHistoryItem.Type UserHistoryItem.Type.getInstance(String name)
          Get a Type.
 UserHistoryItem.Type UserHistoryItem.getType()
           
 

Methods in com.atlassian.jira.user that return types with arguments of type UserHistoryItem.Type
 Set<UserHistoryItem.Type> SessionBasedAnonymousUserHistoryStore.removeHistoryForUser(ApplicationUser user)
           
 Set<UserHistoryItem.Type> CachingUserHistoryStore.removeHistoryForUser(ApplicationUser user)
           
 Set<UserHistoryItem.Type> OfBizUserHistoryStore.removeHistoryForUser(ApplicationUser user)
           
 Set<UserHistoryItem.Type> UserHistoryStore.removeHistoryForUser(ApplicationUser user)
          Remove all history items for a given user.
 

Methods in com.atlassian.jira.user with parameters of type UserHistoryItem.Type
 void DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId)
           
 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 DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId, String data)
           
 void UserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId, String data)
           
 void DefaultUserHistoryManager.addUserToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, com.atlassian.crowd.embedded.api.User entity)
           
 void UserHistoryManager.addUserToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, com.atlassian.crowd.embedded.api.User entity)
          Create and add an UserHistoryItem to the Users history list.
 void OfBizUserHistoryStore.expireOldHistoryItems(ApplicationUser user, UserHistoryItem.Type type, Collection<String> entityIds)
          Method for expiring old items.
 List<UserHistoryItem> SessionBasedAnonymousUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> CachingUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> OfBizUserHistoryStore.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> 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)
          Retreive the user's history queue for the given UserHistoryItem.Type.
static int CachingUserHistoryStore.getMaxItems(UserHistoryItem.Type type, ApplicationProperties applicationProperties)
           
 boolean DefaultUserHistoryManager.hasHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 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.
 

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)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.