Uses of Interface
org.nuxeo.audit.service.AuditBackendFactory
Packages that use AuditBackendFactory
Package
Description
-
Uses of AuditBackendFactory in org.nuxeo.audit.mem
Classes in org.nuxeo.audit.mem that implement AuditBackendFactory -
Uses of AuditBackendFactory in org.nuxeo.audit.mongodb
Classes in org.nuxeo.audit.mongodb that implement AuditBackendFactory -
Uses of AuditBackendFactory in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditBackendFactory -
Uses of AuditBackendFactory in org.nuxeo.audit.service
Fields in org.nuxeo.audit.service with type parameters of type AuditBackendFactoryModifier and TypeFieldDescriptionprotected final Map
<String, AuditBackendFactory<?>> AuditComponent.auditBackendFactories
-
Uses of AuditBackendFactory in org.nuxeo.audit.service.extension
Fields in org.nuxeo.audit.service.extension with type parameters of type AuditBackendFactoryModifier and TypeFieldDescriptionprotected Class
<? extends AuditBackendFactory<?>> AuditBackendFactoryDescriptor.factory
Methods in org.nuxeo.audit.service.extension that return types with arguments of type AuditBackendFactoryModifier and TypeMethodDescriptionClass
<? extends AuditBackendFactory<?>> AuditBackendFactoryDescriptor.getFactory()
-
Uses of AuditBackendFactory in org.nuxeo.audit.sql
Classes in org.nuxeo.audit.sql that implement AuditBackendFactoryModifier and TypeClassDescriptionclass
As this is a legacy implementation, the SQL factory doesn't handle contributions, it just instantiates oneSQLAuditBackend
returned no matter what the givenname
is.