Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.Poll

Packages that use Poll
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of Poll in com.jivesoftware.community
 

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

Methods in com.jivesoftware.community that return types with arguments of type Poll
 JiveIterator<Poll> PollManager.getActivePolls()
          Returns an iterable of active polls in the system.
 JiveIterator<Poll> PollManager.getActivePolls(int objectType, long objectID)
          Returns an iterable of active polls associated with the object specified by the objectType and objectID.
 JiveIterator<Poll> PollManager.getLivePolls()
          Returns an iterable of live polls in the system.
 JiveIterator<Poll> PollManager.getLivePolls(int objectType, long objectID)
          Returns an iterable of live polls associated with the object specified by the objectType and objectID.
 JiveIterator<Poll> PollManager.getPolls()
          Returns an iterable of all polls, both active and inactive.
 JiveIterator<Poll> PollManager.getPolls(int objectType, long objectID)
          Returns an iterable of polls, both active and inactive, associated with the object specified by the objectType and objectID.
 

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

Uses of Poll in com.jivesoftware.community.event
 

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

Constructors in com.jivesoftware.community.event with parameters of type Poll
PollEvent(int eventType, Poll poll, JiveContainer container, Map<String,? extends Object> params)
          Creates a new message event.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.