Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.TagResultFilter

Packages that use TagResultFilter
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 TagResultFilter in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return TagResultFilter
static TagResultFilter TagResultFilter.createDefaultFilter()
          Creates a default TagResultFilter: all tags sorted in descending order with no minimum number of JiveContentObjects.
 

Methods in com.jivesoftware.forum with parameters of type TagResultFilter
 java.util.Map Forum.getTags(TagResultFilter resultFilter)
          Returns all tags for a given forum in a Map where the key is the name of tag and the value is the number of times the tag has been used in this forum filtered by the TagResultFilter.
 java.util.Map ForumCategory.getTags(TagResultFilter resultFilter)
          Returns all tags for a given community in a Map where the key is the name of tag and the value is the number of times the tag has been used in this community filtered by the TagResultFilter.
 

Uses of TagResultFilter in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database with parameters of type TagResultFilter
 java.util.Map DbForum.getTags(TagResultFilter resultFilter)
           
 java.util.Map DbForumCategory.getTags(TagResultFilter resultFilter)
           
 

Uses of TagResultFilter in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy with parameters of type TagResultFilter
 java.util.Map ForumCategoryProxy.getTags(TagResultFilter resultFilter)
           
 java.util.Map ForumProxy.getTags(TagResultFilter resultFilter)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.