|
Jive Forums API (5.5.20.2-oracle) Developer 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.moderation.ModerationFilter
public class ModerationFilter
Field Summary |
---|
Fields inherited from class com.jivesoftware.forum.ResultFilter |
---|
AND_MODE, ASCENDING, CONTAINS_MATCH, DESCENDING, EXACT_MATCH, NULL_INT, OR_MODE |
Constructor Summary | |
---|---|
ModerationFilter()
|
Method Summary | |
---|---|
static ModerationFilter |
createAbuseOnlyFilter()
Creates a default Moderation Filter: shows all messages marked for moderation with results sorted by creation date in ascending order. |
static ModerationFilter |
createDefaultModerationFilter()
Creates a default Moderation Filter: shows all messages marked for moderation with results sorted by creation date in ascending order. |
static ModerationFilter |
createModerationOnlyFilter()
Creates a default Moderation Filter: shows all messages marked for moderation with results sorted by creation date in ascending order. |
int |
getModerationRangeMax()
Returns the moderation value that represents the upper bound for messages or threads to be selected by the result filter. |
int |
getModerationRangeMin()
Returns the moderation value that represents the lower boundry for messages or threads to be selected by the result filter. |
java.util.List |
getModValueList()
|
void |
setModerationRangeMax(int moderationRangeMax)
Sets the upper bound for the moderation value that will pass the result filter. |
void |
setModerationRangeMin(int moderationRangeMin)
Sets the moderation value that represents the lower bound for messages or threads to be selected by the result filter. |
void |
setModValueList(java.util.List modValueList)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModerationFilter()
Method Detail |
---|
public static ModerationFilter createDefaultModerationFilter()
public static ModerationFilter createModerationOnlyFilter()
public static ModerationFilter createAbuseOnlyFilter()
public java.util.List getModValueList()
public void setModValueList(java.util.List modValueList)
public int getModerationRangeMin()
ResultFilter
getModerationRangeMin
in class ResultFilter
public void setModerationRangeMin(int moderationRangeMin)
ResultFilter
setModerationRangeMin
in class ResultFilter
moderationRangeMin
- int representing the lowest value of
the moderation value range to be selected by the result filter.public int getModerationRangeMax()
ResultFilter
getModerationRangeMax
in class ResultFilter
public void setModerationRangeMax(int moderationRangeMax)
ResultFilter
setModerationRangeMax
in class ResultFilter
moderationRangeMax
- the max value of the moderation value range.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |