Uses of Class
com.xwiki.ideas.model.jaxb.Idea
-
Packages that use Idea Package Description com.xwiki.ideas.model.jaxb com.xwiki.ideas.rest -
-
Uses of Idea in com.xwiki.ideas.model.jaxb
Methods in com.xwiki.ideas.model.jaxb that return Idea Modifier and Type Method Description IdeaObjectFactory. createIdea()Create an instance ofIdeaIdeaIdea. withOpponents(String... values)IdeaIdea. withOpponents(Collection<String> values)IdeaIdea. withSupporters(String... values)IdeaIdea. withSupporters(Collection<String> values)Methods in com.xwiki.ideas.model.jaxb that return types with arguments of type Idea Modifier and Type Method Description javax.xml.bind.JAXBElement<Idea>ObjectFactory. createIdea(Idea value)Methods in com.xwiki.ideas.model.jaxb with parameters of type Idea Modifier and Type Method Description javax.xml.bind.JAXBElement<Idea>ObjectFactory. createIdea(Idea value) -
Uses of Idea in com.xwiki.ideas.rest
Methods in com.xwiki.ideas.rest that return Idea Modifier and Type Method Description IdeaIdeasResource. get(String xwikiName, String spaceName, String pageName)IdeaIdeasResource. removeVote(String xwikiName, String spaceName, String pageName)Removes the vote of the current user from the page containing the desired idea.IdeaIdeasResource. vote(String xwikiName, String spaceName, String pageName, String value)Casts the vote of the current user to the page containing an idea.
-