Uses of Interface
org.nuxeo.audit.service.AuditBackend
Packages that use AuditBackend
Package
Description
-
Uses of AuditBackend in org.nuxeo.audit.api
Methods in org.nuxeo.audit.api that return types with arguments of type AuditBackendModifier and TypeMethodDescriptionClass<? extends AuditBackend> AuditRouterIntrospection.BackendIntrospection.backendClass()Returns the value of thebackendClassrecord component.Constructor parameters in org.nuxeo.audit.api with type arguments of type AuditBackendModifierConstructorDescriptionBackendIntrospection(String name, Class<? extends AuditBackend> backendClass) Creates an instance of aBackendIntrospectionrecord class. -
Uses of AuditBackend in org.nuxeo.audit.api.job
Methods in org.nuxeo.audit.api.job that return AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.mem
Classes in org.nuxeo.audit.mem that implement AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.mongodb
Classes in org.nuxeo.audit.mongodb that implement AuditBackendModifier and TypeClassDescriptionclassImplementation of theAuditBackendinterface using MongoDB persistence. -
Uses of AuditBackend in org.nuxeo.audit.opensearch1
Classes in org.nuxeo.audit.opensearch1 that implement AuditBackendModifier and TypeClassDescriptionclassImplementation of theAuditBackendinterface using OpenSearch persistence -
Uses of AuditBackend in org.nuxeo.audit.provider
Methods in org.nuxeo.audit.provider that return AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.scroll
Fields in org.nuxeo.audit.scroll declared as AuditBackend -
Uses of AuditBackend in org.nuxeo.audit.service
Classes in org.nuxeo.audit.service with type parameters of type AuditBackendModifier and TypeInterfaceDescriptioninterfaceAuditBackendFactory<B extends AuditBackend>Factory allowing to retrieve anAuditBackend.Subinterfaces of AuditBackend in org.nuxeo.audit.serviceModifier and TypeInterfaceDescriptionstatic interfaceInterface adding the cursor service capabilities to the audit backend.Classes in org.nuxeo.audit.service that implement AuditBackendModifier and TypeClassDescriptionclassAbstract class to share code betweenAuditBackendimplementationsMethods in org.nuxeo.audit.service with type parameters of type AuditBackendModifier and TypeMethodDescription<B extends AuditBackend>
BAuditComponent.getAuditBackend(String name) <B extends AuditBackend>
BAuditService.getAuditBackend(String name) -
Uses of AuditBackend in org.nuxeo.audit.service.management
Fields in org.nuxeo.audit.service.management declared as AuditBackendModifier and TypeFieldDescriptionprotected final AuditBackendAuditEventMetricMBeanAdapter.backendConstructors in org.nuxeo.audit.service.management with parameters of type AuditBackendModifierConstructorDescriptionprotectedAuditEventMetricMBeanAdapter(AuditBackend backend, String name) -
Uses of AuditBackend in org.nuxeo.audit.sql
Classes in org.nuxeo.audit.sql that implement AuditBackend