Uses of Class
com.xwiki.ideas.IdeasException
-
Packages that use IdeasException Package Description com.xwiki.ideas com.xwiki.ideas.script -
-
Uses of IdeasException in com.xwiki.ideas
Methods in com.xwiki.ideas that throw IdeasException Modifier and Type Method Description booleanIdeasManager. exists(org.xwiki.model.reference.DocumentReference documentReference)A function to check whether an Idea exists or not.IdeaIdeasManager. get(org.xwiki.model.reference.DocumentReference documentReference)Retrieves the state of an Idea.booleanIdeasManager. isOpenToVote(String status)A function to see if a status allows voting on an Idea.IdeaIdeasManager. removeVote(org.xwiki.model.reference.DocumentReference documentReference)IdeaIdeasManager. vote(org.xwiki.model.reference.DocumentReference documentReference, boolean pro)Registers a vote for an Idea on the behalf of the current user. -
Uses of IdeasException in com.xwiki.ideas.script
Methods in com.xwiki.ideas.script that throw IdeasException Modifier and Type Method Description booleanIdeasScriptService. isOpenToVote(String status)Check if an idea with the given status allows voting.
-