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 voidNuxeoDriveGroupUpdateListener. handleEvent(EventBundle events)voidNuxeoDriveVirtualEventLogger. 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 voidPostCommitOperationEventListener. 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 voidBlobDeleteListener. 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 interfaceReconnectedEventBundleBecauseEventBundlecan be processed asynchronously, they can be executed: in a different security context with a differentCoreSessionThis 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 voidEventProducer. fireEventBundle(EventBundle event)voidEventService. fireEventBundle(EventBundle event)Fires all recorded events in a transaction.voidEventService. fireEventBundleSync(EventBundle event)Fires an event bundle in synchronous mode.voidPostCommitEventListener. 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 classEventBundleImplclassReconnectedEventBundleImplDefault implementation for anEventBundlethat 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 EventBundlePostCommitEventExecutor.EventBundleBulkRunner. bundleprotected EventBundlePostCommitEventExecutor.EventBundleRunner. bundleprotected EventBundleReconnectedEventBundleImpl. sourceEventBundleMethods in org.nuxeo.ecm.core.event.impl that return EventBundle Modifier and Type Method Description EventBundleEventListenerDescriptor. 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 booleanEventListenerDescriptor. acceptBundle(EventBundle bundle)Checks if there's at least one event of interest in the bundle.EventBundleEventListenerDescriptor. filterBundle(EventBundle bundle)Filters the event bundle to only keep events of interest to this listener.voidEventServiceImpl. fireEventBundle(EventBundle event)voidEventServiceImpl. fireEventBundleSync(EventBundle event)voidAbstractLongRunningListener. handleEvent(EventBundle events)protected abstract voidAbstractLongRunningListener. handleEventPostprocessing(EventBundle events, Map<String,Object> data)Finish processing in a dedicated Transactionprotected abstract booleanAbstractLongRunningListener. handleEventPreprocessing(EventBundle events, Map<String,Object> data)Handles first step of processing in a normal transactional way.voidAsyncEventExecutor. run(List<EventListenerDescriptor> listeners, EventBundle bundle)voidPostCommitEventExecutor. run(List<EventListenerDescriptor> listeners, EventBundle event)voidPostCommitEventExecutor. run(List<EventListenerDescriptor> listeners, EventBundle bundle, long timeoutMillis, boolean bulk)voidPostCommitEventExecutor. 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 EventBundleAbstractEventBundlePipe. 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 EventBundleAbstractEventBundlePipe. filterBundle(EventBundle events)protected abstract TAbstractEventBundlePipe. marshall(EventBundle events)de-hydrate the EventBundle to make it suitable for transmission on a Busprotected voidAbstractEventBundlePipe. preProcessBundle(EventBundle events)voidAbstractEventBundlePipe. sendEventBundle(EventBundle events)voidEventBundlePipe. sendEventBundle(EventBundle events)Send anEventBundleinside the pipeMethod parameters in org.nuxeo.ecm.core.event.pipe with type arguments of type EventBundle Modifier and Type Method Description protected booleanAbstractListenerPipeConsumer. processEventBundles(List<EventBundle> bundles)protected abstract booleanAbstractPipeConsumer. 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 voidEventBundleDispatcher. sendEventBundle(EventBundle events)Forward anEventBundleto the underlyingEventBundlePipesvoidSimpleEventBundlePipeDispatcher. 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 EventBundleLocalEventBundlePipe. 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 EventBundleLocalEventBundlePipe. marshall(EventBundle events)protected voidLocalEventBundlePipe. 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 voidScriptingPostCommitEventListener. 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 voidBulkLifeCycleChangeListener. 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 voidEventCounterListener. 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 voidDummyAsyncRetryListener. 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 voidOrphanVersionCleanupListener. handleEvent(EventBundle events)Deprecated.voidOrphanVersionRemoverListener. 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 voidACEStatusUpdatedListener. handleEvent(EventBundle events)voidPermissionGarbageCollectorListener. handleEvent(EventBundle events)voidPermissionGrantedNotificationListener. 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 voidAuditLogger. 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 voidAuditEventLogger. 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 booleanAbstractAuditBackend. isAuditable(EventBundle eventBundle)voidAbstractAuditBackend. 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 voidAbstractCommentListener. handleEvent(EventBundle events)voidCheckedInCommentListener. 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 voidNotificationEventListener. 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 voidAsynchronousUnicityCheckListener. 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 voidPictureViewsGenerationListener. 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 voidStoredRenditionsCleanupListener. 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 voidDocumentRouteDeletedListener. handleEvent(EventBundle events)Deprecated.voidDocumentRouteOrphanedListener. handleEvent(EventBundle events)voidDocumentRoutingWorkflowInstancesCleanup. 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 voidTaggedVersionListener. 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 voidUpdateThumbnailListener. 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 voidTemplateTypeBindingListener. 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 voidWOPIDiscoveryRefreshListener. 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 voidLockExpirationListener. handleEvent(EventBundle eventBundle)
-