|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiveIterator | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of JiveIterator in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return JiveIterator | |
|---|---|
JiveIterator<Comment> |
CommentTreeWalker.children(Comment parent)
Returns an Iterable for all the child comments of the parent. |
JiveIterator<Poll> |
PollManager.getActivePolls()
Returns an iterable of active polls in the system. |
JiveIterator<Poll> |
PollManager.getActivePolls(int objectType,
long objectID)
Returns an iterable of active polls associated with the object specified by the objectType and objectID. |
JiveIterator<Announcement> |
AnnouncementManager.getAnnouncements(java.lang.Object container)
Returns all currently viewable announcements in a container. |
JiveIterator<Announcement> |
AnnouncementManager.getAnnouncements(java.lang.Object container,
java.util.Date startDate,
java.util.Date endDate)
Returns the announcements in a container that are viewable within a specified date range. |
JiveIterator<User> |
Document.getApprovers()
Returns all of the users that must approve this document before it reaches a PUBLISHED state when it is in a PENDING_APPROVAL state. |
JiveIterator<Attachment> |
Announcement.getAttachments()
Returns an Iterable for all the attachments of the message. |
JiveIterator<Attachment> |
AttachmentContentResource.getAttachments()
Returns an Iterable for the object's attachments. |
JiveIterator<Attachment> |
PrivateMessage.getAttachments()
Returns an Iterable for all attachments of this private message. |
JiveIterator<User> |
Document.getAuthors()
Returns the Users who are allowed to edit the document. |
JiveIterator<Avatar> |
AvatarManager.getAvatars(User user)
Returns a collection of avatars for a user |
JiveIterator<BlogPost> |
ContentRetrieval.getBlogPosts()
Returns all BlogPosts in all Blogs associated with this
Community sorted by descending publish date. |
JiveIterator<BlogPost> |
Blog.getBlogPosts(BlogPostResultFilter resultFilter)
Returns all the blog posts that match the criteria specified by the BlogPostResultFilter on a specific blog. |
JiveIterator<BlogPost> |
BlogManager.getBlogPosts(BlogPostResultFilter resultFilter)
Returns all the blog posts that match the criteria specified by the BlogPostResultFilter on the entire system. |
JiveIterator<BlogPost> |
ContentRetrieval.getBlogPosts(BlogPostResultFilter filter)
Returns all BlogPosts in all Blogs associated with this Community
based on the specified ResultFilter. |
JiveIterator<Blog> |
Community.getBlogs()
Returns all Blogs associated with this community. |
JiveIterator<Blog> |
BlogManager.getBlogs(com.jivesoftware.community.BlogResultFilter resultFilter)
Returns all the blogs on this system that match the criteria specified by the ResultFilter. |
JiveIterator<Blog> |
BlogManager.getBlogs(User user)
Returns all blogs which are associated with the given user. |
JiveIterator<Blog> |
BlogManager.getBlogsByDisplayName(java.lang.String query,
int startIndex,
int endIndex,
int numResults)
Returns all the blogs on this system whose display name is LIKE the given query. |
JiveIterator<ForumMessage> |
TreeWalker.getChildren(ForumMessage parent)
Returns an Iterable for all the child messages of the parent. |
JiveIterator<JiveContentObject> |
ContentRetrieval.getCombinedContent(ContentRetrieval.ContentType... types)
Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
ContentRetrieval.getCombinedContent(ResultFilter filter,
ContentRetrieval.ContentType... types)
Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied ResultFilter. |
JiveIterator<Comment> |
Blog.getComments(FeedbackResultFilter resultFilter)
Returns all the comments on this blog that match the criteria specified by the ResultFilter. |
JiveIterator<Comment> |
BlogManager.getComments(FeedbackResultFilter resultFilter)
Returns all the comments on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system. |
JiveIterator<Comment> |
CommentManager.getComments(JiveObject contentObject)
Returns an iterable for all the comments in the object. |
JiveIterator<Comment> |
CommentManager.getComments(JiveObject contentObject,
CommentResultFilter resultFilter)
Returns an Iterable for all the comments in the object that match the criteria specified by the ResultFilter. |
JiveIterator<Community> |
Blog.getCommunities()
Returns the communities this blog has been associated with. |
JiveIterator<Community> |
Community.getCommunities()
Returns an Iterable for the child communities of this community. |
JiveIterator<Community> |
Community.getCommunities(int startIndex,
int numResults)
Returns an Iterable for the child communities of this community using a start index and the number of results to return. |
JiveIterator<Document> |
Community.getDocuments()
Returns an Iterable for all the published documents in the community. |
JiveIterator<Document> |
ContentRetrieval.getDocuments()
Returns an Iterable of published documents objects in the community. |
JiveIterator<Document> |
Community.getDocuments(DocumentResultFilter resultFilter)
Returns an Iterable for all the documents in the community {and possibly all subcommunities} that match the criteria specified by the ResultFilter. |
JiveIterator<Document> |
ContentRetrieval.getDocuments(DocumentResultFilter filter)
Returns an Iterable for all the documents in the community that match the criteria specified by the ResultFilter. |
JiveIterator<Document> |
Community.getDocumentsUnderEdit()
Returns an Iterable of documents currently being editted in the community. |
JiveIterator<Document> |
DocumentManager.getDocumentsUnderEdit()
Returns an Iterable of documents currently being editted. |
JiveIterator<PrivateMessageFolder> |
PrivateMessageManager.getFolders(User user)
Returns an Iterable of PrivateMessageFolder objects for the folders the user has. |
JiveIterator<Avatar> |
AvatarManager.getGlobalAvatars()
Returns a collection of all of the global avatars |
JiveIterator<Image> |
ImageContentResource.getImages()
Returns an Iterable for the object's images. |
JiveIterator<JiveContentObject> |
LinkManager.getLinkingObjects(JiveObject targetContentObject)
Returns a list of unique JiveContentObjects which link to the supplied target JiveContentObject. |
JiveIterator<Poll> |
PollManager.getLivePolls()
Returns an iterable of live polls in the system. |
JiveIterator<Poll> |
PollManager.getLivePolls(int objectType,
long objectID)
Returns an iterable of live polls associated with the object specified by the objectType and objectID. |
JiveIterator<ForumMessage> |
ContentRetrieval.getMessages()
Returns an Iterable for all the messages in the community. |
JiveIterator<ForumMessage> |
ForumThread.getMessages()
Return an Iterable for all the messages in this thread. |
JiveIterator<PrivateMessage> |
PrivateMessageFolder.getMessages()
Returns all the messages in the folder sorted by date descending. |
JiveIterator<PrivateMessage> |
PrivateMessageFolder.getMessages(int startIndex,
int count,
int sortField,
boolean sortDescending)
Returns messages in the folder based on the params. |
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. |
JiveIterator<Avatar> |
AvatarManager.getModerationAvatars()
Returns a collection of all of the avatars that require moderation. |
JiveIterator<Poll> |
PollManager.getPolls()
Returns an iterable of all polls, both active and inactive. |
JiveIterator<Poll> |
PollManager.getPolls(int objectType,
long objectID)
Returns an iterable of polls, both active and inactive, associated with the object specified by the objectType and objectID. |
JiveIterator<BlogPost> |
Blog.getPopularBlogPosts()
Returns the top x blog posts according to blog post views, number of comments & time passed since the blog post was created. |
JiveIterator<BlogPost> |
BlogManager.getPopularBlogPosts()
Returns the top x blog posts according to blog post views, number of comments & time passed since the blog post was created. |
JiveIterator<Document> |
Community.getPopularDocuments()
Returns the top x documents according to document views, number of comments & time passed since the document was created. |
JiveIterator<Document> |
DocumentManager.getPopularDocuments()
Returns the top x documents across all communities according to ratings, document views & time passed since the document was created. |
JiveIterator<Document> |
DocumentManager.getPopularDocuments(java.util.List<java.lang.String> languages)
Returns the top x documents across all communities according to ratings, document views & time passed since the document was created in the languages specified. |
JiveIterator<ForumThread> |
Community.getPopularThreads()
Returns the top x threads according to thread views, replies per thread & time passed since the thread was last modified. |
JiveIterator<ForumThread> |
ForumManager.getPopularThreads()
Returns an Iterable for the most threads in the system as ForumThread objects. |
JiveIterator<Question> |
QuestionManager.getQuestions()
Returns an iterable for all questions in the system. |
JiveIterator<Question> |
QuestionManager.getQuestions(Community community)
Returns an iterable for all questions in a community. |
JiveIterator<Question> |
QuestionManager.getQuestions(Community community,
QuestionFilter questionFilter)
Returns an iterable for all questions in a categetory that pass the specified question filter. |
JiveIterator<Question> |
QuestionManager.getQuestions(QuestionFilter questionFilter)
Returns an iterable for all questions in the system that pass the specified question filter. |
JiveIterator<BlogPost> |
Blog.getRecentBlogPosts()
Returns (at most) the ten most recent blog posts on this blog. |
JiveIterator<Blog> |
BlogManager.getRecentBlogs()
Returns (at most) the ten most recent blogs created on this system. |
JiveIterator<Comment> |
Blog.getRecentComments()
Returns (at most) the ten most recent comments on this blog. |
JiveIterator<ForumMessage> |
TreeWalker.getRecursiveChildren(ForumMessage parent)
Returns an Iterable for all child messages (and sub-children, etc) of the parent. |
JiveIterator<Community> |
Community.getRecursiveCommunities()
Returns an Iterable for all sub-communities of this community, including sub-communities of sub-communities, etc. |
JiveIterator<ForumMessage> |
TreeWalker.getRecursiveMessages()
Returns an Iterable for all messages in the thread in depth-first order. |
JiveIterator<Blog> |
SearchQuery.getResultBlogs()
Returns an Iterable of the Blogs that search results are from. |
JiveIterator<Community> |
SearchQuery.getResultCommunities()
Returns an Iterable of the Communities that search results are from. |
JiveIterator<User> |
Document.getReviewers()
Returns the Users who are intended to review the document. |
JiveIterator<SearchQuery> |
SearchQueryLogger.getSearchQueries()
Returns an iterable of all the queries that have been made. |
JiveIterator<SearchQuery> |
SearchQueryLogger.getSearchQueries(User user)
Returns an Iterable consisting of all the SearchQuery's that the specified user has made. |
JiveIterator<ContentTag> |
TagSet.getTags()
Returns an Iterable of ContentTags which define the view this TagSet represents. |
JiveIterator<ContentTag> |
TagManager.getTags(JiveObject contentObject)
Return an Iterable for all the tags associated with this manager. |
JiveIterator<TagSet> |
Community.getTagSets()
Returns all TagSets which are defined for this Community. |
JiveIterator<TagSet> |
TagSetManager.getTagSets(Community community)
Returns all TagSets which are defined for the specified Community. |
JiveIterator<ForumThread> |
ContentRetrieval.getThreads()
Returns an Iterable for all the threads in the community. |
JiveIterator<ForumThread> |
ContentRetrieval.getThreads(ThreadResultFilter resultFilter)
Returns an Iterable for all the threads in the community that match the criteria specified by the ResultFilter. |
JiveIterator<Trackback> |
TrackbackManager.getTrackbacks()
Return an Iterable for all the incoming trackbacks on this object. |
JiveIterator<Trackback> |
Blog.getTrackbacks(FeedbackResultFilter resultFilter)
Returns all the trackbacks on this blog that match the criteria specified by the ResultFilter. |
JiveIterator<Trackback> |
BlogManager.getTrackbacks(FeedbackResultFilter resultFilter)
Returns all the trackbacks on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system. |
JiveIterator<Trackback> |
TrackbackManager.getTrackbacks(FeedbackResultFilter resultFilter)
Returns a Iterable for all the incoming trackbacks on this object that match the criteria specified by the ResultFilter. |
JiveIterator<ForumMessage> |
ReadTracker.getUnreadMessages(User user,
Community community)
Returns an iterable for the unread messages in the community. |
JiveIterator<ForumThread> |
ReadTracker.getUnreadThreads(User user,
Community community)
Returns an iterable for the unread threads in the community. |
JiveIterator<Document> |
DocumentManager.getUserApprovalDocuments(User user)
Returns all documents that a user needs to approve. |
JiveIterator<Comment> |
CommentManager.getUserContentComments(User user)
Returns a JiveIterator for all the comments in all content which has been authored by the supplied user. |
JiveIterator<Comment> |
CommentManager.getUserContentComments(User user,
com.jivesoftware.community.UserContentCommentResultFilter resultFilter)
Returns a JiveIterator for all the comments in all content which has been authored by the supplied user that match the criteria specified by the ResultFilter. |
JiveIterator<Document> |
DocumentManager.getUserDocuments(User user,
DocumentState[] states)
Returns all documents in the supplied DocumentStates for the supplied user. |
JiveIterator<ForumMessage> |
ForumManager.getUserMessages(User user)
Returns an iterable for all messages posted by a user. |
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. |
JiveIterator<JiveObject> |
WatchManager.getWatches(User user,
Community community)
Returns an Iterable for all the Community objects a user is watching in a community. |
JiveIterator<Comment> |
CommentTreeWalker.recursiveChildren(Comment parent)
Returns an Iterable for all child comments (and sub-children, etc) of the parent. |
JiveIterator<Comment> |
CommentTreeWalker.topLevelComments()
Returns an iterator of top level comments. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||