Uses of Interface
org.nuxeo.ecm.core.event.EventContext
-
Packages that use EventContext Package Description org.nuxeo.drive.listener org.nuxeo.ecm.automation.core.events org.nuxeo.ecm.automation.core.events.operations org.nuxeo.ecm.core.event Event Service API (seeEventService).org.nuxeo.ecm.core.event.impl Event Service implementation.org.nuxeo.ecm.platform.audit.service org.nuxeo.ecm.user.invite -
-
Uses of EventContext in org.nuxeo.drive.listener
Methods in org.nuxeo.drive.listener with parameters of type EventContext Modifier and Type Method Description protected List<String>NuxeoDriveGroupUpdateListener. 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 EventContext Modifier and Type Method Description protected OperationContextEventHandlerRegistry. getContext(EventContext ectx)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 Modifier and Type Method Description protected voidFireEvent. sendEvent(EventContext eventContext) -
Uses of EventContext in org.nuxeo.ecm.core.event
Methods in org.nuxeo.ecm.core.event that return EventContext Modifier and Type Method Description EventContextEvent. getContext()Gets the event context.Methods in org.nuxeo.ecm.core.event with parameters of type EventContext Modifier and Type Method Description voidEventService. 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 Modifier and Type Class Description classAbstractEventContextBase class to be used to create new context events.classBlobEventContextclassDocumentDomainEventContextEvent Context used for Document Domain Event.classDocumentEventContextSpecialized implementation to be used with an abstract sessionclassEventContextImplDefault implementationclassInlineEventContextMinimal eventContext implementation that can be used for events that are not bound to a CoreSession.classUnboundEventContextMinimal 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 EventContext Modifier and Type Field Description protected EventContextEventImpl. ctxMethods in org.nuxeo.ecm.core.event.impl that return EventContext Modifier and Type Method Description EventContextEventImpl. getContext()Methods in org.nuxeo.ecm.core.event.impl with parameters of type EventContext Modifier and Type Method Description voidEventServiceImpl. fireEvent(String name, EventContext context)Constructors in org.nuxeo.ecm.core.event.impl with parameters of type EventContext Constructor Description 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) -
Uses of EventContext in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type EventContext Modifier and Type Method Description protected voidAbstractAuditBackend. 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 EventContext Modifier and Type Method Description protected EventContextUserInvitationComponent. sendEvent(CoreSession session, DocumentModel source, String evName)
-