Uses of Interface
org.nuxeo.ecm.platform.audit.service.AuditBackend
-
-
Uses of AuditBackend in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditBackend Modifier and Type Field Description protected AuditBackend
AuditRestore. auditBackend
-
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditBackend Modifier and Type Class Description class
AbstractAuditBackend
Abstract class to share code betweenAuditBackend
implementationsclass
DefaultAuditBackend
Contains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service declared as AuditBackend Modifier and Type Field Description protected AuditBackend
NXAuditEventsService. backend
Methods in org.nuxeo.ecm.platform.audit.service that return AuditBackend Modifier and Type Method Description AuditBackend
NXAuditEventsService. getBackend()
-
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditBackend Modifier and Type Field Description protected Class<? extends AuditBackend>
AuditBackendDescriptor. klass
Methods in org.nuxeo.ecm.platform.audit.service.extension that return AuditBackend Modifier and Type Method Description AuditBackend
AuditBackendDescriptor. newInstance(NXAuditEventsService component)
Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditBackend Modifier and Type Method Description Class<? extends AuditBackend>
AuditBackendDescriptor. getKlass()
Methods in org.nuxeo.ecm.platform.audit.service.extension with parameters of type AuditBackend Modifier and Type Method Description AuditBulker
AuditBulkerDescriptor. newInstance(AuditBackend backend)
Deprecated. -
Uses of AuditBackend in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditBackend Modifier and Type Class Description class
ESAuditBackend
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditBackend in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditBackend Modifier and Type Class Description class
MongoDBAuditBackend
Implementation of theAuditBackend
interface using MongoDB persistence.
-