|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Watch | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
Uses of Watch in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return Watch | |
---|---|
Watch |
WatchManager.createWatch(User user,
Forum forum)
Create a watch on a forum for the specified user. |
Watch |
WatchManager.createWatch(User user,
ForumCategory category)
Create a watch on a category for the specified user. |
Watch |
WatchManager.createWatch(User user,
ForumThread thread)
Create a watch on a thread for the specified user. |
Watch |
WatchManager.createWatch(User user,
User watchedUser)
Create a watch on a user for the specified user. |
Watch |
WatchManager.getWatch(User user,
Forum forum)
Returns a watch on a particular forum, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
ForumCategory category)
Returns a watch on a particular category, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
ForumThread thread)
Returns a watch on a particular thread, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
User watchedUser)
Returns a watch on a particular thread, or null if there isn't a watch. |
Watch[] |
WatchManager.getWatchList(User user,
int objectType)
Returns an array of Watch objects for a particular object type that the given user is watching. |
Methods in com.jivesoftware.forum with parameters of type Watch | |
---|---|
void |
WatchManager.deleteWatch(Watch watch)
Delete the specified watch. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |