Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditStorage
Package
Description
-
Uses of AuditStorage in org.nuxeo.audit.storage.impl
Modifier and TypeClassDescriptionclass
Audit storage implementation for an Audit directory. -
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service
Modifier and TypeClassDescriptionclass
Abstract class to share code betweenAuditBackend
implementationsclass
Contains the Hibernate based (legacy) implementationModifier and TypeFieldDescriptionprotected Map<String,
AuditStorage> NXAuditEventsService.auditStorages
Modifier and TypeMethodDescriptionvoid
AbstractAuditBackend.restore
(AuditStorage auditStorage, int batchSize, int keepAlive) void
AuditBackend.restore
(AuditStorage auditStorage, int batchSize, int keepAlive) Restore the backend from the givenAuditStorage
-
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service.extension
Modifier and TypeFieldDescriptionprotected Class<? extends AuditStorage>
AuditStorageDescriptor.clazz
Modifier and TypeMethodDescriptionClass<? extends AuditStorage>
AuditStorageDescriptor.getClazz()
-
Uses of AuditStorage in org.nuxeo.elasticsearch.audit
Modifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditStorage in org.nuxeo.mongodb.audit
Modifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using MongoDB persistence.