com.polarion.alm.tracker.model.ITrackerUser
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | KEY_VOTES | |
| String | KEY_WATCHES |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IPObjectList | getCreatedItems() | |
| IPObjectList | getAssignedToItems() | |
| IPObjectList | getWatchedItems() | |
| IPObjectList | getVotedItems() | |
| IWatchList | getWatchList() | |
| void | doWatchItem(IWorkItem) | |
| void | stopWatchingItem(IWorkItem) | |
| boolean | canVote(IWorkItem) | Returns true if the user can vote for the item according to work item's project voting rules. |
| boolean | hasVoted(IWorkItem) | Returns true if the user has voted for the item. |
| boolean | vote(IWorkItem) | Adds item to this users votes. Returns true, if the change was done, false otherwise. |
| boolean | unvote(IWorkItem) | Removes vote the item from this user votes. Returns true if change was done, false otherwise. |
| boolean | isWatching(IWorkItem) |
Back to Index