Uses of Class
com.xwiki.xpoll.rest.model.jaxb.Vote
-
Packages that use Vote Package Description com.xwiki.xpoll com.xwiki.xpoll.rest com.xwiki.xpoll.rest.model.jaxb -
-
Uses of Vote in com.xwiki.xpoll
Methods in com.xwiki.xpoll with parameters of type Vote Modifier and Type Method Description 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. -
Uses of Vote in com.xwiki.xpoll.rest
Methods in com.xwiki.xpoll.rest with parameters of type Vote Modifier and Type Method Description javax.ws.rs.core.ResponseXPollResource. vote(String wikiName, String spaces, String pageName, Vote vote)Used to create/modify a user's votes and to determine the winning proposal whenever a vote is cast. -
Uses of Vote in com.xwiki.xpoll.rest.model.jaxb
Methods in com.xwiki.xpoll.rest.model.jaxb that return Vote Modifier and Type Method Description VoteObjectFactory. createVote()Create an instance ofVoteVoteVote. withGuestName(String value)VoteVote. withProposals(String... values)VoteVote. withProposals(Collection<String> values)
-