Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.BlogTagResultFilter

Packages that use BlogTagResultFilter
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of BlogTagResultFilter in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return BlogTagResultFilter
static BlogTagResultFilter BlogTagResultFilter.createDefaultFilter()
          Creates a default tag ResultFilter: all tags associated with blog posts that have status = BlogPost#STATUS_PUBLISH, publishDate less than now() (with minute precision) ordered by tag name in descending order.
 

Methods in com.jivesoftware.community with parameters of type BlogTagResultFilter
 Map<String,Integer> Blog.getTags(BlogTagResultFilter resultFilter)
          Returns all tags for a given blog 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 blog filtered by the BlogTagResultFilter.
 Map<String,Integer> BlogManager.getTags(BlogTagResultFilter resultFilter)
          Returns all tags for blogs in the system 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 system filtered by the BlogTagResultFilter.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.