|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.ResultFilter
com.jivesoftware.community.ThreadResultFilter
com.jivesoftware.community.TagResultFilter
public class TagResultFilter
Filters and sorts JiveContentObjects based on ContentTags.
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.ResultFilter |
|---|
AND_MODE, ASCENDING, CONTAINS_MATCH, DESCENDING, EXACT_MATCH, NULL_INT, OR_MODE |
| Constructor Summary | |
|---|---|
TagResultFilter()
|
|
| Method Summary | |
|---|---|
static TagResultFilter |
createDefaultFilter()
Creates a default TagResultFilter: all tags sorted in descending order with no minimum number of JiveContentObjects. |
int |
getMinimum()
Returns the minimum number of JiveContentObjects that a tag must be associated with to be
included in the result set. |
void |
setMinimum(int minimum)
Sets the minimum number of JiveContentObjects that a tag must be associated with to be
included in the result set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagResultFilter()
| Method Detail |
|---|
public static TagResultFilter createDefaultFilter()
JiveContentObjects.NOTE: The resulting TagResultFilter should not be stored by invoking classes; this filter is the default tag filter at the time this method is invoked.
public int getMinimum()
JiveContentObjects that a tag must be associated with to be
included in the result set.
JiveContentObjects that a tag must be associated with to be
included in the result set.public void setMinimum(int minimum)
JiveContentObjects that a tag must be associated with to be
included in the result set.
minimum - the minimum number of JiveContentObjects that a tag must be associated with to be
included in the result set.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||