Uses of Interface
org.xwiki.eventstream.Event

Packages that use Event
org.xwiki.eventstream   
org.xwiki.eventstream.internal   
 

Uses of Event in org.xwiki.eventstream
 

Methods in org.xwiki.eventstream that return Event
 Event EventFactory.createEvent()
          Create a new event with some fields already filled in.
 Event EventFactory.createRawEvent()
          Create a new event without any of the fields filled in.
 Event EventGroup.getMainEvent()
          Get the most important event in this group.
 

Methods in org.xwiki.eventstream that return types with arguments of type Event
 java.util.Set<Event> EventGroup.getEvents()
          List the events that are part of this group.
 java.util.List<Event> EventStream.searchEvents(Query query)
          Search stored events.
 

Methods in org.xwiki.eventstream with parameters of type Event
 void EventStream.addEvent(Event e)
          Add a new event to the storage.
 void EventGroup.addEvents(Event... events)
          Add more events to this group.
 void EventStream.deleteEvent(Event e)
          Delete an event from the storage.
 EventGroup EventStream.getRelatedEvents(Event e)
          Retrieve the group that a given event is part of.
 

Constructors in org.xwiki.eventstream with parameters of type Event
EventGroup(Event... events)
          Constructor that creates a group containing the passed events.
 

Constructor parameters in org.xwiki.eventstream with type arguments of type Event
EventGroup(java.util.List<Event> events)
          Constructor that creates a group containing the passed events.
EventGroup(java.util.Set<Event> events)
          Constructor that creates a group containing the passed events.
 

Uses of Event in org.xwiki.eventstream.internal
 

Classes in org.xwiki.eventstream.internal that implement Event
 class DefaultEvent
          A recorded event that occurred at some point in the wiki.
 

Methods in org.xwiki.eventstream.internal that return Event
 Event DefaultEventFactory.createEvent()
          Create a new event with some fields already filled in.
 Event DefaultEventFactory.createRawEvent()
          Create a new event without any of the fields filled in.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.