Package com.atlassian.jira.user
Class UserHistoryItem
java.lang.Object
com.atlassian.jira.user.UserHistoryItem
- All Implemented Interfaces:
Serializable
Represents single element of user history item.
Those items are not guaranteed to be permanent.
- Since:
- v4.0
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UserHistoryItem.Type
static final UserHistoryItem.Type
static final UserHistoryItem.Type
static final com.google.common.base.Function<UserHistoryItem,
String> extracts the entity id, or null if input is nullstatic final UserHistoryItem.Type
static final UserHistoryItem.Type
static final UserHistoryItem.Type
static final UserHistoryItem.Type
static final UserHistoryItem.Type
static final UserHistoryItem.Type
static final UserHistoryItem.Type
-
Constructor Summary
ConstructorDescriptionUserHistoryItem
(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) -
Method Summary
-
Field Details
-
ADMIN_PAGE
-
ASSIGNEE
-
DASHBOARD
-
ISSUE
-
ISSUELINKTYPE
-
ISSUESEARCHER
-
JQL_QUERY
-
PROJECT
-
RESOLUTION
-
USED_USER
-
GET_ENTITY_ID
extracts the entity id, or null if input is null
-
-
Constructor Details
-
UserHistoryItem
-
UserHistoryItem
-
UserHistoryItem
-
UserHistoryItem
-
-
Method Details