Package org.nuxeo.audit.mem
Class MemAuditBackendFactory
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.audit.mem.MemAuditBackendFactory
- All Implemented Interfaces:
AuditBackendFactory<MemAuditBackend>,Adaptable,Component,Extensible,TimestampedService
public class MemAuditBackendFactory
extends DefaultComponent
implements AuditBackendFactory<MemAuditBackend>
- Since:
- 2025.0
-
Field Summary
FieldsFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.audit.service.AuditBackendFactory
getApplicationStartedOrderMethods inherited from interface org.nuxeo.runtime.model.Component
activate, deactivate, setName, start, stopMethods inherited from interface org.nuxeo.runtime.model.Extensible
registerExtension, unregisterExtensionMethods inherited from interface org.nuxeo.runtime.service.TimestampedService
getLastModified, setLastModified
-
Field Details
-
backends
-
-
Constructor Details
-
MemAuditBackendFactory
public MemAuditBackendFactory()
-
-
Method Details
-
getAuditBackend
- Specified by:
getAuditBackendin interfaceAuditBackendFactory<MemAuditBackend>- Returns:
- the
AuditBackendwith the givenname
-