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 DocumentModelNuxeoDriveFileSystemDeletionListener. handleBeforeDocUpdate(DocumentEventContext ctx, DocumentModel doc)protected booleanNuxeoDriveFileSystemDeletionListener. 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 DocumentEventContextAbstractSession. 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 voidPermissionListener. firePermissionNotificationEvent(DocumentEventContext docCtx, String aclName, ACE ace)protected voidPermissionListener. handleReplaceACE(DocumentEventContext docCtx, String changedACLName, ACE oldACE, ACE newACE)Deprecated.since 8.1.protected voidPermissionListener. handleUpdateACP(DocumentEventContext docCtx, ACP oldACP, ACP newACP)protected voidPermissionListener. 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 voidNotificationEventListener. sendNotification(Event event, DocumentEventContext ctx)protected voidNotificationEventListener. 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 voidDomainEventsListener. handleDomainLifeCycleChanged(DocumentEventContext docCtx, DocumentModel doc)protected voidDomainEventsListener. 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 booleanQuotaStatsListener. isTrashOpEvent(DocumentEventContext eventContext)voidAbstractQuotaStatsUpdater. updateStatistics(CoreSession session, DocumentEventContext docCtx, Event event)voidQuotaStatsService. updateStatistics(DocumentEventContext docCtx, Event event)Update the statistics for the givendocCtxandevent.voidQuotaStatsServiceImpl. updateStatistics(DocumentEventContext docCtx, Event event)voidQuotaStatsUpdater. updateStatistics(CoreSession session, DocumentEventContext docCtx, Event event)Update the statistics for the givendocCtxandevent. -
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 booleanIndexingCommandsStacker. isSynchronous(DocumentEventContext docCtx, DocumentModel doc)protected voidIndexingCommandsStacker. stackCommand(DocumentModel doc, DocumentEventContext docCtx, String eventId)voidIndexingCommandsStacker. stackCommand(DocumentEventContext docCtx, String eventId)
-