Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditLogger
-
-
Uses of AuditLogger in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditLogger Modifier and Type Field Description protected AuditLogger
AuditLog. logger
-
Uses of AuditLogger in org.nuxeo.ecm.platform.audit.api
Subinterfaces of AuditLogger in org.nuxeo.ecm.platform.audit.api Modifier and Type Interface Description interface
Logs
Logs interface. -
Uses of AuditLogger in org.nuxeo.ecm.platform.audit.api.job
Fields in org.nuxeo.ecm.platform.audit.api.job declared as AuditLogger Modifier and Type Field Description protected AuditLogger
JobHistoryHelper. logger
Methods in org.nuxeo.ecm.platform.audit.api.job that return AuditLogger Modifier and Type Method Description protected AuditLogger
JobHistoryHelper. getLogger()
-
Uses of AuditLogger in org.nuxeo.ecm.platform.audit.api.remote
Subinterfaces of AuditLogger in org.nuxeo.ecm.platform.audit.api.remote Modifier and Type Interface Description interface
LogsRemote
Remote interface for Logs. -
Uses of AuditLogger in org.nuxeo.ecm.platform.audit.io
Methods in org.nuxeo.ecm.platform.audit.io with parameters of type AuditLogger Modifier and Type Method Description protected static LogEntry
IOLogEntryBase. readLogEntry(AuditLogger audit, org.dom4j.Element logEntryElement)
Could be overridden to get other (additional) data. -
Uses of AuditLogger in org.nuxeo.ecm.platform.audit.service
Subinterfaces of AuditLogger 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 AuditLogger Modifier and Type Class Description class
AbstractAuditBackend
Abstract class to share code betweenAuditBackend
implementationsclass
DefaultAuditBackend
Contains the Hibernate based (legacy) implementation -
Uses of AuditLogger in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditLogger Modifier and Type Class Description class
ESAuditBackend
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditLogger in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditLogger Modifier and Type Class Description class
MongoDBAuditBackend
Implementation of theAuditBackend
interface using MongoDB persistence.
-