|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagResultFilter | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| Uses of TagResultFilter in com.jivesoftware.community |
|---|
| Subclasses of TagResultFilter in com.jivesoftware.community | |
|---|---|
class |
BlogTagResultFilter
Filters and sorts tags with specific fields for Blogs. |
| Methods in com.jivesoftware.community 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.community with parameters of type TagResultFilter | |
|---|---|
Map<String,Integer> |
TagManager.getTagMap(JiveContainer container,
TagResultFilter resultFilter)
Returns all tags for a given container 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 container
filtered by the TagResultFilter. |
Map<String,Integer> |
TagManager.getTagMap(JiveContainer container,
TagResultFilter resultFilter,
List<GenericTaggableType> types)
Returns all tags for a given container 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 container
filtered by the TagResultFilter. |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||