java.lang.Object | |
↳ | com.atlassian.jira.mock.user.MockUserHistoryManager |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create and add an
UserHistoryItem to the Users history list. | |||||||||||
Create and add an
UserHistoryItem to the Users history list. | |||||||||||
Create and add an
UserHistoryItem to the Users history list. | |||||||||||
Create and add an
UserHistoryItem to the Users history list. | |||||||||||
Create and add an
UserHistoryItem to the Users history list. | |||||||||||
Create and add an
UserHistoryItem to the Users history list. | |||||||||||
Retreive the user's history queue for the given
UserHistoryItem.Type . | |||||||||||
Retreive the user's history queue for the given
UserHistoryItem.Type . | |||||||||||
Determines whether a user has any items in their history for a given
UserHistoryItem.Type
This method performs no permission checks. | |||||||||||
Determines whether a user has any items in their history for a given
UserHistoryItem.Type
This method performs no permission checks. | |||||||||||
Remove the user's history.
| |||||||||||
Remove the user's history.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.user.UserHistoryManager
|
Create and add an UserHistoryItem
to the Users history list.
A null users history should still be stored, even if only for duration of session.
type | The type queue to add the history item to |
---|---|
user | The user to add the history item to |
entityId | The entity id of the entity to add to the history queue. |
Create and add an UserHistoryItem
to the Users history list.
A null users history should still be stored, even if only for duration of session.
type | The type queue to add the history item to |
---|---|
user | The user to add the history item to |
entityId | The entity id of the entity to add to the history queue. |
Create and add an UserHistoryItem
to the Users history list.
Allows to store data related to the user history item.
type | The type queue to add the history item to |
---|---|
user | The user to add the history item to |
entityId | The entity id of the entity to add to the history queue |
data | Data related to the history item. Can be null. |
Create and add an UserHistoryItem
to the Users history list.
Allows to store data related to the user history item.
type | The type queue to add the history item to |
---|---|
user | The user to add the history item to |
entityId | The entity id of the entity to add to the history queue |
data | Data related to the history item. Can be null. |
Create and add an UserHistoryItem
to the Users history list.
A null users history should still be stored, even if only for duration of session.
type | The type queue to add the history item to |
---|---|
user | The user to add the history item to |
entity | The entity to add to the history queue. |
Create and add an UserHistoryItem
to the Users history list.
A null users history should still be stored, even if only for duration of session.
type | The type queue to add the history item to |
---|---|
user | The user to add the history item to |
entity | The entity to add to the history queue. |
Retreive the user's history queue for the given UserHistoryItem.Type
.
The list is returned ordered by DESC lastViewed date (i.e. newest is first).
This method performs no permission checks.
type | The type of entity to get the history for |
---|---|
user | The user to get the history items for. |
Retreive the user's history queue for the given UserHistoryItem.Type
.
The list is returned ordered by DESC lastViewed date (i.e. newest is first).
This method performs no permission checks.
type | The type of entity to get the history for |
---|---|
user | The user to get the history items for. |
Determines whether a user has any items in their history for a given UserHistoryItem.Type
This method performs no permission checks.
type | The type to check for |
---|---|
user | The user to check for. |
Determines whether a user has any items in their history for a given UserHistoryItem.Type
This method performs no permission checks.
type | The type to check for |
---|---|
user | The user to check for. |
Remove the user's history.
user | The User to remove the history for. |
---|
Remove the user's history.
user | The User to remove the history for. |
---|