Uses of Interface
org.nuxeo.audit.service.AuditBackend
Packages that use AuditBackend
Package
Description
-
Uses of AuditBackend in org.nuxeo.audit.api.job
Methods in org.nuxeo.audit.api.job that return AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.mem
Classes in org.nuxeo.audit.mem that implement AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.mongodb
Classes in org.nuxeo.audit.mongodb that implement AuditBackendModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using MongoDB persistence. -
Uses of AuditBackend in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditBackendModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using OpenSearch persistence -
Uses of AuditBackend in org.nuxeo.audit.service
Classes in org.nuxeo.audit.service with type parameters of type AuditBackendModifier and TypeInterfaceDescriptioninterface
AuditBackendFactory<B extends AuditBackend>
Factory allowing to retrieve anAuditBackend
.Classes in org.nuxeo.audit.service that implement AuditBackendModifier and TypeClassDescriptionclass
Abstract class to share code betweenAuditBackend
implementationsMethods in org.nuxeo.audit.service with type parameters of type AuditBackendModifier and TypeMethodDescription<B extends AuditBackend>
BAuditComponent.getAuditBackend
(String name) <B extends AuditBackend>
BAuditService.getAuditBackend
(String name) -
Uses of AuditBackend in org.nuxeo.audit.service.management
Fields in org.nuxeo.audit.service.management declared as AuditBackendModifier and TypeFieldDescriptionprotected final AuditBackend
AuditEventMetricMBeanAdapter.backend
Constructors in org.nuxeo.audit.service.management with parameters of type AuditBackendModifierConstructorDescriptionprotected
AuditEventMetricMBeanAdapter
(AuditBackend backend, String name) -
Uses of AuditBackend in org.nuxeo.audit.sql
Classes in org.nuxeo.audit.sql that implement AuditBackend -
Uses of AuditBackend in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditBackend