Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.DraftManager

Packages that use DraftManager
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of DraftManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return DraftManager
abstract  DraftManager ForumFactory.getDraftManager()
          Returns a DraftManager that can be used to manager message drafts.
 

Uses of DraftManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement DraftManager
 class DbDraftManager
          Database implementation of the DraftManager interface.
 

Methods in com.jivesoftware.forum.database that return DraftManager
 DraftManager DbForumFactory.getDraftManager()
           
 

Uses of DraftManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement DraftManager
 class DraftManagerProxy
          Protection proxy for DraftManager instances.
 

Methods in com.jivesoftware.forum.proxy that return DraftManager
 DraftManager ForumFactoryProxy.getDraftManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type DraftManager
DraftManagerProxy(DraftManager manager, AuthToken authToken, Permissions permissions)
          Creates a new ForumMessageDraftManagerProxy object.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.