Uses of Interface
org.nuxeo.ecm.core.event.EventContext
Packages that use EventContext
-
Uses of EventContext in org.nuxeo.drive.listener
Methods in org.nuxeo.drive.listener with parameters of type EventContextModifier and TypeMethodDescriptionNuxeoDriveGroupUpdateListener.getAllGroupNames
(String groupName, EventContext context) Returns a list containing the names of the given group and all its ancestor groups.protected String
NuxeoDriveGroupUpdateListener.getGroupName
(EventContext context) -
Uses of EventContext in org.nuxeo.ecm.automation.core.events
Methods in org.nuxeo.ecm.automation.core.events with parameters of type EventContextModifier and TypeMethodDescriptionprotected OperationContext
EventHandlerRegistry.getContext
(EventContext ectx) boolean
EventHandler.isEnabled
(OperationContext ctx, EventContext eventCtx, boolean quick) Checks if this handler should run for the event and operation context. -
Uses of EventContext in org.nuxeo.ecm.automation.core.events.operations
Methods in org.nuxeo.ecm.automation.core.events.operations with parameters of type EventContext -
Uses of EventContext in org.nuxeo.ecm.core.event
Methods in org.nuxeo.ecm.core.event that return EventContextMethods in org.nuxeo.ecm.core.event with parameters of type EventContextModifier and TypeMethodDescriptionvoid
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 EventContextModifier and TypeClassDescriptionclass
Base class to be used to create new context events.class
class
Event Context used for Document Domain Event.class
Specialized implementation to be used with an abstract sessionclass
Default implementationclass
Minimal eventContext implementation that can be used for events that are not bound to a CoreSession.class
Minimal eventContext implementation that can be used for events that are not bound to a CoreSession.Fields in org.nuxeo.ecm.core.event.impl declared as EventContextMethods in org.nuxeo.ecm.core.event.impl that return EventContextMethods in org.nuxeo.ecm.core.event.impl with parameters of type EventContextModifier and TypeMethodDescriptionvoid
EventServiceImpl.fireEvent
(String name, EventContext context) Constructors in org.nuxeo.ecm.core.event.impl with parameters of type EventContextModifierConstructorDescriptionEventImpl
(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) -
Uses of EventContext in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type EventContextModifier and TypeMethodDescriptionprotected void
AbstractAuditBackend.doPutExtendedInfos
(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal) -
Uses of EventContext in org.nuxeo.ecm.user.invite
Methods in org.nuxeo.ecm.user.invite that return EventContextModifier and TypeMethodDescriptionprotected EventContext
UserInvitationComponent.sendEvent
(CoreSession session, DocumentModel source, String evName)