|
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.FeedbackResultFilter
public class FeedbackResultFilter
Filters and sorts blog comments and blog trackbacks.
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.ResultFilter |
|---|
AND_MODE, ASCENDING, CONTAINS_MATCH, DESCENDING, EXACT_MATCH, NULL_INT, OR_MODE |
| Constructor Summary | |
|---|---|
FeedbackResultFilter()
|
|
| Method Summary | |
|---|---|
static FeedbackResultFilter |
createDefaultFilter()
Creates a default comment ResultFilter: no filtering with results sorted on the comment / trackback creation date. |
boolean |
isIncludeModerated()
Returns whether the result to be selected by the result filter should include moderated comments. |
void |
setIncludeModerated(boolean include)
Sets whether the result to be selected by the result filter should include moderated comments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeedbackResultFilter()
| Method Detail |
|---|
public static FeedbackResultFilter createDefaultFilter()
public boolean isIncludeModerated()
public void setIncludeModerated(boolean include)
include - true to include moderated comments, false otherwise.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||