Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.Watch

Packages that use Watch
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of Watch in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return Watch
 Watch WatchManager.createWatch(User user, JiveObject jiveObject)
          Create a watch on a jive object for the specified user.
 Watch WatchManager.getWatch(User user, JiveObject jiveObject)
          Returns a watch on a particular JiveObject, or null if there isn't a watch.
 

Methods in com.jivesoftware.community that return types with arguments of type Watch
 List<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.community with parameters of type Watch
 void WatchManager.deleteWatch(Watch watch)
          Delete the specified watch.
 void WatchManager.update(Watch watch)
          Persists the watches settings
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.