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.JQL_QUERY
           
static UserHistoryItem.Type UserHistoryItem.PROJECT
           
static UserHistoryItem.Type UserHistoryItem.RESOLUTION
           
 

Methods in com.atlassian.jira.user that return UserHistoryItem.Type
 UserHistoryItem.Type UserHistoryItem.getType()
           
 

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 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)
           
 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
 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
 

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-2011 Atlassian. All Rights Reserved.