|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.ResultFilter
com.jivesoftware.forum.TagResultFilter
public class TagResultFilter
Field Summary |
---|
Fields inherited from class com.jivesoftware.forum.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 JiveContentObject s. |
int |
getMinimum()
Returns the minimum number of JiveContentObject s that a tag must be associated with to be
included in the result set. |
void |
setMinimum(int minimum)
Sets the minimum number of JiveContentObject s that a tag must be associated with to be
included in the result set. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagResultFilter()
Method Detail |
---|
public static TagResultFilter createDefaultFilter()
JiveContentObject
s.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()
JiveContentObject
s that a tag must be associated with to be
included in the result set.
JiveContentObject
s that a tag must be associated with to be
included in the result set.public void setMinimum(int minimum)
JiveContentObject
s that a tag must be associated with to be
included in the result set.
minimum
-
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |