|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSResultFilter
com.jivesoftware.community.webservices.WSTagResultFilter
public class WSTagResultFilter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jivesoftware.community.webservices.WSResultFilter |
|---|
WSResultFilter.ResolutionState |
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.webservices.WSResultFilter |
|---|
ASCENDING, DESCENDING, NULL_INT |
| Constructor Summary | |
|---|---|
WSTagResultFilter()
|
|
| Method Summary | |
|---|---|
static WSTagResultFilter |
createDefaultFilter()
Creates a default TagResultFilter: all tags sorted in descending order with no minimum number of com.jivesoftware.community.JiveContentObjects. |
int |
getMinimum()
Returns the minimum number of com.jivesoftware.community.JiveContentObjects that a
tag must be associated with to be included in the result set. |
void |
setMinimum(int minimum)
Sets the minimum number of com.jivesoftware.community.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 WSTagResultFilter()
| Method Detail |
|---|
public static WSTagResultFilter createDefaultFilter()
com.jivesoftware.community.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()
com.jivesoftware.community.JiveContentObjects that a
tag must be associated with to be included in the result set.
com.jivesoftware.community.JiveContentObjects that a
tag must be associated with to be included in the result set.public void setMinimum(int minimum)
com.jivesoftware.community.JiveContentObjects that a tag
must be associated with to be included in the result set.
minimum - the minimum number of com.jivesoftware.community.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 | |||||||||