com.xpn.xwiki.plugin.activitystream.eventstreambridge
Class BridgeEventStream
java.lang.Object
com.xpn.xwiki.plugin.activitystream.eventstreambridge.BridgeEventStream
- All Implemented Interfaces:
- EventStream
@Component
@Singleton
public class BridgeEventStream
- extends Object
- implements EventStream
Implementation for the EventStream which actually uses the old ActivityStreamPlugin for storing and
searching events.
- Version:
- $Id: feced9d1a9cfb66a2744671bdaa3177f2ad81358 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeEventStream
public BridgeEventStream()
addEvent
public void addEvent(Event e)
- Specified by:
addEvent in interface EventStream
deleteEvent
public void deleteEvent(Event e)
- Specified by:
deleteEvent in interface EventStream
getRelatedEvents
public EventGroup getRelatedEvents(Event e)
- Specified by:
getRelatedEvents in interface EventStream
searchEvents
public List<Event> searchEvents(Query query)
throws QueryException
- Specified by:
searchEvents in interface EventStream
- Throws:
QueryException
Copyright © 2004-2012 XWiki. All Rights Reserved.