|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventProcessor | |
|---|---|
| org.alfresco.bm.event | |
| org.alfresco.bm.http | |
| org.alfresco.bm.user | |
| Uses of EventProcessor in org.alfresco.bm.event |
|---|
| Classes in org.alfresco.bm.event that implement EventProcessor | |
|---|---|
class |
AbstractEventProcessor
Basic services for the event processor implementations
Read 'good practice' notes for documenting behaviour. |
class |
DoNothingEventProcessor
This processor does nothing with the event and produces no further output. |
class |
RaiseEventsEventProcessor
Raises the prescribed number of event with the given event name. |
class |
ResultBarrier
Simple barrier that reschedules itself until a number of eventresults ( RecordedEvents) are
available. |
| Methods in org.alfresco.bm.event that return EventProcessor | |
|---|---|
EventProcessor |
EventProcessorRegistry.getProcessor(String eventName)
Get the processor that must handle events with the given name |
| Methods in org.alfresco.bm.event with parameters of type EventProcessor | |
|---|---|
void |
EventProcessorRegistry.register(String eventName,
EventProcessor processor)
Register a processor for a given event name |
| Constructors in org.alfresco.bm.event with parameters of type EventProcessor | |
|---|---|
EventWork(String serverId,
String testRunFqn,
Event event,
EventProcessor processor,
EventService eventService,
ResultService resultService)
Construct work to be executed by a thread |
|
| Uses of EventProcessor in org.alfresco.bm.http |
|---|
| Classes in org.alfresco.bm.http that implement EventProcessor | |
|---|---|
class |
AuthenticatedHttpEventProcessor
A base class used for EventProcessors that makes use of HTTP-calls
that should be done when authenticated against Alfresco. |
| Uses of EventProcessor in org.alfresco.bm.user |
|---|
| Classes in org.alfresco.bm.user that implement EventProcessor | |
|---|---|
class |
CreateUser
Event processor that creates a test-user in the alfresco-system based on the username present in the event and inserts an entry in mongo. |
class |
CreateUsers
Input |
class |
PrepareUsers
Prepare a specific number of users for interaction with Alfresco. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||