Uses of Interface
org.nuxeo.ecm.core.event.EventBundle
-
-
Uses of EventBundle in org.nuxeo.drive.listener
Methods in org.nuxeo.drive.listener with parameters of type EventBundle Modifier and Type Method Description void
NuxeoDriveGroupUpdateListener. handleEvent(EventBundle events)
void
NuxeoDriveVirtualEventLogger. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.automation.core.events
Methods in org.nuxeo.ecm.automation.core.events with parameters of type EventBundle Modifier and Type Method Description void
PostCommitOperationEventListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob with parameters of type EventBundle Modifier and Type Method Description void
BlobDeleteListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.core.event
Subinterfaces of EventBundle in org.nuxeo.ecm.core.event Modifier and Type Interface Description interface
ReconnectedEventBundle
BecauseEventBundle
can be processed asynchronously, they can be executed: in a different security context with a differentCoreSession
This interface is used to mark Bundles that supports this kind of processing.Methods in org.nuxeo.ecm.core.event with parameters of type EventBundle Modifier and Type Method Description void
EventProducer. fireEventBundle(EventBundle event)
void
EventService. fireEventBundle(EventBundle event)
Fires all recorded events in a transaction.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. -
Uses of EventBundle in org.nuxeo.ecm.core.event.impl
Classes in org.nuxeo.ecm.core.event.impl that implement EventBundle Modifier and Type Class Description class
EventBundleImpl
class
ReconnectedEventBundleImpl
Default implementation for anEventBundle
that need to be reconnected to a usable Session.Fields in org.nuxeo.ecm.core.event.impl declared as EventBundle Modifier and Type Field Description protected EventBundle
PostCommitEventExecutor.EventBundleBulkRunner. bundle
protected EventBundle
PostCommitEventExecutor.EventBundleRunner. bundle
protected EventBundle
ReconnectedEventBundleImpl. sourceEventBundle
Methods in org.nuxeo.ecm.core.event.impl that return EventBundle Modifier and Type Method Description EventBundle
EventListenerDescriptor. filterBundle(EventBundle bundle)
Filters the event bundle to only keep events of interest to this listener.Methods in org.nuxeo.ecm.core.event.impl with parameters of type EventBundle Modifier and Type Method 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 Transactionprotected abstract boolean
AbstractLongRunningListener. handleEventPreprocessing(EventBundle events, Map<String,Object> data)
Handles first step of processing in a normal transactional way.void
AsyncEventExecutor. run(List<EventListenerDescriptor> listeners, EventBundle bundle)
void
PostCommitEventExecutor. run(List<EventListenerDescriptor> listeners, EventBundle event)
void
PostCommitEventExecutor. run(List<EventListenerDescriptor> listeners, EventBundle bundle, long timeoutMillis, boolean bulk)
void
PostCommitEventExecutor. runBulk(List<EventListenerDescriptor> listeners, EventBundle event)
Constructors in org.nuxeo.ecm.core.event.impl with parameters of type EventBundle Constructor 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)
-
Uses of EventBundle in org.nuxeo.ecm.core.event.pipe
Methods in org.nuxeo.ecm.core.event.pipe that return EventBundle Modifier and Type Method Description protected EventBundle
AbstractEventBundlePipe. filterBundle(EventBundle events)
Methods in org.nuxeo.ecm.core.event.pipe that return types with arguments of type EventBundle Modifier and Type Method Description protected abstract List<EventBundle>
AbstractPipeConsumer. unmarshallEventBundle(List<T> messages)
Methods in org.nuxeo.ecm.core.event.pipe with parameters of type EventBundle Modifier and Type Method 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 Busprotected void
AbstractEventBundlePipe. preProcessBundle(EventBundle events)
void
AbstractEventBundlePipe. sendEventBundle(EventBundle events)
void
EventBundlePipe. sendEventBundle(EventBundle events)
Send anEventBundle
inside the pipeMethod parameters in org.nuxeo.ecm.core.event.pipe with type arguments of type EventBundle Modifier and Type Method Description protected boolean
AbstractListenerPipeConsumer. processEventBundles(List<EventBundle> bundles)
protected abstract boolean
AbstractPipeConsumer. processEventBundles(List<EventBundle> bundles)
-
Uses of EventBundle in org.nuxeo.ecm.core.event.pipe.dispatch
Methods in org.nuxeo.ecm.core.event.pipe.dispatch with parameters of type EventBundle Modifier and Type Method Description void
EventBundleDispatcher. sendEventBundle(EventBundle events)
Forward anEventBundle
to the underlyingEventBundlePipe
svoid
SimpleEventBundlePipeDispatcher. sendEventBundle(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.core.event.pipe.local
Methods in org.nuxeo.ecm.core.event.pipe.local that return EventBundle Modifier and Type Method Description protected EventBundle
LocalEventBundlePipe. marshall(EventBundle events)
Methods in org.nuxeo.ecm.core.event.pipe.local that return types with arguments of type EventBundle Modifier and Type Method Description protected List<EventBundle>
LocalEventBundlePipeConsumer. unmarshallEventBundle(List<EventBundle> messages)
Methods in org.nuxeo.ecm.core.event.pipe.local with parameters of type EventBundle Modifier and Type Method Description protected EventBundle
LocalEventBundlePipe. marshall(EventBundle events)
protected void
LocalEventBundlePipe. send(EventBundle message)
Method parameters in org.nuxeo.ecm.core.event.pipe.local with type arguments of type EventBundle Modifier and Type Method Description protected List<EventBundle>
LocalEventBundlePipeConsumer. unmarshallEventBundle(List<EventBundle> messages)
-
Uses of EventBundle in org.nuxeo.ecm.core.event.script
Methods in org.nuxeo.ecm.core.event.script with parameters of type EventBundle Modifier and Type Method Description void
ScriptingPostCommitEventListener. handleEvent(EventBundle bundle)
-
Uses of EventBundle in org.nuxeo.ecm.core.lifecycle.event
Methods in org.nuxeo.ecm.core.lifecycle.event with parameters of type EventBundle Modifier and Type Method Description void
BulkLifeCycleChangeListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.core.management.events
Methods in org.nuxeo.ecm.core.management.events with parameters of type EventBundle Modifier and Type Method Description void
EventCounterListener. handleEvent(EventBundle events)
Deprecated. -
Uses of EventBundle in org.nuxeo.ecm.core.storage.sql.listeners
Methods in org.nuxeo.ecm.core.storage.sql.listeners with parameters of type EventBundle Modifier and Type Method Description void
DummyAsyncRetryListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.core.versioning
Methods in org.nuxeo.ecm.core.versioning with parameters of type EventBundle Modifier and Type Method Description void
OrphanVersionCleanupListener. handleEvent(EventBundle events)
Deprecated.void
OrphanVersionRemoverListener. handleEvent(EventBundle events)
Deprecated. -
Uses of EventBundle in org.nuxeo.ecm.permissions
Methods in org.nuxeo.ecm.permissions with parameters of type EventBundle Modifier and Type Method Description void
ACEStatusUpdatedListener. handleEvent(EventBundle events)
void
PermissionGarbageCollectorListener. handleEvent(EventBundle events)
void
PermissionGrantedNotificationListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api with parameters of type EventBundle Modifier and Type Method Description void
AuditLogger. logEvents(EventBundle eventBundle)
Deprecated.since 10.10, audit event is now handled with nuxeo-stream, if you want to log events, contribute to NXAuditEventsService#event extension point -
Uses of EventBundle in org.nuxeo.ecm.platform.audit.listener
Methods in org.nuxeo.ecm.platform.audit.listener with parameters of type EventBundle Modifier and Type Method Description void
AuditEventLogger. handleEvent(EventBundle events)
Deprecated. -
Uses of EventBundle in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type EventBundle Modifier and Type Method Description protected boolean
AbstractAuditBackend. isAuditable(EventBundle eventBundle)
void
AbstractAuditBackend. logEvents(EventBundle bundle)
Deprecated. -
Uses of EventBundle in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type EventBundle Modifier and Type Method Description void
AbstractCommentListener. handleEvent(EventBundle events)
void
CheckedInCommentListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.ec.notification
Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type EventBundle Modifier and Type Method Description void
NotificationEventListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.filemanager.core.listener
Methods in org.nuxeo.ecm.platform.filemanager.core.listener with parameters of type EventBundle Modifier and Type Method Description void
AsynchronousUnicityCheckListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.picture.listener
Methods in org.nuxeo.ecm.platform.picture.listener with parameters of type EventBundle Modifier and Type Method Description void
PictureViewsGenerationListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.rendition.listener
Methods in org.nuxeo.ecm.platform.rendition.listener with parameters of type EventBundle Modifier and Type Method Description void
StoredRenditionsCleanupListener. handleEvent(EventBundle eventBundle)
-
Uses of EventBundle in org.nuxeo.ecm.platform.routing.core.listener
Methods in org.nuxeo.ecm.platform.routing.core.listener with parameters of type EventBundle Modifier and Type Method Description void
DocumentRouteDeletedListener. handleEvent(EventBundle events)
Deprecated.void
DocumentRouteOrphanedListener. handleEvent(EventBundle events)
void
DocumentRoutingWorkflowInstancesCleanup. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.tag
Methods in org.nuxeo.ecm.platform.tag with parameters of type EventBundle Modifier and Type Method Description void
TaggedVersionListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.ecm.platform.thumbnail.listener
Methods in org.nuxeo.ecm.platform.thumbnail.listener with parameters of type EventBundle Modifier and Type Method Description void
UpdateThumbnailListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.template.listeners
Methods in org.nuxeo.template.listeners with parameters of type EventBundle Modifier and Type Method Description void
TemplateTypeBindingListener. handleEvent(EventBundle eventBundle)
-
Uses of EventBundle in org.nuxeo.wopi
Methods in org.nuxeo.wopi with parameters of type EventBundle Modifier and Type Method Description void
WOPIDiscoveryRefreshListener. handleEvent(EventBundle events)
-
Uses of EventBundle in org.nuxeo.wopi.lock
Methods in org.nuxeo.wopi.lock with parameters of type EventBundle Modifier and Type Method Description void
LockExpirationListener. handleEvent(EventBundle eventBundle)
-