Uses of Class
com.xwiki.xpoll.XPollException
-
Packages that use XPollException Package Description com.xwiki.xpoll -
-
Uses of XPollException in com.xwiki.xpoll
Methods in com.xwiki.xpoll that throw XPollException Modifier and Type Method Description Map<String,Integer>PollResultsCalculator. getResults(org.xwiki.model.reference.DocumentReference documentReference)Map<String,Integer>XPollManager. getVoteResults(org.xwiki.model.reference.DocumentReference documentReference)voidXPollManager. vote(org.xwiki.model.reference.DocumentReference page, org.xwiki.model.reference.DocumentReference user, Vote vote)Casts a vote of a user to an existing poll in a XWiki page.
-