com.polarion.alm.tracker.IVotingManager
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| boolean | canVote(ITrackerUser,IWorkItem) | Returns true if the user can vote for the item according to project voting rules. Security restrictions are not taken into account. |
| boolean | isVotingEnabled(IWorkItem) | Returns true if voting is not disabled for the Work Item. |
| int | getVotesCount(IWorkItem) | Returns number of users that voted for the item. |
| IPObjectList | getVotes(IWorkItem) | Returns users that voted for the item (sorted by name). |
| public, boolean | hasVoted(ITrackerUser,IWorkItem) | Returns true if the user has voted for the item. |
| List | getPopularWorkItems(IProject[]) | Returns a list of work items ordered descending by number of votes. |
Back to Index