Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditStorage
Packages that use AuditStorage
Package
Description
-
Uses of AuditStorage in org.nuxeo.audit.storage.impl
Classes in org.nuxeo.audit.storage.impl that implement AuditStorageModifier and TypeClassDescriptionclass
Audit storage implementation for an Audit directory. -
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditStorageModifier and TypeClassDescriptionclass
Abstract class to share code betweenAuditBackend
implementationsclass
Contains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service with type parameters of type AuditStorageModifier and TypeFieldDescriptionprotected Map<String,
AuditStorage> NXAuditEventsService.auditStorages
Methods in org.nuxeo.ecm.platform.audit.service that return AuditStorageMethods in org.nuxeo.ecm.platform.audit.service with parameters of type AuditStorageModifier 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
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditStorageModifier and TypeFieldDescriptionprotected Class<? extends AuditStorage>
AuditStorageDescriptor.clazz
Methods in org.nuxeo.ecm.platform.audit.service.extension that return AuditStorageMethods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditStorageModifier and TypeMethodDescriptionClass<? extends AuditStorage>
AuditStorageDescriptor.getClazz()
-
Uses of AuditStorage in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditStorageModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditStorage in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditStorageModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using MongoDB persistence.