Uses of Class
org.alfresco.bm.event.Event

Packages that use Event
org.alfresco.bm.event   
 

Uses of Event in org.alfresco.bm.event
 

Subclasses of Event in org.alfresco.bm.event
 class RecordedEvent
          The record of a processed event.
 

Methods in org.alfresco.bm.event that return Event
 Event EventService.lockEvent(String ownerId, Event event)
          Lock an event for processing by the given owner
 Event EventService.nextEvent(long latestScheduledTime, long latestStartTime)
          Retrieve the next event in the queue.
 Event EventService.putEvent(Event event)
          Adds an event to the provider.
 Event EventService.updateEvent(Event event)
          Update an event in the queue
 

Methods in org.alfresco.bm.event that return types with arguments of type Event
 List<Event> EventService.findEvents(String name, int skip, int limit)
          Find any event matching the given name, using the paging criteria
 List<Event> EventResult.getNextEvents()
           
 

Methods in org.alfresco.bm.event with parameters of type Event
 boolean EventService.deleteEvent(Event event)
          Delete an event from the provider.
 Event EventService.lockEvent(String ownerId, Event event)
          Lock an event for processing by the given owner
 EventResult RaiseEventsEventProcessor.processEvent(Event event)
           
 EventResult EventProcessor.processEvent(Event event)
          Process an event.
 EventResult DoNothingEventProcessor.processEvent(Event event)
           
 Event EventService.putEvent(Event event)
          Adds an event to the provider.
 Event EventService.updateEvent(Event event)
          Update an event in the queue
 

Constructors in org.alfresco.bm.event with parameters of type Event
EventResult(Serializable data, Event nextEvent)
          Constructor for successful results containing a future event with additional data to record.
RecordedEvent(Event processedEvent, Serializable data, boolean success)
           
 

Constructor parameters in org.alfresco.bm.event with type arguments of type Event
EventResult(List<Event> nextEvents)
          Constructor for successful results containing future events without any additional data to record.
EventResult(Serializable data, List<Event> nextEvents)
          Constructor for successful results containing future events with additional data to record.
EventResult(Serializable data, List<Event> nextEvents, boolean success)
          Constructor for results containing future events with additional data to record.
 



Copyright © 2012. All Rights Reserved.