Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.base.Poll

Packages that use Poll
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.event Base events common to all Jive Software products. 
 

Uses of Poll in com.jivesoftware.base
 

Methods in com.jivesoftware.base that return Poll
 Poll PollManager.createPoll(int objectType, long objectID, User user, java.lang.String name)
          Create a new Poll.
 Poll PollManager.getPoll(long pollID)
          Returns the Poll specified by the poll ID.
 

Methods in com.jivesoftware.base with parameters of type Poll
 void PollManager.deletePoll(Poll poll)
          Deletes a poll.
 

Uses of Poll in com.jivesoftware.base.event
 

Methods in com.jivesoftware.base.event that return Poll
 Poll PollEvent.getPoll()
          Returns the Poll that the event corresponds to.
 

Constructors in com.jivesoftware.base.event with parameters of type Poll
PollEvent(int eventType, Poll poll, java.util.Map params)
          Creates a new message event.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.