Uses of Interface
org.nuxeo.ecm.core.event.EventContext
Packages that use EventContext
-
Uses of EventContext in org.nuxeo.audit.service
Methods in org.nuxeo.audit.service with parameters of type EventContextModifier and TypeMethodDescriptionprotected voidAuditComponent.doPutExtendedInfos(LogEntryBuilder builder, EventContext eventContext, DocumentModel source, Principal principal) -
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 StringNuxeoDriveGroupUpdateListener.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 OperationContextEventHandlerRegistry.getOperationContext(EventContext eventContext) booleanEventHandler.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 TypeMethodDescriptionvoidEventService.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 TypeClassDescriptionclassBase class to be used to create new context events.classclassEvent Context used for Document Domain Event.classSpecialized implementation to be used with an abstract sessionclassDefault implementationclassMinimal eventContext implementation that can be used for events that are not bound to a CoreSession.classMinimal 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 TypeMethodDescriptionvoidEventServiceImpl.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 voidAbstractAuditBackend.doPutExtendedInfos(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EventContext in org.nuxeo.ecm.user.invite
Methods in org.nuxeo.ecm.user.invite that return EventContextModifier and TypeMethodDescriptionprotected EventContextUserInvitationComponent.sendEvent(CoreSession session, DocumentModel source, String evName)