Package | Description |
---|---|
org.nuxeo.ecm.platform.audit.service | |
org.nuxeo.ecm.platform.audit.service.extension | |
org.nuxeo.elasticsearch.audit |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuditBackend
Abstract class to share code between
AuditBackend implementations |
class |
DefaultAuditBackend
Contains the Hibernate based (legacy) implementation
|
Modifier and Type | Field and Description |
---|---|
protected AuditBackend |
NXAuditEventsService.backend |
Modifier and Type | Method and Description |
---|---|
AuditBackend |
NXAuditEventsService.getBackend() |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends AuditBackend> |
AuditBackendDescriptor.klass |
Modifier and Type | Method and Description |
---|---|
AuditBackend |
AuditBackendDescriptor.newInstance(NXAuditEventsService component) |
Modifier and Type | Method and Description |
---|---|
Class<? extends AuditBackend> |
AuditBackendDescriptor.getKlass() |
Modifier and Type | Method and Description |
---|---|
AuditBulker |
AuditBulkerDescriptor.newInstance(AuditBackend backend) |
Modifier and Type | Class and Description |
---|---|
class |
ESAuditBackend
Implementation of the
AuditBackend interface using Elasticsearch persistence |
Copyright © 2016 Nuxeo SA. All rights reserved.