Package | Description |
---|---|
org.nuxeo.drive.listener | |
org.nuxeo.ecm.automation.core.events | |
org.nuxeo.ecm.core.event |
Event Service API (see
EventService ). |
org.nuxeo.ecm.core.event.impl |
Event Service implementation.
|
org.nuxeo.ecm.platform.audit.service | |
org.nuxeo.ecm.user.invite |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EventContext |
Event.getContext()
Gets the event context.
|
Modifier and Type | Method and Description |
---|---|
void |
EventService.fireEvent(String name,
EventContext context)
Fires an event given its name and a context.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventContext
Base class to be used to create new context events.
|
class |
DocumentEventContext
Specialized implementation to be used with an abstract session
|
class |
EventContextImpl
Default implementation
|
class |
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.
|
Modifier and Type | Field and Description |
---|---|
protected EventContext |
EventImpl.ctx |
Modifier and Type | Method and Description |
---|---|
EventContext |
EventImpl.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
EventServiceImpl.fireEvent(String name,
EventContext context) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAuditBackend.doPutExtendedInfos(LogEntry entry,
EventContext eventContext,
DocumentModel source,
Principal principal) |
Modifier and Type | Method and Description |
---|---|
protected EventContext |
UserInvitationComponent.sendEvent(CoreSession session,
DocumentModel source,
String evName) |
Copyright © 2018 Nuxeo. All rights reserved.