|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JiveIterator | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| com.jivesoftware.community.featured | |
| com.jivesoftware.community.media | |
| com.jivesoftware.community.media.video | |
| com.jivesoftware.community.project | |
| com.jivesoftware.community.socialgroup | |
| 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(EntityDescriptor jiveContainer)
Returns all currently viewable announcements in a container. |
JiveIterator<Announcement> |
AnnouncementManager.getAnnouncements(JiveContainer jiveContainer)
Returns all currently viewable announcements in a container. |
JiveIterator<Announcement> |
AnnouncementManager.getAnnouncements(JiveContainer jiveContainer,
Date startDate,
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> |
AttachmentManager.getAttachments(AttachmentContentResource attachmentContentResource)
Returns an Iterable for the object's attachments. |
JiveIterator<User> |
Document.getAuthors()
Returns the Users who are allowed to edit the document. |
JiveIterator<User> |
UserAuthoredObject.getAuthors()
Returns all users who have contributed to the object, including the object creator, or those who can contribute. |
JiveIterator<Avatar> |
AvatarManager.getAvatars(User user)
Returns a collection of avatars for a user |
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> |
BlogManager.getBlogPosts(JiveContainer container)
Returns the blog posts associated with this container. |
JiveIterator<BlogPost> |
BlogManager.getBlogPosts(JiveContainer container,
BlogPostResultFilter resultFilter)
Returns the blog posts in all blogs associated with the container based on the specified ResultFilter. |
JiveIterator<BlogPost> |
BlogManager.getBlogPosts(TagSet tagSet)
Returns the blog posts associated with this tag set based on the specified ResultFilter. |
JiveIterator<BlogPost> |
BlogManager.getBlogPosts(TagSet tagSet,
BlogPostResultFilter resultFilter)
Returns the blog posts associated with this container. |
JiveIterator<Blog> |
BlogManager.getBlogs(BlogResultFilter resultFilter)
Returns all the blogs on this system that match the criteria specified by the ResultFilter. |
JiveIterator<Blog> |
BlogManager.getBlogsByDisplayName(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> |
CommunityManager.getCombinedContent(JiveContainer container,
ContainableType... contentTypes)
Returns an Iterable for all content objects in the container, depending on which ContainableTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(JiveContainer container,
FilteredContentEnabledType... contentTypes)
Returns an Iterable for all content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(JiveContainer container,
ResultFilter filter,
ContainableType... contentTypes)
Returns an Iterable for all content objects in the container, depending on which ContainableTypes are supplied as an argument, and according the the supplied
ResultFilter. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(JiveContainer container,
ResultFilter filter,
FilteredContentEnabledType... contentTypes)
Returns an Iterable for all content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument, and according the the supplied
ResultFilter. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(TagSet tagSet,
ContainableType... contentTypes)
Returns an Iterable for all content objects in the tag set, depending on which ContainableTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(TagSet tagSet,
FilteredContentEnabledType... contentTypes)
Returns an Iterable for all content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(TagSet tagSet,
ResultFilter filter,
ContainableType... contentTypes)
Returns an Iterable for all content objects in the tag set, depending on which ContainableTypes are supplied as an argument, and according the the supplied
ResultFilter. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(TagSet tagSet,
ResultFilter filter,
FilteredContentEnabledType... contentTypes)
Returns an Iterable for all content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument, and according the the supplied
ResultFilter. |
JiveIterator<Comment> |
CommentManager.getComments(CommentContentResource commentContentResource)
Returns an iterable for all the comments in the object. |
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. |
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<Community> |
CommunityManager.getCommunities(Community community)
Returns an Iterable for the child communities of the specified community. |
JiveIterator<Community> |
CommunityManager.getCommunities(Community community,
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<ContentTag> |
TagManager.getCommunityTags(JiveObject jiveObject,
User user)
Return an Iterable for all the tags associated with this jive object on behalf of the given user. |
JiveIterator<Document> |
DocumentManager.getDocuments(JiveContainer container)
Returns an Iterable for all the published documents in the container. |
JiveIterator<Document> |
DocumentManager.getDocuments(JiveContainer container,
DocumentResultFilter resultFilter)
Returns an Iterable for all the documents in the container {and possibly all child containers (if the container is a community)} that match the criteria specified by the ResultFilter. |
JiveIterator<Document> |
DocumentManager.getDocuments(TagSet tagSet)
Returns an Iterable for all the published documents in the tag set. |
JiveIterator<Document> |
DocumentManager.getDocuments(TagSet tagSet,
DocumentResultFilter resultFilter)
Returns an Iterable for all the documents in the tag set that match the criteria specified by the ResultFilter. |
JiveIterator<Document> |
DocumentManager.getDocumentsUnderEdit()
Returns an Iterable of documents currently being editted. |
JiveIterator<Document> |
DocumentManager.getDocumentsUnderEdit(JiveContainer container)
Returns the count of the number of documents currently being editted in the container. |
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<JiveContentObject> |
LinkManager.getLinkingObjects(String url)
Returns a list of unique JiveContentObjects which link to the supplied target url. |
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> |
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> |
ForumManager.getMessages(JiveContainer container)
Returns an Iterable for all the messages in the container. |
JiveIterator<ForumMessage> |
ForumManager.getMessages(JiveContainer container,
ThreadResultFilter resultFilter)
Returns an Iterable for all the messages in the container that match the criteria specified by the ResultFilter. |
JiveIterator<ForumMessage> |
ForumManager.getMessages(TagSet tagSet)
Returns an Iterable for all the messages in the tag set. |
JiveIterator<ForumMessage> |
ForumManager.getMessages(TagSet tagSet,
ThreadResultFilter resultFilter)
Returns an Iterable for all the messages in the tag set 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> |
ActivityManager.getPopularBlogPosts()
Returns a JiveIterator of popular blog posts system wide in popularity order. |
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<BlogPost> |
ActivityManager.getPopularBlogPosts(Blog blog)
Returns a JiveIterator of popular blog posts for the blog in popularity order. |
JiveIterator<Document> |
ActivityManager.getPopularDocuments()
Returns a system wide JiveIterator of popular documents in popularity order. |
JiveIterator<Document> |
DocumentManager.getPopularDocuments()
Returns the top x documents across all containers according to ratings, document views & time passed since the document was created. |
JiveIterator<Document> |
ActivityManager.getPopularDocuments(JiveContainer jiveContainer)
Returns a JiveIterator of popular documents for the container in popularity order. |
JiveIterator<Document> |
DocumentManager.getPopularDocuments(JiveContainer c)
Returns the top x documents across a given community & it's subcommunities according to ratings, document views & time passed since the document was created in the languages specified. |
JiveIterator<Document> |
DocumentManager.getPopularDocuments(List<String> languages)
Returns the top x documents across all containers according to ratings, document views & time passed since the document was created in the languages specified. |
JiveIterator<ForumThread> |
ActivityManager.getPopularThreads()
Returns a system wide JiveIterator of popular threads in popularity order. |
JiveIterator<ForumThread> |
ForumManager.getPopularThreads()
Returns an Iterable for the most threads in the system as ForumThread objects. |
JiveIterator<ForumThread> |
ActivityManager.getPopularThreads(JiveContainer jiveContainer)
Returns a JiveIterator of popular threads for the container in popularity order. |
JiveIterator<Video> |
ActivityManager.getPopularVideos()
Returns a system wide JiveIterator of popular videos in popularity order. |
JiveIterator<Video> |
ActivityManager.getPopularVideos(JiveContainer jiveContainer)
Returns a JiveIterator of popular videos for the container in popularity order. |
JiveIterator<Question> |
QuestionManager.getQuestions()
Returns an iterable for all questions in the system. |
JiveIterator<Question> |
QuestionManager.getQuestions(JiveContainer container)
Returns an iterable for all questions in a container. |
JiveIterator<Question> |
QuestionManager.getQuestions(JiveContainer container,
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<JiveContentObject> |
RecentContentManager.getRecentContent(Collection<User> users)
Returns all the recent content for a set of users. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(JiveContainer jiveContainer)
Returns all the recent content for the specified container. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(JiveContainer jiveContainer,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns all the recent content that pass the provided predicate for the specified container. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(JiveContainer jiveContainer,
RecentContentEnabledType[] contentTypes)
Returns the recent content matching the provided content types for the specified container. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(JiveContainer jiveContainer,
RecentContentEnabledType[] contentTypes,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns the recent content matching the provided content types and predicate for the specified container. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(Map<JiveContainer,RecentContentEnabledType[]> containerMap,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns the recent content matching the provided map of container -> content types and predicate. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(User user)
Returns all the recent content for the specified user. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(User user,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns all the recent content that pass the provided predicate for the specified user. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(User user,
RecentContentEnabledType[] contentTypes)
Returns the recent content matching the provided content types for the specified user. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(User user,
RecentContentEnabledType[] contentTypes,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns the recent content matching the provided content types and predicate for the specified user. |
JiveIterator<ForumMessage> |
TreeWalker.getRecursiveChildren(ForumMessage parent)
Returns an Iterable for all child messages (and sub-children, etc) of the parent. |
JiveIterator<Community> |
CommunityManager.getRecursiveCommunities(Community community)
Returns an Iterable for all sub-communities of a 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<JiveContentObject> |
RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer)
Returns all the recent content for the specified container and all subcontainers. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns all the recent content that pass the provided predicate for the specified container and all subcontainers. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer,
RecentContentEnabledType[] contentTypes)
Returns the recent content matching the provided content types for the specified container and all subcontainers. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer,
RecentContentEnabledType[] contentTypes,
com.google.common.base.Predicate<RecentContentBean> predicate)
Returns the recent content matching the provided content types and predicate for the specified container and all subcontainers. |
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<JiveObject> |
TagManager.getTaggableContent(JiveContainer container)
Returns an iterator of taggable jive objects for the specific container. |
JiveIterator<JiveObject> |
TagManager.getTaggableContent(JiveContainer container,
ResultFilter resultFilter,
Collection<GenericTaggableType> types)
Returns an iterator of taggable jive objects for the specific container. |
JiveIterator<ContentTag> |
TagSet.getTags()
Returns an Iterable of ContentTags which define the view this TagSet represents. |
JiveIterator<ContentTag> |
TagManager.getTags(JiveObject jiveObject)
Return an Iterable for all the tags associated with this jive object. |
JiveIterator<TagSet> |
TagSetManager.getTagSets(EntityDescriptor container)
Returns all TagSets which are defined for the specified JiveContainer. |
JiveIterator<TagSet> |
TagSetManager.getTagSets(JiveContainer container)
Returns all TagSets which are defined for the specified JiveContainer. |
JiveIterator<TagSet> |
TagSetManager.getTagSetsTagBelongsTo(ContentTag tag)
Returns all TagSets that contains the specified ContentTag. |
JiveIterator<ForumThread> |
ForumManager.getThreads(JiveContainer container)
Returns an Iterable for all the threads in the container. |
JiveIterator<ForumThread> |
ForumManager.getThreads(JiveContainer container,
ThreadResultFilter resultFilter)
Returns an Iterable for all the threads in the container that match the criteria specified by the ResultFilter. |
JiveIterator<ForumThread> |
ForumManager.getThreads(TagSet tagSet)
Returns an Iterable for all the threads in the tag set. |
JiveIterator<ForumThread> |
ForumManager.getThreads(TagSet tagSet,
ThreadResultFilter resultFilter)
Returns an Iterable for all the threads in the tag set that match the criteria specified by the ResultFilter. |
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,
int objectType,
long objectID)
Returns a Iterable for all the incoming trackbacks on this object that match the criteria specified by the ResultFilter. |
JiveIterator<Trackback> |
TrackbackManager.getTrackbacks(int objectType,
long objectID)
Return an Iterable for all the incoming trackbacks on this object. |
JiveIterator<ForumMessage> |
ReadTrackerManager.getUnreadMessages(User user,
JiveContainer container)
Returns an iterable for the unread messages in the community. |
JiveIterator<ForumThread> |
ReadTrackerManager.getUnreadThreads(User user,
JiveContainer container)
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,
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,
JiveContainer container)
Returns an Iterable for all the objects a user is watching in a container. |
JiveIterator<User> |
WatchManager.getWatchUsers(int objectType,
long objectID,
int watchType)
Returns all the users watching a specific objectType, objectID, and watchType. |
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. |
| Uses of JiveIterator in com.jivesoftware.community.featured |
|---|
| Methods in com.jivesoftware.community.featured that return JiveIterator | |
|---|---|
JiveIterator<JiveObject> |
FeaturedContentManager.getFeaturedItems(JiveContainer container)
Returns all featured items of all object types in the given container |
JiveIterator<JiveObject> |
FeaturedContentManager.getFeaturedItems(JiveContainer container,
Integer... objectTypeFilter)
Returns all featured items of the given object types in the given container |
| Uses of JiveIterator in com.jivesoftware.community.media |
|---|
| Methods in com.jivesoftware.community.media that return JiveIterator | ||
|---|---|---|
|
MediaManager.getMediaCollection(T resultFilter)
Returns the collection of all multimedia items matching the given result filter |
|
|
MediaManager.getMediaCollection(TagSet tagSet,
T resultFilter)
Returns the collection of all multimedia items within the given tag set matching the given result filter |
|
| Uses of JiveIterator in com.jivesoftware.community.media.video |
|---|
| Methods in com.jivesoftware.community.media.video that return JiveIterator | |
|---|---|
JiveIterator<Video> |
VideoDAO.getVideos(TagSet tagSet,
VideoResultFilter videoResultFilter)
Returns all videos matching the given result filter in the given tag set |
JiveIterator<Video> |
VideoDAO.getVideos(VideoResultFilter videoResultFilter)
Returns all videos matching the given result filter |
| Uses of JiveIterator in com.jivesoftware.community.project |
|---|
| Methods in com.jivesoftware.community.project that return JiveIterator | |
|---|---|
JiveIterator<Project> |
ProjectManager.getProjects()
Returns an Iterable for all the projects in the container |
JiveIterator<Project> |
ProjectManager.getProjects(ProjectResultFilter resultFilter)
Returns an Iterable for all the visible projects in the system, according to the work space result filter |
JiveIterator<Project> |
ProjectManager.getProjectsFromTaskList(User owner)
Returns an iterator of unique projects that the user is assigned one or more tasks |
JiveIterator<Task> |
TaskManager.getTasks()
Returns a system wide iterator of incomplete tasks. |
JiveIterator<Task> |
TaskManager.getTasks(TaskResultFilter taskResultFilter)
Returns an iterator of tasks that match the provided result filter. |
JiveIterator<User> |
ProjectManager.getUsers(Project project)
Returns an iterator of unique users that own tasks in the specified project |
| Uses of JiveIterator in com.jivesoftware.community.socialgroup |
|---|
| Methods in com.jivesoftware.community.socialgroup that return JiveIterator | |
|---|---|
JiveIterator<SocialGroupMember> |
SocialGroupManager.getSocialGroupMembers(SocialGroup socialGroup)
Gets all users, excluding invited users, that are members of the given social group. |
JiveIterator<SocialGroup> |
SocialGroupManager.getSocialGroups()
Returns all groups viewable by the currently authenticated user (as specified by the default group filter) |
JiveIterator<SocialGroup> |
SocialGroupManager.getSocialGroups(SocialGroupResultFilter socialGroupResultFilter)
Returns all groups viewable by the currently authenticated user (as specified by the default group filter) |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||