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