Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.event.EventBundle

Packages that use EventBundle
org.nuxeo.ecm.automation.core.events   
org.nuxeo.ecm.core.event Event Service API (see EventService). 
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.event.jms   
org.nuxeo.ecm.core.event.script   
org.nuxeo.ecm.core.event.tx   
org.nuxeo.ecm.core.jms   
org.nuxeo.ecm.core.lifecycle.event   
org.nuxeo.ecm.core.management.events   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.platform.annotations.repository.service   
org.nuxeo.ecm.platform.audit.api   
org.nuxeo.ecm.platform.audit.listener   
org.nuxeo.ecm.platform.audit.service   
org.nuxeo.ecm.platform.comment.listener   
org.nuxeo.ecm.platform.ec.notification   
org.nuxeo.ecm.platform.filemanager.core.listener   
org.nuxeo.ecm.platform.tag   
 

Uses of EventBundle in org.nuxeo.ecm.automation.core.events
 

Methods in org.nuxeo.ecm.automation.core.events with parameters of type EventBundle
 void PostCommitOperationEventListener.handleEvent(EventBundle events)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.event
 

Subinterfaces of EventBundle in org.nuxeo.ecm.core.event
 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.
 

Methods in org.nuxeo.ecm.core.event with parameters of type EventBundle
 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.
 

Uses of EventBundle in org.nuxeo.ecm.core.event.impl
 

Classes in org.nuxeo.ecm.core.event.impl that implement EventBundle
 class EventBundleImpl
           
 class ReconnectedEventBundleImpl
          Default implementation for an EventBundle that need to be reconnected to a usable Session.
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type EventBundle
 void EventServiceImpl.fireEventBundle(EventBundle event)
           
 void EventServiceImpl.fireEventBundleSync(EventBundle event)
           
 void AsyncEventExecutor.run(List<EventListenerDescriptor> listeners, EventBundle event)
           
 

Constructors in org.nuxeo.ecm.core.event.impl with parameters of type EventBundle
ReconnectedEventBundleImpl(EventBundle sourceEventBundle)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.event.jms
 

Classes in org.nuxeo.ecm.core.event.jms that implement EventBundle
 class ReconnectedJMSEventBundle
          Default implementation for an EventBundle that needs to be reconnected to a usable Session.
 class SerializableEventBundle.EventBundleRelayedViaJMS
           
 

Methods in org.nuxeo.ecm.core.event.jms that return EventBundle
 EventBundle SerializableEventBundle.reconstructEventBundle(CoreSession session)
           
 

Methods in org.nuxeo.ecm.core.event.jms with parameters of type EventBundle
 void JmsEventForwarder.handleEvent(EventBundle events)
           
 

Constructors in org.nuxeo.ecm.core.event.jms with parameters of type EventBundle
SerializableEventBundle(EventBundle events)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.event.script
 

Methods in org.nuxeo.ecm.core.event.script with parameters of type EventBundle
 void ScriptingPostCommitEventListener.handleEvent(EventBundle bundle)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.event.tx
 

Constructors in org.nuxeo.ecm.core.event.tx with parameters of type EventBundle
BulkExecutor(List<EventListenerDescriptor> listeners, EventBundle event)
           
PostCommitSynchronousRunner(List<EventListenerDescriptor> listeners, EventBundle event)
           
PostCommitSynchronousRunner(List<EventListenerDescriptor> listeners, EventBundle event, long timeout)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.jms
 

Methods in org.nuxeo.ecm.core.jms with parameters of type EventBundle
 void JMSCompatibilityPostCommitEventListener.handleEvent(EventBundle events)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.lifecycle.event
 

Methods in org.nuxeo.ecm.core.lifecycle.event with parameters of type EventBundle
 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
 void EventCounterListener.handleEvent(EventBundle events)
           
 

Uses of EventBundle in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type EventBundle
 void BinaryTextListener.handleEvent(EventBundle eventBundle)
           
 

Uses of EventBundle in org.nuxeo.ecm.platform.annotations.repository.service
 

Methods in org.nuxeo.ecm.platform.annotations.repository.service with parameters of type EventBundle
 void VersionEventListener.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
 void AuditLogger.logEvents(EventBundle eventBundle)
          Logs a bundle of events
 

Uses of EventBundle in org.nuxeo.ecm.platform.audit.listener
 

Methods in org.nuxeo.ecm.platform.audit.listener with parameters of type EventBundle
 void AuditEventLogger.handleEvent(EventBundle events)
           
 

Uses of EventBundle in org.nuxeo.ecm.platform.audit.service
 

Methods in org.nuxeo.ecm.platform.audit.service with parameters of type EventBundle
 void NXAuditEventsService.logEvents(EntityManager em, EventBundle eventBundle)
           
 void NXAuditEventsService.logEvents(EventBundle eventBundle)
           
 

Uses of EventBundle in org.nuxeo.ecm.platform.comment.listener
 

Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type EventBundle
 void AbstractCommentListener.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
 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
 void AsynchronousUnicityCheckListener.handleEvent(EventBundle events)
           
 

Uses of EventBundle in org.nuxeo.ecm.platform.tag
 

Methods in org.nuxeo.ecm.platform.tag with parameters of type EventBundle
 void TaggedDocumentRemovedListener.handleEvent(EventBundle events)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.