Uses of Interface
org.nuxeo.ecm.core.event.EventContext
-
Uses of EventContext in org.nuxeo.drive.listener
Modifier 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
Modifier 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
-
Uses of EventContext in org.nuxeo.ecm.core.event
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
EventServiceImpl.fireEvent
(String name, EventContext context) ModifierConstructorDescriptionEventImpl
(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
Modifier and TypeMethodDescriptionprotected void
AbstractAuditBackend.doPutExtendedInfos
(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal) -
Uses of EventContext in org.nuxeo.ecm.user.invite
Modifier and TypeMethodDescriptionprotected EventContext
UserInvitationComponent.sendEvent
(CoreSession session, DocumentModel source, String evName)