Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.JiveContentObject

Packages that use JiveContentObject
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

Uses of JiveContentObject in com.jivesoftware.forum
 

Subinterfaces of JiveContentObject in com.jivesoftware.forum
 interface ForumMessage
          A ForumMessage encapsulates message data.
 interface ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
 

Methods in com.jivesoftware.forum with parameters of type JiveContentObject
 void TagManager.addTag(ContentTag tag, JiveContentObject contentObject)
          Associates a tag with this object
 com.jivesoftware.forum.database.DatabaseObjectIterator TagManager.getTags(JiveContentObject contentObject)
          Return an Iterable for all the tags associated with this manager.
 void TagManager.removeAllTags(JiveContentObject contentObject)
          Disassociates this object with all tags.
 void TagManager.removeTag(ContentTag tag, JiveContentObject contentObject)
          Disassociates this object with the given tag.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.