|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadResultFilter | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of ThreadResultFilter in com.jivesoftware.community |
|---|
| Subclasses of ThreadResultFilter in com.jivesoftware.community | |
|---|---|
class |
BlogPostResultFilter
Filters and sorts BlogPosts. |
class |
BlogTagResultFilter
Filters and sorts tags with specific fields for Blogs. |
class |
FeedbackResultFilter
Filters and sorts blog comments and blog trackbacks. |
class |
ModerationFilter
Filters and sorts lists of ForumMessages based upon the message's moderation and abuse
value. |
class |
TagResultFilter
Filters and sorts JiveContentObjects based on ContentTags. |
| Methods in com.jivesoftware.community that return ThreadResultFilter | |
|---|---|
static ThreadResultFilter |
ThreadResultFilter.createDefaultMessageFilter()
Creates a default message ResultFilter: no filtering with results sorted on the message creation date in ascending order. |
static ThreadResultFilter |
ThreadResultFilter.createDefaultThreadFilter()
Creates a default thread ResultFilter: no filtering with results sorted on the thread modification date. |
static ThreadResultFilter |
ThreadResultFilter.createDefaultUserMessagesFilter()
Creates a default user messages ResultFilter: no filtering with results sorted on the message creation date descending (newest messages appear first). |
| Methods in com.jivesoftware.community with parameters of type ThreadResultFilter | |
|---|---|
int |
ContentRetrieval.getMessageCount(ThreadResultFilter filter)
Returns the number of messages in the community based on the specified ResultFilter. |
int |
ForumThread.getMessageCount(ThreadResultFilter resultFilter)
Returns the number of messages in this thread based on the specified result filter. |
JiveIterator<ForumMessage> |
ContentRetrieval.getMessages(ThreadResultFilter filter)
Returns an Iterable for all the messages in the community that match the criteria specified by the ResultFilter. |
JiveIterator<ForumMessage> |
ForumThread.getMessages(ThreadResultFilter resultFilter)
Returns a Iterable for all the messages in the thread that match the criteria specified by the ResultFilter. |
int |
ContentRetrieval.getThreadCount(ThreadResultFilter resultFilter)
Returns the number of threads in the community based on the specified ResultFilter. |
JiveIterator<ForumThread> |
ContentRetrieval.getThreads(ThreadResultFilter resultFilter)
Returns an Iterable for all the threads in the community that match the criteria specified by the ResultFilter. |
int |
ForumManager.getUserMessageCount(User user,
ThreadResultFilter resultFilter)
Returns the total number of messages a user has posted in all communities that obey the parameters set by the specificed ResultFilter. |
JiveIterator<ForumMessage> |
ForumManager.getUserMessages(User user,
ThreadResultFilter resultFilter)
Returns an iterable for all messages posted by a user that obey the parameters set by the specified ResultFilter. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||