|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Watch | |
---|---|
com.jivesoftware.forum.webservices |
Uses of Watch in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that return Watch | |
---|---|
Watch |
WatchService.createCategoryWatch(long userID,
long categoryID)
Create a watch on a category for the specified user. |
Watch |
WatchService.createForumWatch(long userID,
long forumID)
Create a watch on a forum for the user with the specified ID. |
Watch |
WatchService.createThreadWatch(long userID,
long threadID)
Create a watch on a thread for the specified user. |
Watch |
WatchService.createUserWatch(long userID,
long watchedUserID)
Create a watch on a user for the specified user. |
Watch |
WatchService.getCategoryWatch(long userID,
long categoryID)
Returns a watch on a particular category, or null if there isn't a watch. |
Watch |
WatchService.getForumWatch(long userID,
long forumID)
Returns a watch on a particular forum, or null if there isn't a watch. |
Watch |
WatchService.getThreadWatch(long userID,
long threadID)
Returns a watch on a particular thread, or null if there isn't a watch. |
Watch |
WatchService.getUserWatch(long userID,
long watchedUserID)
Returns a watch on a particular user, or null if there isn't a watch. |
Watch[] |
WatchService.getWatchList(long userID,
int objectType)
Returns an array of Watch objects for a particular object type that the given user is watching. |
Methods in com.jivesoftware.forum.webservices with parameters of type Watch | |
---|---|
void |
WatchService.deleteWatch(Watch watch)
Delete the specified watch. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |