Clearspace API (2.0.15) Web Services Client Javadocs

com.jivesoftware.community.webservices
Class WSUserContentCommentResultFilter

java.lang.Object
  extended by com.jivesoftware.community.webservices.WSResultFilter
      extended by com.jivesoftware.community.webservices.WSCommentResultFilter
          extended by com.jivesoftware.community.webservices.WSUserContentCommentResultFilter

public class WSUserContentCommentResultFilter
extends WSCommentResultFilter

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.WSResultFilter
WSResultFilter.ResolutionState
 
Field Summary
 
Fields inherited from class com.jivesoftware.community.webservices.WSResultFilter
ASCENDING, DESCENDING, NULL_INT
 
Constructor Summary
WSUserContentCommentResultFilter()
           
 
Method Summary
static WSUserContentCommentResultFilter 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.WSCommentResultFilter
createDefaultFilter, createDefaultFilter, getCommunityID, isIncludeModerated, setCommunityID, setIncludeModerated
 
Methods inherited from class com.jivesoftware.community.webservices.WSResultFilter
createDefaultMessageFilter, createDefaultThreadFilter, createDefaultUserMessagesFilter, getCreationDateRangeMax, getCreationDateRangeMin, getModerationRangeMax, getModerationRangeMin, getModificationDateRangeMax, getModificationDateRangeMin, getNumResults, getResolutionDateRangeMin, getResolutionnDateRangeMax, getResolutionStates, getSortField, getSortOrder, getStartIndex, getTags, getUserID, isRecursive, setCreationDateRangeMax, setCreationDateRangeMin, setModerationRangeMax, setModerationRangeMin, setModificationDateRangeMax, setModificationDateRangeMin, setNumResults, setRecursive, setResolutionDateRangeMin, setResolutionnDateRangeMax, setResolutionStates, setSortField, setSortOrder, setStartIndex, setTags, setUserID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSUserContentCommentResultFilter

public WSUserContentCommentResultFilter()
Method Detail

createDefaultContentCommentFilter

public static WSUserContentCommentResultFilter createDefaultContentCommentFilter()

isIncludeAuthorsInUserFilter

public 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.

Returns:
true if users who have been added as authors to a document should be included when filtering by user.

setIncludeAuthorsInUserFilter

public 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.

Parameters:
includeAuthorsInUserFilter - true when users who have been added as authors to a document should be included when filtering by user.

isIncludeOwnComments

public boolean isIncludeOwnComments()
Returns true if comments by the user whose content is being queried for comments should be included.

Returns:
true if comments by the user whose content is being queried for comments should be included.

setIncludeOwnComments

public void setIncludeOwnComments(boolean includeOwnComments)
Sets whether comments by the user whose content is being queried for comments should be included.

Parameters:
includeOwnComments - true when comments by the user whose content is being queried for comments should be included.

isIncludeDocumentBackChannelComments

public boolean isIncludeDocumentBackChannelComments()
Returns true if document backchannel comments should be included.

Returns:
true if document backchannel comments should be included.

setIncludeDocumentBackChannelComments

public void setIncludeDocumentBackChannelComments(boolean includeDocumentBackChannelComments)
Sets whether document backchannel comments should be included.

Parameters:
includeDocumentBackChannelComments - true if document backchannel comments should be included.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.