Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditStorage
-
-
Uses of AuditStorage in org.nuxeo.audit.storage.impl
Classes in org.nuxeo.audit.storage.impl that implement AuditStorage Modifier and Type Class Description class
DirectoryAuditStorage
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 AuditStorage Modifier and Type Class Description class
AbstractAuditBackend
Abstract class to share code betweenAuditBackend
implementationsclass
DefaultAuditBackend
Contains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service with type parameters of type AuditStorage Modifier and Type Field Description protected Map<String,AuditStorage>
NXAuditEventsService. auditStorages
Methods in org.nuxeo.ecm.platform.audit.service that return AuditStorage Modifier and Type Method Description AuditStorage
NXAuditEventsService. getAuditStorage(String id)
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type AuditStorage Modifier and Type Method Description void
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 AuditStorage Modifier and Type Field Description protected Class<? extends AuditStorage>
AuditStorageDescriptor. clazz
Methods in org.nuxeo.ecm.platform.audit.service.extension that return AuditStorage Modifier and Type Method Description AuditStorage
AuditStorageDescriptor. newInstance()
Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditStorage Modifier and Type Method Description Class<? extends AuditStorage>
AuditStorageDescriptor. getClazz()
-
Uses of AuditStorage in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditStorage Modifier and Type Class Description class
ESAuditBackend
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditStorage in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditStorage Modifier and Type Class Description class
MongoDBAuditBackend
Implementation of theAuditBackend
interface using MongoDB persistence.
-