Modifier and Type | Method and Description |
---|---|
void |
NuxeoDriveVirtualEventLogger.handleEvent(EventBundle events) |
void |
NuxeoDriveGroupUpdateListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected List<Event> |
ActivityStreamListener.filterDuplicateEvents(EventBundle events) |
void |
ActivityStreamListener.handleEvent(EventBundle events) |
protected boolean |
ActivityStreamListener.isEventBundleHandled(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
PostCommitOperationEventListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
RemovedCollectionListener.handleEvent(EventBundle bundle) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReconnectedEventBundle
Because
EventBundle can be processed asynchronously, they can be executed:
in a different security context
with a different CoreSession
This interface is used to mark Bundles that supports this kind of processing. |
Modifier and Type | Method and Description |
---|---|
void |
EventService.fireEventBundle(EventBundle event)
Fires all recorded events in a transaction.
|
void |
EventProducer.fireEventBundle(EventBundle event) |
void |
EventService.fireEventBundleSync(EventBundle event)
Fires an event bundle in synchronous mode.
|
void |
PostCommitEventListener.handleEvent(EventBundle events)
Handles the set of events that were raised during the life of an user operation.
|
Modifier and Type | Class and Description |
---|---|
class |
EventBundleImpl |
class |
ReconnectedEventBundleImpl
Default implementation for an
EventBundle that need to be reconnected to a usable Session. |
Modifier and Type | Field and Description |
---|---|
protected EventBundle |
PostCommitEventExecutor.EventBundleRunner.bundle |
protected EventBundle |
PostCommitEventExecutor.EventBundleBulkRunner.bundle |
protected EventBundle |
ReconnectedEventBundleImpl.sourceEventBundle |
Modifier and Type | Method and Description |
---|---|
EventBundle |
EventListenerDescriptor.filterBundle(EventBundle bundle)
Filters the event bundle to only keep events of interest to this listener.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventListenerDescriptor.acceptBundle(EventBundle bundle)
Checks if there's at least one event of interest in the bundle.
|
EventBundle |
EventListenerDescriptor.filterBundle(EventBundle bundle)
Filters the event bundle to only keep events of interest to this listener.
|
void |
EventServiceImpl.fireEventBundle(EventBundle event) |
void |
EventServiceImpl.fireEventBundleSync(EventBundle event) |
void |
AbstractLongRunningListener.handleEvent(EventBundle events) |
protected abstract void |
AbstractLongRunningListener.handleEventPostprocessing(EventBundle events,
Map<String,Object> data)
Finish processing in a dedicated Transaction
|
protected abstract boolean |
AbstractLongRunningListener.handleEventPreprocessing(EventBundle events,
Map<String,Object> data)
Handles first step of processing in a normal transactional way.
|
void |
PostCommitEventExecutor.run(List<EventListenerDescriptor> listeners,
EventBundle event) |
void |
AsyncEventExecutor.run(List<EventListenerDescriptor> listeners,
EventBundle bundle) |
void |
PostCommitEventExecutor.run(List<EventListenerDescriptor> listeners,
EventBundle bundle,
long timeoutMillis,
boolean bulk) |
void |
PostCommitEventExecutor.runBulk(List<EventListenerDescriptor> listeners,
EventBundle event) |
Constructor and Description |
---|
EventBundleBulkRunner(List<EventListenerDescriptor> listeners,
EventBundle bundle) |
EventBundleRunner(List<EventListenerDescriptor> listeners,
EventBundle bundle) |
ListenerWork(EventListenerDescriptor listener,
EventBundle bundle) |
ReconnectedEventBundleImpl(EventBundle sourceEventBundle) |
ReconnectedEventBundleImpl(EventBundle sourceEventBundle,
String listenerName) |
Modifier and Type | Class and Description |
---|---|
class |
ReconnectedJMSEventBundle
Default implementation for an
EventBundle that needs to be reconnected to a usable Session. |
class |
SerializableEventBundle.EventBundleRelayedViaJMS |
Modifier and Type | Method and Description |
---|---|
EventBundle |
SerializableEventBundle.reconstructEventBundle(CoreSession session) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JmsEventForwarder.canForwardMessage(EventBundle events) |
void |
JmsEventForwarder.handleEvent(EventBundle events) |
Constructor and Description |
---|
SerializableEventBundle(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected EventBundle |
AbstractEventBundlePipe.filterBundle(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<EventBundle> |
AbstractPipeConsumer.unmarshallEventBundle(List<T> messages) |
Modifier and Type | Method and Description |
---|---|
protected EventBundle |
AbstractEventBundlePipe.filterBundle(EventBundle events) |
protected abstract T |
AbstractEventBundlePipe.marshall(EventBundle events)
de-hydrate the EventBundle to make it suitable for transmission on a Bus
|
protected void |
AbstractEventBundlePipe.preProcessBundle(EventBundle events) |
void |
EventBundlePipe.sendEventBundle(EventBundle events)
Send an
EventBundle inside the pipe |
void |
AbstractEventBundlePipe.sendEventBundle(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractPipeConsumer.processEventBundles(List<EventBundle> bundles) |
protected boolean |
AbstractListenerPipeConsumer.processEventBundles(List<EventBundle> bundles) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleEventBundlePipeDispatcher.sendEventBundle(EventBundle events) |
void |
EventBundleDispatcher.sendEventBundle(EventBundle events)
Forward an
EventBundle to the underlying EventBundlePipe s |
Modifier and Type | Method and Description |
---|---|
protected EventBundle |
LocalEventBundlePipe.marshall(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected List<EventBundle> |
LocalEventBundlePipeConsumer.unmarshallEventBundle(List<EventBundle> messages) |
Modifier and Type | Method and Description |
---|---|
protected EventBundle |
LocalEventBundlePipe.marshall(EventBundle events) |
protected void |
LocalEventBundlePipe.send(EventBundle message) |
Modifier and Type | Method and Description |
---|---|
protected List<EventBundle> |
LocalEventBundlePipeConsumer.unmarshallEventBundle(List<EventBundle> messages) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptingPostCommitEventListener.handleEvent(EventBundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
BulkLifeCycleChangeListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
EventCounterListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
DummyAsyncRetryListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
OrphanVersionRemoverListener.handleEvent(EventBundle events) |
void |
OrphanVersionCleanupListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
BlobProviderDocumentsUpdateListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
PermissionGrantedNotificationListener.handleEvent(EventBundle events) |
void |
ACEStatusUpdatedListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
VersionEventListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogger.logEvents(EventBundle eventBundle)
Logs a bundle of events
|
Modifier and Type | Method and Description |
---|---|
void |
AuditEventLogger.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractAuditBackend.isAuditable(EventBundle eventBundle) |
void |
AbstractAuditBackend.logEvents(EventBundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCommentListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationEventListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
AsynchronousUnicityCheckListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
PictureViewListener.handleEvent(EventBundle events)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StoredRenditionsCleanupListener.handleEvent(EventBundle eventBundle) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoutingWorkflowInstancesCleanup.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
TaggedVersionListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateThumbnailListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
VideoStoryboardListener.handleEvent(EventBundle events) |
void |
VideoAutomaticConversionListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
ShowcaseVideoImportedListener.handleEvent(EventBundle eventBundle) |
Modifier and Type | Method and Description |
---|---|
void |
SampleAsyncListener.handleEvent(EventBundle events) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentIOAsyncListener.handleEvent(EventBundle bundle) |
protected void |
SegmentIOAsyncListener.processEvents(Map<String,List<SegmentIOMapper>> event2Mappers,
EventBundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateTypeBindingListener.handleEvent(EventBundle eventBundle) |
Copyright © 2018 Nuxeo. All rights reserved.