Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditReader
-
-
Uses of AuditReader in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditReader Modifier and Type Field Description protected AuditReader
AuditQuery. audit
-
Uses of AuditReader in org.nuxeo.ecm.platform.audit.api
Subinterfaces of AuditReader in org.nuxeo.ecm.platform.audit.api Modifier and Type Interface Description interface
Logs
Logs interface. -
Uses of AuditReader in org.nuxeo.ecm.platform.audit.api.remote
Subinterfaces of AuditReader in org.nuxeo.ecm.platform.audit.api.remote Modifier and Type Interface Description interface
LogsRemote
Remote interface for Logs. -
Uses of AuditReader in org.nuxeo.ecm.platform.audit.service
Subinterfaces of AuditReader 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 AuditReader Modifier and Type Class Description class
AbstractAuditBackend
Abstract class to share code betweenAuditBackend
implementationsclass
DefaultAuditBackend
Contains the Hibernate based (legacy) implementation -
Uses of AuditReader in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditReader Modifier and Type Class Description class
ESAuditBackend
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditReader in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditReader Modifier and Type Class Description class
MongoDBAuditBackend
Implementation of theAuditBackend
interface using MongoDB persistence.
-