Uses of Class
com.xpn.xwiki.plugin.watchlist.WatchListEvent

Uses of WatchListEvent in com.xpn.xwiki.plugin.watchlist
 

Methods in com.xpn.xwiki.plugin.watchlist that return types with arguments of type WatchListEvent
 java.util.List<WatchListEvent> WatchListEventMatcher.getMatchingEvents(java.util.List<java.lang.String> wikis, java.util.List<java.lang.String> spaces, java.util.List<java.lang.String> documents, java.util.List<java.lang.String> users, java.lang.String userName, com.xpn.xwiki.XWikiContext context)
          Get the events matching criteria.
 

Methods in com.xpn.xwiki.plugin.watchlist with parameters of type WatchListEvent
 void WatchListEvent.addEvent(WatchListEvent event)
          Add another event associated to this event.
 int WatchListEvent.compareTo(WatchListEvent event)
          Perform a string comparison on the prefixed fullName of the source document.
 

Method parameters in com.xpn.xwiki.plugin.watchlist with type arguments of type WatchListEvent
 void WatchListNotifier.sendEmailNotification(java.lang.String subscriber, java.util.List<WatchListEvent> events, java.lang.String emailTemplate, java.util.Date previousFireTime, com.xpn.xwiki.XWikiContext context)
          Sends the email notifying the subscriber that the updatedDocuments have been changed.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.