|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Forum | |
---|---|
com.jivesoftware.forum.webservices |
Uses of Forum in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that return Forum | |
---|---|
Forum |
ForumService.createForum(java.lang.String name,
java.lang.String description)
Creates a new forum under the root category. |
Forum |
ForumService.createForumUnderCategory(java.lang.String name,
java.lang.String description,
long categoryID)
Creates a new forum under the specified category. |
Forum |
ForumService.createRestrictedForumUnderCategory(java.lang.String name,
java.lang.String description,
long categoryID,
long userID)
Bundles calls associated with creation of a new forum that sets the user as the moderator and sets negative permission for anonymous and registered users. |
Forum[] |
WatchService.getCategoryWatchObjects(long userID,
long categoryID,
int startIndex,
int numResults)
Returns Forums that the user is watching for a given category. |
Forum |
ContentService.getForum(long forumID)
Returns a Forum by its id. |
Forum |
ForumService.getForum(long forumID)
Returns a Forum by its ID. |
Forum[] |
ForumService.getForums()
Returns the IDs of all forums under the root category. |
Forum[] |
ForumService.getForumsByCategoryID(long categoryID)
Returns an array of IDs for all forums under this category. |
Forum[] |
ForumService.getForumsByCategoryIDWithFilter(long categoryID,
ResultFilter resultFilter)
Returns an array of IDs for all forums under this category. |
Forum[] |
ForumService.getPopularForums()
Returns the IDs of all popular forums. |
Forum[] |
ForumCategoryService.getRecursiveForums()
Returns all of the forums in the system recursively. |
Forum[] |
ForumService.getRecursiveForums(long categoryID)
Returns an array of forum ids for all forums under the category with the specified ID recursively. |
Forum[] |
ForumCategoryService.getRecursiveForumsByCategoryID(long categoryID)
Returns all of the forums under the specified category recursively. |
Forum[] |
ForumCategoryService.getRecursiveForumsByCategoryIDWithFilter(long categoryID,
ResultFilter resultFilter)
Returns all of the forums under the specified category recursively. |
Forum[] |
WatchService.getRecursiveForumWatchesByCategory(long userID,
long categoryID,
int startIndex,
int numResults)
Returns Forums that the user is watching for a given category and all of its subcategories. |
Methods in com.jivesoftware.forum.webservices with parameters of type Forum | |
---|---|
void |
ForumService.updateForum(Forum forum)
Updates changes to a forum to the system. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |