Uses of Class
com.xpn.xwiki.plugin.activitystream.plugin.ActivityEvent

Packages that use ActivityEvent
com.xpn.xwiki.plugin.activitystream.plugin   
 

Uses of ActivityEvent in com.xpn.xwiki.plugin.activitystream.plugin
 

Methods in com.xpn.xwiki.plugin.activitystream.plugin that return types with arguments of type ActivityEvent
 List<ActivityEvent> ActivityStreamPluginApi.getEvents(boolean filter, int nb, int start)
          Return the latest recorded events.
 List<ActivityEvent> ActivityStreamPluginApi.getEvents(String streamName, boolean filter, int nb, int start)
          Return the latest events recorded for the given stream name.
 List<ActivityEvent> ActivityStreamPluginApi.getEventsForSpace(String space, boolean filter, int nb, int start)
          Return the latest recorded events for the given wiki space.
 List<ActivityEvent> ActivityStreamPluginApi.getEventsForSpace(String streamName, String space, boolean filter, int nb, int start)
          Return the latest events recorded for the given stream name in the given space.
 List<ActivityEvent> ActivityStreamPluginApi.getEventsForUser(String user, boolean filter, int nb, int start)
          Return the latest recorded events triggered by the given user.
 List<ActivityEvent> ActivityStreamPluginApi.getEventsForUser(String streamName, String user, boolean filter, int nb, int start)
          Return the latest events recorded for the given stream name and the given user.
 List<ActivityEvent> ActivityStreamPluginApi.getRelatedEvents(ActivityEvent event)
          Get events that have the same requestId as the event passed as parameter.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String hql, boolean filter, boolean globalSearch, int nb, int start)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String hql, boolean filter, boolean globalSearch, int nb, int start, List<Object> parameterValues)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String hql, boolean filter, int nb, int start)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String hql, boolean filter, int nb, int start, List<Object> parameterValues)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String fromHql, String hql, boolean filter, boolean globalSearch, int nb, int start)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String fromHql, String hql, boolean filter, boolean globalSearch, int nb, int start, List<Object> parameterValues)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String fromHql, String hql, boolean filter, int nb, int start)
          Search in database activity events matching the given hql query.
 List<ActivityEvent> ActivityStreamPluginApi.searchEvents(String fromHql, String hql, boolean filter, int nb, int start, List<Object> parameterValues)
          Search in database activity events matching the given hql query.
protected  List<ActivityEvent> ActivityStreamPluginApi.wrapEvents(List<ActivityEvent> events)
          Wrap a list of events.
 

Methods in com.xpn.xwiki.plugin.activitystream.plugin with parameters of type ActivityEvent
 void ActivityStreamPluginApi.deleteActivityEvent(ActivityEvent event)
          Delete the passed event form the database.
 com.sun.syndication.feed.synd.SyndEntry ActivityStreamPluginApi.getFeedEntry(ActivityEvent event)
          Get the feed entry for the given event.
 com.sun.syndication.feed.synd.SyndEntry ActivityStreamPluginApi.getFeedEntry(ActivityEvent event, String suffix)
          Get the feed entry for the given event.
 List<ActivityEvent> ActivityStreamPluginApi.getRelatedEvents(ActivityEvent event)
          Get events that have the same requestId as the event passed as parameter.
 

Method parameters in com.xpn.xwiki.plugin.activitystream.plugin with type arguments of type ActivityEvent
 void ActivityStreamPluginApi.deleteActivityEvents(List<ActivityEvent> evs)
          Delete the passed events from the database.
 com.sun.syndication.feed.synd.SyndFeed ActivityStreamPluginApi.getFeed(List<ActivityEvent> events)
          Get a feed from the given events.
 com.sun.syndication.feed.synd.SyndFeed ActivityStreamPluginApi.getFeed(List<ActivityEvent> events, String suffix)
          Get a feed from the given events.
 com.sun.syndication.feed.synd.SyndFeed ActivityStreamPluginApi.getFeed(List<ActivityEvent> events, String author, String title, String description, String copyright, String encoding, String url)
          Get a feed from the given events.
 com.sun.syndication.feed.synd.SyndFeed ActivityStreamPluginApi.getFeed(List<ActivityEvent> events, String author, String title, String description, String copyright, String encoding, String url, String suffix)
          Get a feed from the given events.
 String ActivityStreamPluginApi.getFeedOutput(List<ActivityEvent> events, String author, String title, String description, String copyright, String encoding, String url, String type)
          Get the string representation of a feed from the given events.
 String ActivityStreamPluginApi.getFeedOutput(List<ActivityEvent> events, String author, String title, String description, String copyright, String encoding, String url, String type, String suffix)
          Get the string representation of a feed from the given events.
protected  List<ActivityEvent> ActivityStreamPluginApi.unwrapEvents(List<ActivityEvent> events)
          Unwrap a list of events.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.