Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.JiveObject

Packages that use JiveObject
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database.sequence   
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.util Jive Forums utility classes. 
 

Uses of JiveObject in com.jivesoftware.base
 

Classes in com.jivesoftware.base that implement JiveObject
 class ForumObject
          Container representing a the type and ID of a forum object (e.g.
 

Uses of JiveObject in com.jivesoftware.base.database.sequence
 

Methods in com.jivesoftware.base.database.sequence with parameters of type JiveObject
static long SequenceManager.nextID(JiveObject object)
           
 

Uses of JiveObject in com.jivesoftware.forum
 

Subinterfaces of JiveObject in com.jivesoftware.forum
 interface ContentTag
          Container for tags associated with a blog.
 interface ForumCategory
          A container for forums and a hierarchy of other forum categories.
 interface ForumMessage
          A ForumMessage encapsulates message data.
 interface ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
 interface JiveContentObject
           
 

Uses of JiveObject in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement JiveObject
 class DbContentTag
          Database implementation of the Tag interface.
 class DbForumCategory
          Database implementation of the ForumCategory interface.
 class DbForumMessage
          Database implementation of the ForumMessage interface.
 class DbForumThread
          Database implementation of the ForumThread interface.
 class EmailWatchMessageWrapper
           
 

Uses of JiveObject in com.jivesoftware.forum.event
 

Classes in com.jivesoftware.forum.event that implement JiveObject
 class PermissionEvent
          Created by IntelliJ IDEA.
 

Uses of JiveObject in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement JiveObject
 class ForumCategoryProxy
          A protection proxy for ForumCategories.
 class ForumMessageProxy
          A protection proxy for ForumMessage objects.
 class ForumThreadProxy
          Protection proxy for ForumThread objects.
 

Uses of JiveObject in com.jivesoftware.forum.util
 

Classes in com.jivesoftware.forum.util that implement JiveObject
 class Identifier
          Simple JiveObject implementation that only contains the object type and object id.
 

Constructors in com.jivesoftware.forum.util with parameters of type JiveObject
Identifier(JiveObject bean)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.