com.jivesoftware.forum.watches
Class BatchWatchResult
java.lang.Object
com.jivesoftware.forum.watches.BatchWatchResult
public class BatchWatchResult
- extends java.lang.Object
BatchWatchResult holds a count of watch results for a given batch watch, as well as a list of watched messages. The count
will be the total number of messages modified since the last batch watch notification, but the list of messages will
contain no more than the upper bound defined by the jive property "watches.digest.maxMessagesPerWatch", which defaults
to 10.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchWatchResult
public BatchWatchResult(int messageCount,
int threadCount,
java.util.List results)
BatchWatchResult
public BatchWatchResult(int messageCount,
java.util.List results)
getTotalCount
public int getTotalCount()
- Deprecated. This method only exists so that existing watch templates do not break
getTotalMessageCount
public int getTotalMessageCount()
getTotalThreadCount
public int getTotalThreadCount()
getMessageList
public java.util.List getMessageList()
Copyright © 1999-2006 Jive Software.