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 TypeClassDescriptionclassAudit 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 TypeClassDescriptionclassImplementation of theAuditBackendinterface using MongoDB persistence. -
Uses of AuditStorage in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditStorageModifier and TypeClassDescriptionclassImplementation of theAuditBackendinterface using OpenSearch persistence -
Uses of AuditStorage in org.nuxeo.audit.service
Classes in org.nuxeo.audit.service that implement AuditStorageModifier and TypeClassDescriptionclassAbstract class to share code betweenAuditBackendimplementations -
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 TypeClassDescriptionclassAbstractAuditBackend<L extends LogEntry>Deprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useorg.nuxeo.sql.audit.SQLAuditBackendinsteadFields in org.nuxeo.ecm.platform.audit.service with type parameters of type AuditStorageModifier and TypeFieldDescriptionprotected Map<String, AuditStorage> NXAuditEventsService.auditStoragesDeprecated, 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 TypeMethodDescriptionvoidAbstractAuditBackend.restore(AuditStorage auditStorage, int batchSize, int keepAlive) Deprecated, for removal: This API element is subject to removal in a future version.voidAuditBackend.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.clazzDeprecated, 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.
AbstractAuditBackendinstead