Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditStorage
Packages that use AuditStorage
Package
Description
-
Uses of AuditStorage in org.nuxeo.audit.directory.storage
Classes in org.nuxeo.audit.directory.storage that implement AuditStorageModifier and TypeClassDescriptionclass
Audit storage implementation for an Audit directory. -
Uses of AuditStorage in org.nuxeo.audit.mem
Classes in org.nuxeo.audit.mem that implement AuditStorage -
Uses of AuditStorage in org.nuxeo.audit.mongodb
Classes in org.nuxeo.audit.mongodb that implement AuditStorageModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using MongoDB persistence. -
Uses of AuditStorage in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditStorageModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using OpenSearch persistence -
Uses of AuditStorage in org.nuxeo.audit.service
Classes in org.nuxeo.audit.service that implement AuditStorageModifier and TypeClassDescriptionclass
Abstract class to share code betweenAuditBackend
implementations -
Uses of AuditStorage in org.nuxeo.audit.sql
Classes in org.nuxeo.audit.sql that implement AuditStorage -
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditStorageModifier 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 with type parameters of type AuditStorageModifier and TypeFieldDescriptionprotected Map
<String, AuditStorage> NXAuditEventsService.auditStorages
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service that return AuditStorageModifier and TypeMethodDescriptionNXAuditEventsService.getAuditStorage
(String id) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service with parameters of type AuditStorageModifier and TypeMethodDescriptionvoid
AbstractAuditBackend.restore
(AuditStorage auditStorage, int batchSize, int keepAlive) Deprecated, for removal: This API element is subject to removal in a future version.void
AuditBackend.restore
(AuditStorage auditStorage, int batchSize, int keepAlive) Deprecated, for removal: This API element is subject to removal in a future version.Restore the backend from the givenAuditStorage
-
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditStorageModifier and TypeFieldDescriptionprotected Class
<? extends AuditStorage> AuditStorageDescriptor.clazz
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 AuditStorageModifier and TypeMethodDescriptionAuditStorageDescriptor.newInstance()
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 AuditStorageModifier and TypeMethodDescriptionClass
<? extends AuditStorage> AuditStorageDescriptor.getClazz()
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractAuditBackend
instead