|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommentResultFilter | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| Uses of CommentResultFilter in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return CommentResultFilter | |
|---|---|
static CommentResultFilter |
CommentResultFilter.createDefaultFilter()
Creates a default comment ResultFilter: no filtering with results sorted on the comment creation date. |
static CommentResultFilter |
CommentResultFilter.createDefaultFilter(Community community)
Creates a default comment ResultFilter: no filtering with results sorted on the comment creation date. |
| Methods in com.jivesoftware.community with parameters of type CommentResultFilter | |
|---|---|
int |
CommentManager.getCommentCount(CommentContentResource commentContentResource,
CommentResultFilter resultFilter)
Returns the number of comments in the object based on the specified ResultFilter. |
JiveIterator<Comment> |
CommentManager.getComments(CommentContentResource commentContentResource,
CommentResultFilter resultFilter)
Returns an Iterable for all the comments in the object that match the criteria specified by the ResultFilter. |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||