|
Clearspace API (1.10.16) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.ResultFilter
com.jivesoftware.community.webservices.CommentResultFilter
com.jivesoftware.community.webservices.UserContentCommentResultFilter
public class UserContentCommentResultFilter
A result filter for use in creating queries which return all comments on content created by a given user.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jivesoftware.community.webservices.ResultFilter |
|---|
ResultFilter.ResolutionState |
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.webservices.ResultFilter |
|---|
ASCENDING, DESCENDING, NULL_INT |
| Constructor Summary | |
|---|---|
UserContentCommentResultFilter()
|
|
| Method Summary | |
|---|---|
static UserContentCommentResultFilter |
createDefaultContentCommentFilter()
|
boolean |
isIncludeAuthorsInUserFilter()
Returns true if users who have been added as authors to a document should be included when filtering user content comments by user. |
boolean |
isIncludeDocumentBackChannelComments()
Returns true if document backchannel comments should be included. |
boolean |
isIncludeOwnComments()
Returns true if comments by the user whose content is being queried for comments should be included. |
void |
setIncludeAuthorsInUserFilter(boolean includeAuthorsInUserFilter)
Sets whether users who have been added as authors to a document should be included when filtering user content comments by user. |
void |
setIncludeDocumentBackChannelComments(boolean includeDocumentBackChannelComments)
Sets whether document backchannel comments should be included. |
void |
setIncludeOwnComments(boolean includeOwnComments)
Sets whether comments by the user whose content is being queried for comments should be included. |
| Methods inherited from class com.jivesoftware.community.webservices.CommentResultFilter |
|---|
createDefaultFilter, createDefaultFilter, getCommunityID, isIncludeModerated, setCommunityID, setIncludeModerated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserContentCommentResultFilter()
| Method Detail |
|---|
public static UserContentCommentResultFilter createDefaultContentCommentFilter()
public boolean isIncludeAuthorsInUserFilter()
public void setIncludeAuthorsInUserFilter(boolean includeAuthorsInUserFilter)
includeAuthorsInUserFilter - true when users who have been added as authors to a document
should be included when filtering by user.public boolean isIncludeOwnComments()
public void setIncludeOwnComments(boolean includeOwnComments)
includeOwnComments - true when comments by the user whose content is being queried for
comments should be included.public boolean isIncludeDocumentBackChannelComments()
public void setIncludeDocumentBackChannelComments(boolean includeDocumentBackChannelComments)
includeDocumentBackChannelComments - true if document backchannel comments should be included.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||