Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use EventContext
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. 
 

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

Methods in org.nuxeo.ecm.automation.core.events with parameters of type EventContext
 boolean EventHandler.isEnabled(OperationContext ctx, EventContext eventCtx)
           
 

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

Methods in org.nuxeo.ecm.core.event that return EventContext
 EventContext Event.getContext()
          Gets the event context.
 

Methods in org.nuxeo.ecm.core.event with parameters of type EventContext
 void EventService.fireEvent(String name, EventContext context)
          Fires an event given its name and a context.
 

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

Classes in org.nuxeo.ecm.core.event.impl that implement EventContext
 class AbstractEventContext
          Base class to be used to create new context events.
 class DocumentEventContext
          Specialized implementation to be used with an abstract session
 class EventContextImpl
          Default implementation
 class InlineEventContext
          Minimal eventContext implementation that can be used for events that are not bound to a CoreSession.
 class UnboundEventContext
          Minimal eventContext implementation that can be used for events that are not bound to a CoreSession.
 

Methods in org.nuxeo.ecm.core.event.impl that return EventContext
 EventContext EventImpl.getContext()
           
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type EventContext
 void EventServiceImpl.fireEvent(String name, EventContext context)
           
 

Constructors in org.nuxeo.ecm.core.event.impl with parameters of type EventContext
EventImpl(String name, EventContext ctx)
           
EventImpl(String name, EventContext ctx, int flags)
           
EventImpl(String name, EventContext ctx, int flags, long creationTime)
           
ShallowEvent(String name, EventContext ctx, int flags, long creationTime)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.