Uses of Interface
org.nuxeo.ecm.core.event.Event
-
-
Uses of Event in org.nuxeo.binary.metadata.internals.listeners
Methods in org.nuxeo.binary.metadata.internals.listeners with parameters of type Event Modifier and Type Method Description void
BinaryMetadataSyncListener. handleEvent(Event event)
void
BinaryMetadataWorkListener. handleEvent(Event event)
Deprecated. -
Uses of Event in org.nuxeo.drive.listener
Methods in org.nuxeo.drive.listener with parameters of type Event Modifier and Type Method Description boolean
NuxeoDriveGroupUpdateListener. acceptEvent(Event event)
boolean
NuxeoDriveVirtualEventLogger. acceptEvent(Event event)
void
NuxeoDriveCacheInvalidationListener. handleEvent(Event event)
void
NuxeoDriveFileSystemDeletionListener. handleEvent(Event event)
void
NuxeoDriveSyncRootCopyListener. handleEvent(Event event)
void
NuxeoDriveSyncRootVersioningListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.automation.core.events
Methods in org.nuxeo.ecm.automation.core.events with parameters of type Event Modifier and Type Method Description boolean
EventHandlerRegistry. acceptEvent(Event event, List<EventHandler> handlers)
boolean
PostCommitOperationEventListener. acceptEvent(Event event)
void
EventHandlerRegistry. handleEvent(Event event, List<EventHandler> handlers, boolean saveSession)
void
OperationEventListener. handleEvent(Event event)
protected OperationContext
EventHandlerRegistry. open(Event event)
-
Uses of Event in org.nuxeo.ecm.automation.task.event
Methods in org.nuxeo.ecm.automation.task.event with parameters of type Event Modifier and Type Method Description void
TaskEndedEventListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.collections.core.listener
Methods in org.nuxeo.ecm.collections.core.listener with parameters of type Event Modifier and Type Method Description void
DuplicatedCollectionListener. handleEvent(Event event)
void
RemovedCollectionListener. handleEvent(Event event)
void
RestoredCollectionListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.blob.stream
Methods in org.nuxeo.ecm.core.blob.stream with parameters of type Event Modifier and Type Method Description void
BlobDomainEventProducer. addEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.event
Methods in org.nuxeo.ecm.core.event that return Event Modifier and Type Method Description Event
EventContext. newEvent(String name)
Creates a new event in that context given the event name.Event
EventContext. newEvent(String name, int flags)
Creates a new event in that context given the event name.Event
EventBundle. peek()
Gets the first event in that bundle.Methods in org.nuxeo.ecm.core.event with parameters of type Event Modifier and Type Method Description boolean
PostCommitFilteringEventListener. acceptEvent(Event event)
Checks if this event is worth passing to the asynchronousPostCommitEventListener.handleEvent(org.nuxeo.ecm.core.event.EventBundle)
.void
EventProducer. fireEvent(Event event)
void
EventService. fireEvent(Event event)
Fires an event.void
EventListener. handleEvent(Event event)
Handle the given event.void
EventBundle. push(Event event)
Adds an event in that bundle at the end of the list. -
Uses of Event in org.nuxeo.ecm.core.event.impl
Classes in org.nuxeo.ecm.core.event.impl that implement Event Modifier and Type Class Description class
EventImpl
Event implementation.class
ShallowEvent
Light Event implementation.Fields in org.nuxeo.ecm.core.event.impl with type parameters of type Event Modifier and Type Field Description protected List<Event>
EventBundleImpl. events
protected List<Event>
ReconnectedEventBundleImpl. reconnectedEvents
Methods in org.nuxeo.ecm.core.event.impl that return Event Modifier and Type Method Description Event
AbstractEventContext. newEvent(String name)
Event
AbstractEventContext. newEvent(String name, int flags)
Event
BlobEventContext. newEvent(String name)
Event
DocumentDomainEventContext. newEvent(String name)
Event
InlineEventContext. newEvent(String name)
Event
UnboundEventContext. newEvent(String name)
Event
EventBundleImpl. peek()
Event
ReconnectedEventBundleImpl. peek()
Methods in org.nuxeo.ecm.core.event.impl that return types with arguments of type Event Modifier and Type Method Description protected List<Event>
ReconnectedEventBundleImpl. getReconnectedEvents()
Iterator<Event>
EventBundleImpl. iterator()
Iterator<Event>
ReconnectedEventBundleImpl. iterator()
Methods in org.nuxeo.ecm.core.event.impl with parameters of type Event Modifier and Type Method Description static ShallowEvent
ShallowEvent. create(Event event)
void
EventServiceImpl. fireEvent(Event event)
void
EventBundleImpl. push(Event event)
void
ReconnectedEventBundleImpl. push(Event event)
protected void
EventServiceImpl. recordEvent(Event event)
protected void
EventServiceImpl. traceAddAnnotation(Event event, io.opencensus.trace.Tracer tracer, long elapsed, String listener)
-
Uses of Event in org.nuxeo.ecm.core.event.script
Methods in org.nuxeo.ecm.core.event.script with parameters of type Event Modifier and Type Method Description void
ScriptingEventListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.event.stream
Methods in org.nuxeo.ecm.core.event.stream with parameters of type Event Modifier and Type Method Description abstract void
DomainEventProducer. addEvent(Event event)
Receives Nuxeo Core events from the synchronous listener DomainEventProducerListener.void
DomainEventProducerListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.lifecycle.event
Methods in org.nuxeo.ecm.core.lifecycle.event with parameters of type Event Modifier and Type Method Description protected void
BulkLifeCycleChangeListener. processTransition(Event event)
-
Uses of Event in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model with parameters of type Event Modifier and Type Method Description void
DuplicatedNameFixer. handleEvent(Event event)
void
EmptyNameFixer. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.model.stream
Methods in org.nuxeo.ecm.core.model.stream with parameters of type Event Modifier and Type Method Description void
DocumentDomainEventProducer. addEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.security
Methods in org.nuxeo.ecm.core.security with parameters of type Event Modifier and Type Method Description void
RetentionExpiredFinderListener. handleEvent(Event event)
void
UpdateACEStatusListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Event Modifier and Type Method Description void
SoftDeleteCleanupListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.storage.sql.listeners
Methods in org.nuxeo.ecm.core.storage.sql.listeners with parameters of type Event Modifier and Type Method Description void
DummyBeforeModificationListener. handleEvent(Event event)
Called on aboutToCreate and beforeDocumentModification events.void
DummyUpdateBeforeModificationListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.transientstore
Methods in org.nuxeo.ecm.core.transientstore with parameters of type Event Modifier and Type Method Description void
TransientStorageGCTrigger. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.core.uidgen
Methods in org.nuxeo.ecm.core.uidgen with parameters of type Event Modifier and Type Method Description void
DocUIDGeneratorListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.liveconnect.update.listener
Methods in org.nuxeo.ecm.liveconnect.update.listener with parameters of type Event Modifier and Type Method Description void
BlobProviderDocumentsUpdateListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.multi.tenant
Methods in org.nuxeo.ecm.multi.tenant with parameters of type Event Modifier and Type Method Description void
MultiTenantListener. handleEvent(Event event)
void
TenantAdministratorsListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.multi.tenant.acl
Methods in org.nuxeo.ecm.multi.tenant.acl with parameters of type Event Modifier and Type Method Description void
ACLUpdateListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.permissions
Methods in org.nuxeo.ecm.permissions with parameters of type Event Modifier and Type Method Description boolean
ACEStatusUpdatedListener. acceptEvent(Event event)
boolean
PermissionGrantedNotificationListener. acceptEvent(Event event)
protected void
ACEStatusUpdatedListener. handleEvent(Event event)
protected void
PermissionGrantedNotificationListener. handleEvent(Event event)
void
PermissionListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api with parameters of type Event Modifier and Type Method Description LogEntry
AuditLogger. buildEntryFromEvent(Event event)
Returns a log entry representation of an event.void
AuditLogger. logEvent(Event event)
Deprecated.since 10.10, audit event is now handled with nuxeo-stream, if you want to log events, contribute to NXAuditEventsService#event extension point -
Uses of Event in org.nuxeo.ecm.platform.audit.listener
Methods in org.nuxeo.ecm.platform.audit.listener with parameters of type Event Modifier and Type Method Description boolean
AuditEventLogger. acceptEvent(Event event)
Deprecated.void
StreamAuditEventListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type Event Modifier and Type Method Description LogEntry
AbstractAuditBackend. buildEntryFromEvent(Event event)
void
AbstractAuditBackend. logEvent(Event event)
Deprecated. -
Uses of Event in org.nuxeo.ecm.platform.audit.stream
Methods in org.nuxeo.ecm.platform.audit.stream with parameters of type Event Modifier and Type Method Description void
AuditDomainEventProducer. addEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type Event Modifier and Type Method Description boolean
CheckedInCommentListener. acceptEvent(Event event)
void
AbstractCommentListener. handleEvent(Event event)
protected void
CheckedInCommentListener. handleEvent(Event event)
void
CommentNotificationListener. handleNotifications(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.comment.notification
Methods in org.nuxeo.ecm.platform.comment.notification with parameters of type Event Modifier and Type Method Description boolean
CommentCreationVeto. accept(Event event)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
CommentNotificationVeto. accept(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.content.template.listener
Methods in org.nuxeo.ecm.platform.content.template.listener with parameters of type Event Modifier and Type Method Description void
ContentCreationListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.dublincore.listener
Methods in org.nuxeo.ecm.platform.dublincore.listener with parameters of type Event Modifier and Type Method Description void
DublinCoreListener. handleEvent(Event event)
Core event notification. -
Uses of Event in org.nuxeo.ecm.platform.dublincore.service
Methods in org.nuxeo.ecm.platform.dublincore.service with parameters of type Event Modifier and Type Method Description void
DublinCoreStorageService. addContributor(DocumentModel doc, Event event)
Adds a contributor to the document.void
DublinCoreStorageServiceImpl. addContributor(DocumentModel doc, Event event)
default void
DublinCoreStorageService. setCreationDate(DocumentModel doc, Calendar creationDate, Event event)
Deprecated.since 10.2, use directlyDublinCoreStorageService.setCreationDate(DocumentModel, Calendar)
default void
DublinCoreStorageService. setModificationDate(DocumentModel doc, Calendar modificationDate, Event event)
Deprecated.since 10.2, use directlyDublinCoreStorageService.setModificationDate(DocumentModel, Calendar)
-
Uses of Event in org.nuxeo.ecm.platform.ec.notification
Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type Event Modifier and Type Method Description boolean
NotificationListenerVeto. accept(Event event)
boolean
VersionVeto. accept(Event event)
boolean
NotificationEventListener. acceptEvent(Event event)
void
NotificationCheckedInListener. handleEvent(Event event)
void
ProxySubscriptionPropagationListener. handleEvent(Event event)
protected void
NotificationEventListener. handleNotifications(Event event, List<Notification> notifs)
void
NotificationListenerHook. handleNotifications(Event event)
void
NotificationEventListener. sendNotification(Event event, DocumentEventContext ctx)
protected void
NotificationEventListener. sendNotificationSignalForUser(Notification notification, String subscriptor, Event event, DocumentEventContext ctx)
-
Uses of Event in org.nuxeo.ecm.platform.ec.notification.service
Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type Event Modifier and Type Method Description protected void
NotificationService. doFireEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.filemanager.core.listener
Methods in org.nuxeo.ecm.platform.filemanager.core.listener with parameters of type Event Modifier and Type Method Description boolean
AsynchronousUnicityCheckListener. acceptEvent(Event event)
protected void
AbstractUnicityChecker. doUnicityCheck(DocumentModel doc2Check, CoreSession session, Event event)
void
DigestComputer. handleEvent(Event event)
void
MimetypeIconUpdater. handleEvent(Event event)
void
SynchronousUnicityCheckListener. handleEvent(Event event)
protected abstract void
AbstractUnicityChecker. onDuplicatedDoc(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event)
protected void
AsynchronousUnicityCheckListener. onDuplicatedDoc(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event)
protected void
SynchronousUnicityCheckListener. onDuplicatedDoc(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event)
-
Uses of Event in org.nuxeo.ecm.platform.htmlsanitizer
Methods in org.nuxeo.ecm.platform.htmlsanitizer with parameters of type Event Modifier and Type Method Description void
HtmlSanitizerListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.mail.listener
Methods in org.nuxeo.ecm.platform.mail.listener with parameters of type Event Modifier and Type Method Description void
MailEventListener. doHandleEvent(Event event)
void
MailEventListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.management.statuses
Methods in org.nuxeo.ecm.platform.management.statuses with parameters of type Event Modifier and Type Method Description void
ProbeScheduleListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.picture.listener
Methods in org.nuxeo.ecm.platform.picture.listener with parameters of type Event Modifier and Type Method Description void
PictureChangedListener. handleEvent(Event event)
protected void
PictureViewsGenerationListener. handleEvent(Event event)
protected boolean
PictureChangedListener. triggersPictureViewsGeneration(Event event, DocumentModel doc)
-
Uses of Event in org.nuxeo.ecm.platform.publisher.listeners
Methods in org.nuxeo.ecm.platform.publisher.listeners with parameters of type Event Modifier and Type Method Description void
DomainEventsListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.relations.core.listener
Methods in org.nuxeo.ecm.platform.relations.core.listener with parameters of type Event Modifier and Type Method Description void
DeleteRelationsListener. handleEvent(Event event)
void
PublishRelationsListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.rendition.listener
Methods in org.nuxeo.ecm.platform.rendition.listener with parameters of type Event Modifier and Type Method Description boolean
StoredRenditionsCleanupListener. acceptEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.routing.core.listener
Methods in org.nuxeo.ecm.platform.routing.core.listener with parameters of type Event Modifier and Type Method Description void
DocumentRouteCreationListener. handleEvent(Event event)
void
DocumentRoutingEscalationListener. handleEvent(Event event)
void
DocumentRoutingSecurityListener. handleEvent(Event event)
void
DocumentRoutingUpdateCommentsInfoListener. handleEvent(Event event)
void
DocumentRoutingWorkflowDoneListener. handleEvent(Event event)
void
RoutingTaskDeletedListener. handleEvent(Event event)
void
RoutingTaskSecurityUpdaterListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.scanimporter.listener
Methods in org.nuxeo.ecm.platform.scanimporter.listener with parameters of type Event Modifier and Type Method Description void
IngestionTrigger. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.tag
Methods in org.nuxeo.ecm.platform.tag with parameters of type Event Modifier and Type Method Description boolean
TaggedVersionListener. acceptEvent(Event event)
void
CheckedInDocumentListener. handleEvent(Event event)
protected void
TaggedVersionListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.task.core.listener
Methods in org.nuxeo.ecm.platform.task.core.listener with parameters of type Event Modifier and Type Method Description void
DeleteTaskForDeletedDocumentListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.threed.listener
Methods in org.nuxeo.ecm.platform.threed.listener with parameters of type Event Modifier and Type Method Description void
ThreeDBatchCleanerListener. handleEvent(Event event)
void
ThreeDBatchGenerationListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.thumbnail.listener
Methods in org.nuxeo.ecm.platform.thumbnail.listener with parameters of type Event Modifier and Type Method Description void
CheckBlobUpdateListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.types.localconfiguration
Methods in org.nuxeo.ecm.platform.types.localconfiguration with parameters of type Event Modifier and Type Method Description void
UITypesConfigurationListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.userworkspace.core.listener
Methods in org.nuxeo.ecm.platform.userworkspace.core.listener with parameters of type Event Modifier and Type Method Description void
InvalidateUserWorkspacesListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.platform.video.listener
Methods in org.nuxeo.ecm.platform.video.listener with parameters of type Event Modifier and Type Method Description void
VideoChangedListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.ecm.quota
Methods in org.nuxeo.ecm.quota with parameters of type Event Modifier and Type Method Description void
QuotaStatsListener. handleEvent(Event event)
void
QuotaUserWorkspaceListener. handleEvent(Event event)
protected abstract void
AbstractQuotaStatsUpdater. handleQuotaExceeded(QuotaExceededException e, Event event)
protected abstract boolean
AbstractQuotaStatsUpdater. needToProcessEventOnDocument(Event event, DocumentModel doc)
void
AbstractQuotaStatsUpdater. updateStatistics(CoreSession session, DocumentEventContext docCtx, Event event)
void
QuotaStatsService. updateStatistics(DocumentEventContext docCtx, Event event)
Update the statistics for the givendocCtx
andevent
.void
QuotaStatsServiceImpl. updateStatistics(DocumentEventContext docCtx, Event event)
void
QuotaStatsUpdater. updateStatistics(CoreSession session, DocumentEventContext docCtx, Event event)
Update the statistics for the givendocCtx
andevent
. -
Uses of Event in org.nuxeo.ecm.quota.count
Methods in org.nuxeo.ecm.quota.count with parameters of type Event Modifier and Type Method Description protected void
DocumentsCountUpdater. handleQuotaExceeded(QuotaExceededException e, Event event)
protected boolean
DocumentsCountUpdater. needToProcessEventOnDocument(Event event, DocumentModel doc)
-
Uses of Event in org.nuxeo.ecm.quota.size
Methods in org.nuxeo.ecm.quota.size with parameters of type Event Modifier and Type Method Description protected void
DocumentsSizeUpdater. handleQuotaExceeded(QuotaExceededException e, Event event)
protected boolean
DocumentsSizeUpdater. needToProcessEventOnDocument(Event event, DocumentModel doc)
-
Uses of Event in org.nuxeo.ecm.user.center.profile.listeners
Methods in org.nuxeo.ecm.user.center.profile.listeners with parameters of type Event Modifier and Type Method Description void
ResizeAvatarPictureListener. handleEvent(Event event)
protected boolean
ResizeAvatarPictureListener. isBeforeUpdate(Event event)
-
Uses of Event in org.nuxeo.elasticsearch.listener
Methods in org.nuxeo.elasticsearch.listener with parameters of type Event Modifier and Type Method Description void
ElasticSearchInlineListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.snapshot.listeners
Methods in org.nuxeo.snapshot.listeners with parameters of type Event Modifier and Type Method Description void
SnapshotableListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.template.listeners
Methods in org.nuxeo.template.listeners with parameters of type Event Modifier and Type Method Description boolean
TemplateTypeBindingListener. acceptEvent(Event event)
void
TemplateDeletionGuard. handleEvent(Event event)
void
TemplateInitListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.wopi
Methods in org.nuxeo.wopi with parameters of type Event Modifier and Type Method Description void
DirtyBlobListener. handleEvent(Event event)
-
Uses of Event in org.nuxeo.wopi.lock
Methods in org.nuxeo.wopi.lock with parameters of type Event Modifier and Type Method Description void
UnlockListener. handleEvent(Event event)
-