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 TypeClassDescriptionclassImplementation of theAuditBackendinterface using MongoDB persistence. -
Uses of AuditBackend in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditBackendModifier and TypeClassDescriptionclassImplementation of theAuditBackendinterface using OpenSearch persistence -
Uses of AuditBackend in org.nuxeo.audit.service
Classes in org.nuxeo.audit.service with type parameters of type AuditBackendModifier and TypeInterfaceDescriptioninterfaceAuditBackendFactory<B extends AuditBackend>Factory allowing to retrieve anAuditBackend.Classes in org.nuxeo.audit.service that implement AuditBackendModifier and TypeClassDescriptionclassAbstract class to share code betweenAuditBackendimplementationsMethods 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 AuditBackendAuditEventMetricMBeanAdapter.backendConstructors in org.nuxeo.audit.service.management with parameters of type AuditBackendModifierConstructorDescriptionprotectedAuditEventMetricMBeanAdapter(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