|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActivityEvent | |
|---|---|
| com.xpn.xwiki.plugin.activitystream.api | |
| com.xpn.xwiki.plugin.activitystream.impl | |
| com.xpn.xwiki.plugin.activitystream.plugin | |
| Uses of ActivityEvent in com.xpn.xwiki.plugin.activitystream.api |
|---|
| Methods in com.xpn.xwiki.plugin.activitystream.api that return types with arguments of type ActivityEvent | |
|---|---|
List<ActivityEvent> |
ActivityStream.getEvents(boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the activity stream. |
List<ActivityEvent> |
ActivityStream.getEvents(String streamName,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from a particular activity stream. |
List<ActivityEvent> |
ActivityStream.getEventsForSpace(String space,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the activity stream of a space. |
List<ActivityEvent> |
ActivityStream.getEventsForSpace(String streamName,
String space,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the given activity stream which happened in a particular space. |
List<ActivityEvent> |
ActivityStream.getEventsForUser(String user,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the activity stream of a user. |
List<ActivityEvent> |
ActivityStream.getEventsForUser(String streamName,
String user,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the given activity stream which have been fired by a particular user. |
List<ActivityEvent> |
ActivityStream.getRelatedEvents(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Get events that have the same requestId as the event passed as parameter. |
List<ActivityEvent> |
ActivityStream.searchEvents(String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
List<Object> parameterValues,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStream.searchEvents(String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStream.searchEvents(String hql,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStream.searchEvents(String fromHql,
String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
List<Object> parameterValues,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStream.searchEvents(String fromHql,
String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStream.searchEvents(String fromHql,
String hql,
boolean filter,
int nb,
int start,
List<Object> parameterValues,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStream.searchEvents(String fromHql,
String hql,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
| Methods in com.xpn.xwiki.plugin.activitystream.api with parameters of type ActivityEvent | |
|---|---|
void |
ActivityStream.addActivityEvent(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Adding an activity event. |
void |
ActivityStream.deleteActivityEvent(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Delete the given event from the database. |
com.sun.syndication.feed.synd.SyndEntry |
ActivityStream.getFeedEntry(ActivityEvent event,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get the feed entry for the given event. |
com.sun.syndication.feed.synd.SyndEntry |
ActivityStream.getFeedEntry(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Get the feed entry for the given event. |
List<ActivityEvent> |
ActivityStream.getRelatedEvents(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Get events that have the same requestId as the event passed as parameter. |
| Method parameters in com.xpn.xwiki.plugin.activitystream.api with type arguments of type ActivityEvent | |
|---|---|
com.sun.syndication.feed.synd.SyndFeed |
ActivityStream.getFeed(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
com.sun.syndication.feed.synd.SyndFeed |
ActivityStream.getFeed(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
com.sun.syndication.feed.synd.SyndFeed |
ActivityStream.getFeed(List<ActivityEvent> events,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
com.sun.syndication.feed.synd.SyndFeed |
ActivityStream.getFeed(List<ActivityEvent> events,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
String |
ActivityStream.getFeedOutput(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
String type,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get the string representation of a feed from the given events. |
String |
ActivityStream.getFeedOutput(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
String type,
com.xpn.xwiki.XWikiContext context)
Get the string representation of a feed from the given events. |
| Uses of ActivityEvent in com.xpn.xwiki.plugin.activitystream.impl |
|---|
| Classes in com.xpn.xwiki.plugin.activitystream.impl that implement ActivityEvent | |
|---|---|
class |
ActivityEventImpl
|
| Methods in com.xpn.xwiki.plugin.activitystream.impl that return types with arguments of type ActivityEvent | |
|---|---|
List<ActivityEvent> |
ActivityStreamImpl.getEvents(boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the activity stream. |
List<ActivityEvent> |
ActivityStreamImpl.getEvents(String stream,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from a particular activity stream. |
List<ActivityEvent> |
ActivityStreamImpl.getEventsForSpace(String space,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the activity stream of a space. |
List<ActivityEvent> |
ActivityStreamImpl.getEventsForSpace(String stream,
String space,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the given activity stream which happened in a particular space. |
List<ActivityEvent> |
ActivityStreamImpl.getEventsForUser(String user,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the activity stream of a user. |
List<ActivityEvent> |
ActivityStreamImpl.getEventsForUser(String stream,
String user,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Get events from the given activity stream which have been fired by a particular user. |
List<ActivityEvent> |
ActivityStreamImpl.getRelatedEvents(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Get events that have the same requestId as the event passed as parameter. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
List<Object> parameterValues,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String hql,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String fromHql,
String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
List<Object> parameterValues,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String fromHql,
String hql,
boolean filter,
boolean globalSearch,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String fromHql,
String hql,
boolean filter,
int nb,
int start,
List<Object> parameterValues,
com.xpn.xwiki.XWikiContext context)
Search events. |
List<ActivityEvent> |
ActivityStreamImpl.searchEvents(String fromHql,
String hql,
boolean filter,
int nb,
int start,
com.xpn.xwiki.XWikiContext context)
Search events. |
| Methods in com.xpn.xwiki.plugin.activitystream.impl with parameters of type ActivityEvent | |
|---|---|
void |
ActivityStreamImpl.addActivityEvent(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Adding an activity event. |
void |
ActivityStreamImpl.addActivityEvent(ActivityEvent event,
com.xpn.xwiki.doc.XWikiDocument doc,
com.xpn.xwiki.XWikiContext context)
|
void |
ActivityStreamImpl.deleteActivityEvent(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Delete the given event from the database. |
com.sun.syndication.feed.synd.SyndEntry |
ActivityStreamImpl.getFeedEntry(ActivityEvent event,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get the feed entry for the given event. |
com.sun.syndication.feed.synd.SyndEntry |
ActivityStreamImpl.getFeedEntry(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Get the feed entry for the given event. |
List<ActivityEvent> |
ActivityStreamImpl.getRelatedEvents(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Get events that have the same requestId as the event passed as parameter. |
| Method parameters in com.xpn.xwiki.plugin.activitystream.impl with type arguments of type ActivityEvent | |
|---|---|
com.sun.syndication.feed.synd.SyndFeed |
ActivityStreamImpl.getFeed(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
com.sun.syndication.feed.synd.SyndFeed |
ActivityStreamImpl.getFeed(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
com.sun.syndication.feed.synd.SyndFeed |
ActivityStreamImpl.getFeed(List<ActivityEvent> events,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
com.sun.syndication.feed.synd.SyndFeed |
ActivityStreamImpl.getFeed(List<ActivityEvent> events,
com.xpn.xwiki.XWikiContext context)
Get a feed from the given events. |
String |
ActivityStreamImpl.getFeedOutput(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
String type,
String suffix,
com.xpn.xwiki.XWikiContext context)
Get the string representation of a feed from the given events. |
String |
ActivityStreamImpl.getFeedOutput(List<ActivityEvent> events,
String author,
String title,
String description,
String copyright,
String encoding,
String url,
String type,
com.xpn.xwiki.XWikiContext context)
Get the string representation of a feed from the given events. |
| Uses of ActivityEvent in com.xpn.xwiki.plugin.activitystream.plugin |
|---|
| Fields in com.xpn.xwiki.plugin.activitystream.plugin declared as ActivityEvent | |
|---|---|
protected ActivityEvent |
ActivityEvent.event
Wrapped event. |
| Methods in com.xpn.xwiki.plugin.activitystream.plugin that return ActivityEvent | |
|---|---|
protected ActivityEvent |
ActivityEvent.getEvent()
|
ActivityEvent |
ActivityEvent.getProtectedEvent()
|
| Methods in com.xpn.xwiki.plugin.activitystream.plugin with parameters of type ActivityEvent | |
|---|---|
void |
ActivityStreamPluginApi.addActivityEvent(ActivityEvent event)
Record in database the given ActivityEvent event. |
| Constructors in com.xpn.xwiki.plugin.activitystream.plugin with parameters of type ActivityEvent | |
|---|---|
ActivityEvent(ActivityEvent event,
com.xpn.xwiki.XWikiContext context)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||