Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use Event
org.nuxeo.ecm.automation.core.events   
org.nuxeo.ecm.automation.jbpm.event   
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.event Event Service API (see EventService). 
org.nuxeo.ecm.core.event.compat   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.event.script   
org.nuxeo.ecm.core.management.guards   
org.nuxeo.ecm.core.management.test.statuses   
org.nuxeo.ecm.platform.annotations.repository.listener   
org.nuxeo.ecm.platform.annotations.repository.service   
org.nuxeo.ecm.platform.audit.api   
org.nuxeo.ecm.platform.audit.service   
org.nuxeo.ecm.platform.comment.listener   
org.nuxeo.ecm.platform.content.template.listener   
org.nuxeo.ecm.platform.dublincore.listener   
org.nuxeo.ecm.platform.dublincore.service   
org.nuxeo.ecm.platform.ec.notification   
org.nuxeo.ecm.platform.filemanager.core.listener   
org.nuxeo.ecm.platform.htmlsanitizer   
org.nuxeo.ecm.platform.jbpm.core.listener   
org.nuxeo.ecm.platform.mail.listener   
org.nuxeo.ecm.platform.management.statuses   
org.nuxeo.ecm.platform.publisher.listeners   
org.nuxeo.ecm.platform.relations.core.listener   
org.nuxeo.ecm.platform.tag   
org.nuxeo.ecm.platform.uidgen.corelistener   
org.nuxeo.webengine.blogs.listeners   
org.nuxeo.webengine.sites.listeners   
 

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

Methods in org.nuxeo.ecm.automation.core.events with parameters of type Event
 void OperationEventListener.handleEvent(Event event)
           
 void EventHandlerRegistry.handleEvent(Event event, List<EventHandler> handlers, boolean saveSession)
           
 

Uses of Event in org.nuxeo.ecm.automation.jbpm.event
 

Methods in org.nuxeo.ecm.automation.jbpm.event with parameters of type Event
 void TaskEndedEventListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type Event
 void AbstractSession.fireEvent(Event event)
           
 

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

Methods in org.nuxeo.ecm.core.event that return Event
 Event EventContext.newEvent(String name)
          Creates a new event in that context given the event name.
 Event EventContext.newEvent(String name, int flags)
          Creates a new event in that context given the event name.
 Event EventBundle.peek()
          Gets the first event in that bundle.
 

Methods in org.nuxeo.ecm.core.event with parameters of type Event
 void EventService.fireEvent(Event event)
          Fires an event.
 void EventProducer.fireEvent(Event event)
           
 void EventListener.handleEvent(Event event)
          Handle the given event.
 void EventBundle.push(Event event)
          Adds an event in that bundle at the end of the list.
 

Uses of Event in org.nuxeo.ecm.core.event.compat
 

Methods in org.nuxeo.ecm.core.event.compat with parameters of type Event
 void CompatibilityListener.handleEvent(Event event)
           
static CoreEvent CompatibilityListener.toCoreEvent(Event event)
           
 

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

Classes in org.nuxeo.ecm.core.event.impl that implement Event
 class EventImpl
          Event implementation.
 class ShallowEvent
          Light Event implementation.
 

Methods in org.nuxeo.ecm.core.event.impl that return Event
 Event UnboundEventContext.newEvent(String name)
           
 Event InlineEventContext.newEvent(String name)
           
 Event AbstractEventContext.newEvent(String name)
           
 Event AbstractEventContext.newEvent(String name, int flags)
           
 Event ReconnectedEventBundleImpl.peek()
           
 Event EventBundleImpl.peek()
           
 

Methods in org.nuxeo.ecm.core.event.impl that return types with arguments of type Event
 Iterator<Event> ReconnectedEventBundleImpl.iterator()
           
 Iterator<Event> EventBundleImpl.iterator()
           
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type Event
static ShallowEvent ShallowEvent.create(Event event)
           
 void EventServiceImpl.fireEvent(Event event)
           
 void ReconnectedEventBundleImpl.push(Event event)
           
 void EventBundleImpl.push(Event event)
           
 

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

Methods in org.nuxeo.ecm.core.event.script with parameters of type Event
 void ScriptingEventListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.core.management.guards
 

Methods in org.nuxeo.ecm.core.management.guards with parameters of type Event
 void GuardsCacheUpdater.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.core.management.test.statuses
 

Methods in org.nuxeo.ecm.core.management.test.statuses with parameters of type Event
 void AdministrativeStatusChangeListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.annotations.repository.listener
 

Methods in org.nuxeo.ecm.platform.annotations.repository.listener with parameters of type Event
 void AnnotationFulltextEventListener.handleEvent(Event event)
           
 

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

Methods in org.nuxeo.ecm.platform.annotations.repository.service with parameters of type Event
 void DocumentVersionnedGraphManager.manage(Event event)
           
 void GraphManagerEventListener.manage(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.audit.api
 

Methods in org.nuxeo.ecm.platform.audit.api with parameters of type Event
 void AuditLogger.logEvent(Event event)
          Logs an Event.
 

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

Methods in org.nuxeo.ecm.platform.audit.service with parameters of type Event
 void NXAuditEventsService.logEvent(EntityManager em, Event event)
           
 void NXAuditEventsService.logEvent(Event event)
           
 

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

Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type Event
 void AbstractCommentListener.handleEvent(Event event)
           
 DocumentEventContext CommentNotificationListener.handleNotifications(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.content.template.listener
 

Methods in org.nuxeo.ecm.platform.content.template.listener with parameters of type Event
 void ContentCreationListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.dublincore.listener
 

Methods in org.nuxeo.ecm.platform.dublincore.listener with parameters of type Event
 void DublinCoreListener.handleEvent(Event event)
          Core event notification.
 

Uses of Event in org.nuxeo.ecm.platform.dublincore.service
 

Methods in org.nuxeo.ecm.platform.dublincore.service with parameters of type Event
 void DublinCoreStorageService.addContributor(DocumentModel doc, Event event)
           
 void DublinCoreStorageService.setCreationDate(DocumentModel doc, Calendar creationDate, Event event)
           
 void DublinCoreStorageService.setModificationDate(DocumentModel doc, Calendar modificationDate, Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.ec.notification
 

Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type Event
 void ProxySubscriptionPropagationListener.handleEvent(Event event)
           
 DocumentEventContext NotificationListenerHook.handleNotifications(Event event)
           
 void NotificationEventListener.sendNotification(Event event, DocumentEventContext ctx)
           
 

Uses of Event in org.nuxeo.ecm.platform.filemanager.core.listener
 

Methods in org.nuxeo.ecm.platform.filemanager.core.listener with parameters of type Event
 void MimetypeIconUpdater.handleEvent(Event event)
           
 void DigestComputer.handleEvent(Event event)
           
 void SynchronousUnicityCheckListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.htmlsanitizer
 

Methods in org.nuxeo.ecm.platform.htmlsanitizer with parameters of type Event
 void HtmlSanitizerListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.jbpm.core.listener
 

Methods in org.nuxeo.ecm.platform.jbpm.core.listener with parameters of type Event
 void DeleteProcessForDeletedDocumentListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.mail.listener
 

Methods in org.nuxeo.ecm.platform.mail.listener with parameters of type Event
 void MailEventListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.management.statuses
 

Methods in org.nuxeo.ecm.platform.management.statuses with parameters of type Event
 void ProbeScheduleListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.publisher.listeners
 

Methods in org.nuxeo.ecm.platform.publisher.listeners with parameters of type Event
 void DomainEventsListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.ecm.platform.relations.core.listener
 

Methods in org.nuxeo.ecm.platform.relations.core.listener with parameters of type Event
 void DeleteRelationsListener.handleEvent(Event event)
           
 void PublishRelationsListener.handleEvent(Event event)
           
 

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

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

Uses of Event in org.nuxeo.ecm.platform.uidgen.corelistener
 

Methods in org.nuxeo.ecm.platform.uidgen.corelistener with parameters of type Event
 void DocUIDGeneratorListener.handleEvent(Event event)
           
 

Uses of Event in org.nuxeo.webengine.blogs.listeners
 

Methods in org.nuxeo.webengine.blogs.listeners with parameters of type Event
 void BlogActionListener.handleEvent(Event event)
          Sets the url field and the blog name (if not already set) to the name, respectively the title of the document model.
 

Uses of Event in org.nuxeo.webengine.sites.listeners
 

Methods in org.nuxeo.webengine.sites.listeners with parameters of type Event
 void SiteActionListener.handleEvent(Event event)
          Sets the url field and the site name (if not already set) to the name, respectively the title of the document model.
 void SitesWikiListener.handleEvent(Event event)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.