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

Packages that use Event
org.alfresco.bm.event   
org.alfresco.bm.http   
org.alfresco.bm.user   
 

Uses of Event in org.alfresco.bm.event
 

Methods in org.alfresco.bm.event that return Event
 Event EventRecord.getEvent()
           
 Event EventService.getEvent(String id)
          Fetch a specific event by unique ID
 Event EventService.lockEvent(Event event, String lockOwner)
          Lock an event for processing by the given owner
 Event EventService.nextEvent(String dataOwner, long latestScheduledTime, long latestQueueTime)
          Retrieve the next event in the queue.
 Event EventService.putEvent(Event event)
          Adds an event to the provider.
 

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(Event event, String lockOwner)
          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.
 void EventRecord.setEvent(Event event)
           
 

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

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.
 

Uses of Event in org.alfresco.bm.http
 

Methods in org.alfresco.bm.http with parameters of type Event
abstract  EventResult AuthenticatedHttpEventProcessor.processEvent(Event event)
           
 

Uses of Event in org.alfresco.bm.user
 

Methods in org.alfresco.bm.user with parameters of type Event
 EventResult PrepareUsers.processEvent(Event event)
           
 EventResult CreateUsers.processEvent(Event event)
           
 EventResult CreateUser.processEvent(Event event)
           
 



Copyright © 2012. All Rights Reserved.