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 TypeClassDescriptionclassAudit 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 TypeClassDescriptionclassAbstract class to share code betweenAuditBackendimplementationsclassContains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service with type parameters of type AuditStorageModifier and TypeFieldDescriptionprotected Map<String,AuditStorage> NXAuditEventsService.auditStoragesMethods in org.nuxeo.ecm.platform.audit.service that return AuditStorageMethods in org.nuxeo.ecm.platform.audit.service with parameters of type AuditStorageModifier and TypeMethodDescriptionvoidAbstractAuditBackend.restore(AuditStorage auditStorage, int batchSize, int keepAlive) voidAuditBackend.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.clazzMethods 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 TypeClassDescriptionclassImplementation of theAuditBackendinterface using Elasticsearch persistence -
Uses of AuditStorage in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditStorageModifier and TypeClassDescriptionclassImplementation of theAuditBackendinterface using MongoDB persistence.