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 AuditLoggerAuditLog. 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 interfaceLogsLogs 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 AuditLoggerJobHistoryHelper. loggerMethods in org.nuxeo.ecm.platform.audit.api.job that return AuditLogger Modifier and Type Method Description protected AuditLoggerJobHistoryHelper. 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 interfaceLogsRemoteRemote 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 LogEntryIOLogEntryBase. 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 interfaceAuditBackendAudit Backend SPIClasses in org.nuxeo.ecm.platform.audit.service that implement AuditLogger Modifier and Type Class Description classAbstractAuditBackendAbstract class to share code betweenAuditBackendimplementationsclassDefaultAuditBackendContains 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 classESAuditBackendImplementation of theAuditBackendinterface 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 classMongoDBAuditBackendImplementation of theAuditBackendinterface using MongoDB persistence.
-