Uses of Class
org.nuxeo.ecm.core.event.impl.DocumentEventContext
-
-
Uses of DocumentEventContext in org.nuxeo.drive.listener
Methods in org.nuxeo.drive.listener with parameters of type DocumentEventContext Modifier and Type Method Description protected DocumentModel
NuxeoDriveFileSystemDeletionListener. handleBeforeDocUpdate(DocumentEventContext ctx, DocumentModel doc)
protected boolean
NuxeoDriveFileSystemDeletionListener. handleLifeCycleTransition(DocumentEventContext ctx)
-
Uses of DocumentEventContext in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return DocumentEventContext Modifier and Type Method Description DocumentEventContext
AbstractSession. newEventContext(DocumentModel source)
-
Uses of DocumentEventContext in org.nuxeo.ecm.permissions
Methods in org.nuxeo.ecm.permissions with parameters of type DocumentEventContext Modifier and Type Method Description protected void
PermissionListener. firePermissionNotificationEvent(DocumentEventContext docCtx, String aclName, ACE ace)
protected void
PermissionListener. handleReplaceACE(DocumentEventContext docCtx, String changedACLName, ACE oldACE, ACE newACE)
Deprecated.since 8.1.protected void
PermissionListener. handleUpdateACP(DocumentEventContext docCtx, ACP oldACP, ACP newACP)
protected void
PermissionListener. updateDirectory(DocumentEventContext docCtx)
-
Uses of DocumentEventContext in org.nuxeo.ecm.platform.ec.notification
Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type DocumentEventContext Modifier and Type Method Description void
NotificationEventListener. sendNotification(Event event, DocumentEventContext ctx)
protected void
NotificationEventListener. sendNotificationSignalForUser(Notification notification, String subscriptor, Event event, DocumentEventContext ctx)
-
Uses of DocumentEventContext in org.nuxeo.ecm.platform.publisher.listeners
Methods in org.nuxeo.ecm.platform.publisher.listeners with parameters of type DocumentEventContext Modifier and Type Method Description protected void
DomainEventsListener. handleDomainLifeCycleChanged(DocumentEventContext docCtx, DocumentModel doc)
protected void
DomainEventsListener. handleDomainMoved(DocumentEventContext docCtx, DocumentModel doc)
-
Uses of DocumentEventContext in org.nuxeo.ecm.quota
Methods in org.nuxeo.ecm.quota with parameters of type DocumentEventContext Modifier and Type Method Description protected boolean
QuotaStatsListener. isTrashOpEvent(DocumentEventContext eventContext)
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 DocumentEventContext in org.nuxeo.elasticsearch.commands
Methods in org.nuxeo.elasticsearch.commands with parameters of type DocumentEventContext Modifier and Type Method Description protected boolean
IndexingCommandsStacker. isSynchronous(DocumentEventContext docCtx, DocumentModel doc)
protected void
IndexingCommandsStacker. stackCommand(DocumentModel doc, DocumentEventContext docCtx, String eventId)
void
IndexingCommandsStacker. stackCommand(DocumentEventContext docCtx, String eventId)
-