| Package | Description |
|---|---|
| org.alfresco.bm.event | |
| org.alfresco.bm.event.mongo | |
| org.alfresco.bm.event.selector | |
| org.alfresco.bm.site | |
| org.alfresco.bm.user |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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 |
ResultBarrier.processEvent(Event event) |
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) |
| Constructor and Description |
|---|
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. |
EventWork(String serverId,
String testRunFqn,
Event event,
EventProcessor processor,
EventService eventService,
ResultService resultService)
Construct work to be executed by a thread
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Event |
MongoEventService.getEvent(String id) |
Event |
MongoEventService.lockEvent(Event event,
String lockOwner)
Lock an event for processing by the given owner
|
Event |
MongoEventService.nextEvent(String dataOwner,
long latestScheduledTime,
long latestQueueTime)
Retrieve the next event in the queue.
|
Event |
MongoEventService.putEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
MongoEventService.findEvents(String name,
int skip,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MongoEventService.deleteEvent(Event event) |
Event |
MongoEventService.lockEvent(Event event,
String lockOwner)
Lock an event for processing by the given owner
|
Event |
MongoEventService.putEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventSelector.nextEvent(Object input,
Object response)
Select next event, which may be "noop" indicating that the event processing should end.
|
Event |
AbstractEventSelector.nextEvent(Object input,
Object response) |
| Modifier and Type | Method and Description |
|---|---|
EventResult |
AbstractEventSelectorProcessor.processEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
EventResult |
PrepareSites.processEvent(Event event) |
EventResult |
PrepareSiteMembers.processEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
EventResult |
PrepareUsers.processEvent(Event event) |
EventResult |
CreateUsers.processEvent(Event event) |
EventResult |
CreateUser.processEvent(Event event) |
Copyright © 2012. All Rights Reserved.