|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JiveContentObject | |
---|---|
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 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 |
static java.lang.String |
TagManagerFactory.getCacheKey(JiveContentObject contentObject)
Returns a tag content cache key. |
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. |
Constructors in com.jivesoftware.forum with parameters of type JiveContentObject | |
---|---|
TagDelegator(JiveContentObject contentObject)
|
Uses of JiveContentObject in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement JiveContentObject | |
---|---|
class |
DbForumMessage
Database implementation of the ForumMessage interface. |
class |
DbForumThread
Database implementation of the ForumThread interface. |
class |
EmailWatchMessageWrapper
|
Methods in com.jivesoftware.forum.database with parameters of type JiveContentObject | |
---|---|
void |
DbTagManager.addTag(ContentTag tag,
JiveContentObject contentObject)
|
DatabaseObjectIterator |
DbTagManager.getTags(JiveContentObject contentObject)
|
void |
DbTagManager.removeAllTags(JiveContentObject contentObject)
|
void |
DbTagManager.removeTag(ContentTag tag,
JiveContentObject contentObject)
|
Uses of JiveContentObject in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement JiveContentObject | |
---|---|
class |
ForumMessageProxy
A protection proxy for ForumMessage objects. |
class |
ForumThreadProxy
Protection proxy for ForumThread objects. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |