Package | Description |
---|---|
org.alfresco.bm.event | |
org.alfresco.bm.event.mongo | |
org.alfresco.bm.event.selector | |
org.alfresco.bm.event.user | |
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.nextEvent(String serverId,
long latestScheduledTime,
boolean localDataOnly)
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.
|
EventResult |
ResultBarrier.processEvent(Event event) |
EventResult |
RenameEventProcessor.processEvent(Event event) |
EventResult |
RaiseEventsEventProcessor.processEvent(Event event) |
EventResult |
DoNothingEventProcessor.processEvent(Event event) |
protected abstract EventResult |
AbstractEventProcessor.processEvent(Event event)
Process an event.
|
EventResult |
EventProcessor.processEvent(Event event,
org.apache.commons.lang3.time.StopWatch stopWatch)
Process an event.
|
EventResult |
AbstractEventProcessor.processEvent(Event event,
org.apache.commons.lang3.time.StopWatch stopWatch)
Process an event.
|
void |
EventProcessor.propagateSessionId(Event event,
Event nextEvent)
Carry session IDs from the executed event to all the new event.
|
void |
AbstractEventProcessor.propagateSessionId(Event event,
Event nextEvent)
Called by the framework after
event processing
and just prior to publishing an event to the event queue. |
Event |
EventService.putEvent(Event event)
Adds an event to the provider.
|
void |
EventRecord.setEvent(Event event) |
Constructor and Description |
---|
EventRecord(String serverId,
boolean success,
long startTime,
long time,
Object data,
Event event) |
EventResult(Object 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(Object data,
List<Event> nextEvents)
Constructor for successful results containing
future events
with additional data to record. |
EventResult(Object 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.nextEvent(String serverId,
long latestScheduledTime,
boolean localDataOnly)
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.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) |
protected abstract EventProcessorResponse |
AbstractEventSelectorProcessor.processEventImpl(Event event) |
Modifier and Type | Method and Description |
---|---|
EventResult |
CheckUserCountEventProcessor.processEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EventResult |
PrepareUsers.processEvent(Event event) |
EventResult |
CreateUsers.processEvent(Event event) |
Copyright © 2014. All rights reserved.