Uses of Interface
org.nuxeo.ecm.platform.audit.api.Logs
-
-
Uses of Logs in org.nuxeo.ecm.platform.audit.api.remote
Subinterfaces of Logs in org.nuxeo.ecm.platform.audit.api.remote Modifier and Type Interface Description interface
LogsRemote
Remote interface for Logs. -
Uses of Logs in org.nuxeo.ecm.platform.audit.service
Subinterfaces of Logs in org.nuxeo.ecm.platform.audit.service Modifier and Type Interface Description interface
AuditBackend
Audit Backend SPIClasses in org.nuxeo.ecm.platform.audit.service that implement Logs Modifier and Type Class Description class
AbstractAuditBackend
Abstract class to share code betweenAuditBackend
implementationsclass
DefaultAuditBackend
Contains the Hibernate based (legacy) implementation -
Uses of Logs in org.nuxeo.ecm.platform.audit.service.management
Fields in org.nuxeo.ecm.platform.audit.service.management declared as Logs Modifier and Type Field Description protected Logs
AuditEventMetricFactory. auditService
protected Logs
AuditEventMetricMBeanAdapter. service
Constructors in org.nuxeo.ecm.platform.audit.service.management with parameters of type Logs Constructor Description AuditEventMetricMBeanAdapter(Logs service, String name)
-
Uses of Logs in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement Logs Modifier and Type Class Description class
ESAuditBackend
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of Logs in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement Logs Modifier and Type Class Description class
MongoDBAuditBackend
Implementation of theAuditBackend
interface using MongoDB persistence.
-