Uses of Interface
org.nuxeo.ecm.platform.audit.service.AuditBackend
Packages that use AuditBackend
Package
Description
-
Uses of AuditBackend in org.nuxeo.audit.mem
Classes in org.nuxeo.audit.mem that implement AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.mongodb
Classes in org.nuxeo.audit.mongodb that implement AuditBackendModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using MongoDB persistence. -
Uses of AuditBackend in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditBackendModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using OpenSearch persistence -
Uses of AuditBackend in org.nuxeo.audit.service
Subinterfaces of AuditBackend in org.nuxeo.audit.serviceClasses in org.nuxeo.audit.service that implement AuditBackendModifier and TypeClassDescriptionclass
Abstract class to share code betweenAuditBackend
implementations -
Uses of AuditBackend in org.nuxeo.audit.sql
Classes in org.nuxeo.audit.sql that implement AuditBackend -
Uses of AuditBackend in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditBackendModifier and TypeFieldDescriptionprotected AuditBackend
AuditRestore.auditBackend
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditBackendModifier and TypeClassDescriptionclass
AbstractAuditBackend<L extends LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useorg.nuxeo.sql.audit.SQLAuditBackend
insteadFields in org.nuxeo.ecm.platform.audit.service declared as AuditBackendModifier and TypeFieldDescriptionprotected AuditBackend
NXAuditEventsService.backend
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service that return AuditBackendModifier and TypeMethodDescriptionNXAuditEventsService.getBackend()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditBackendModifier and TypeFieldDescriptionprotected Class
<? extends AuditBackend<?>> AuditBackendDescriptor.klass
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service.extension that return AuditBackendModifier and TypeMethodDescriptionAuditBackendDescriptor.newInstance
(NXAuditEventsService component) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditBackendModifier and TypeMethodDescriptionClass
<? extends AuditBackend> AuditBackendDescriptor.getKlass()
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractAuditBackend
instead