Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.ContentTag

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

Uses of ContentTag in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return ContentTag
 ContentTag TagManager.createTag(java.lang.String tagname)
          Creates a tag in the database.
 ContentTag TagManager.getTag(long tagID)
          Returns a tag given a tag ID.
 ContentTag TagManager.getTag(java.lang.String tagname)
          Returns a tag by tag name.
 

Methods in com.jivesoftware.forum with parameters of type ContentTag
 void ResultFilter.addTag(ContentTag tag)
          Adds a ContentTag to the list of tags to filter on.
 void TagManager.addTag(ContentTag tag, JiveContentObject contentObject)
          Associates a tag with this object
 void TagManager.removeTag(ContentTag tag, JiveContentObject contentObject)
          Disassociates this object with the given tag.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.