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 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 EventContext Modifier and Type Method Description protected 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 Modifier and Type Method Description protected void
FireEvent. 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 EventContext
Event. getContext()
Gets the event context.Methods in org.nuxeo.ecm.core.event with parameters of type EventContext Modifier and Type Method Description 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 Modifier and Type Class Description class
AbstractEventContext
Base class to be used to create new context events.class
BlobEventContext
class
DocumentDomainEventContext
Event Context used for Document Domain Event.class
DocumentEventContext
Specialized implementation to be used with an abstract sessionclass
EventContextImpl
Default implementationclass
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.Fields in org.nuxeo.ecm.core.event.impl declared as EventContext Modifier and Type Field Description protected EventContext
EventImpl. ctx
Methods in org.nuxeo.ecm.core.event.impl that return EventContext Modifier and Type Method Description EventContext
EventImpl. getContext()
Methods in org.nuxeo.ecm.core.event.impl with parameters of type EventContext Modifier and Type Method Description void
EventServiceImpl. 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 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 EventContext Modifier and Type Method Description protected EventContext
UserInvitationComponent. sendEvent(CoreSession session, DocumentModel source, String evName)
-