Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.AttachmentManager

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

Uses of AttachmentManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return AttachmentManager
abstract  AttachmentManager ForumFactory.getAttachmentManager()
          Returns an attachment manager that can be used to manage attachment rules.
 

Uses of AttachmentManager in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action that return AttachmentManager
 AttachmentManager AttachAction.getAttachmentManager()
           
 

Uses of AttachmentManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement AttachmentManager
 class DbAttachmentManager
          Database implementation of the AttachmentManager interface.
 

Methods in com.jivesoftware.forum.database that return AttachmentManager
 AttachmentManager DbForumFactory.getAttachmentManager()
           
 

Uses of AttachmentManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement AttachmentManager
 class AttachmentManagerProxy
           
 

Methods in com.jivesoftware.forum.proxy that return AttachmentManager
 AttachmentManager ForumFactoryProxy.getAttachmentManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type AttachmentManager
AttachmentManagerProxy(AttachmentManager attachmentManager, Permissions permissions)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.