Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.ArchiveManager

Packages that use ArchiveManager
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 ArchiveManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return ArchiveManager
abstract  ArchiveManager ForumFactory.getArchiveManager()
          Returns an archive manager that can be used to manage archiving for forums.
 

Uses of ArchiveManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement ArchiveManager
 class DbArchiveManager
          Database implementation of the ArchiveManager interface.
 

Methods in com.jivesoftware.forum.database that return ArchiveManager
 ArchiveManager DbForumFactory.getArchiveManager()
           
 

Uses of ArchiveManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement ArchiveManager
 class ArchiveManagerProxy
          Protection proxy for the ArchiveManager class.
 

Methods in com.jivesoftware.forum.proxy that return ArchiveManager
 ArchiveManager ForumFactoryProxy.getArchiveManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type ArchiveManager
ArchiveManagerProxy(ArchiveManager archiveManager, AuthToken authToken, Permissions permissions)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.