Uses of Interface
org.nuxeo.ecm.platform.audit.service.AuditBackend
Packages that use AuditBackend
Package
Description
-
Uses of AuditBackend in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditBackend -
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditBackendModifier and TypeClassDescriptionclass
Abstract class to share code betweenAuditBackend
implementationsclass
Contains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service declared as AuditBackendMethods in org.nuxeo.ecm.platform.audit.service that return AuditBackend -
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 AuditBackendModifier and TypeFieldDescriptionprotected Class<? extends AuditBackend>
AuditBackendDescriptor.klass
Methods in org.nuxeo.ecm.platform.audit.service.extension that return AuditBackendModifier and TypeMethodDescriptionAuditBackendDescriptor.newInstance
(NXAuditEventsService component) Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditBackendModifier and TypeMethodDescriptionClass<? extends AuditBackend>
AuditBackendDescriptor.getKlass()
Methods in org.nuxeo.ecm.platform.audit.service.extension with parameters of type AuditBackendModifier and TypeMethodDescriptionAuditBulkerDescriptor.newInstance
(AuditBackend backend) Deprecated. -
Uses of AuditBackend in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditBackendModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using Elasticsearch persistence -
Uses of AuditBackend in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditBackendModifier and TypeClassDescriptionclass
Implementation of theAuditBackend
interface using MongoDB persistence.