|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.Map<java.lang.String,java.lang.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. |
java.util.Map<java.lang.String,java.lang.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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||