Uses of Interface
org.xwiki.eventstream.Event

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
 Set<Event> EventGroup.getEvents()
          List the events that are part of this group.
 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(List<Event> events)
          Constructor that creates a group containing the passed events.
EventGroup(Set<Event> events)
          Constructor that creates a group containing the passed events.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.