Uses of Class
org.nuxeo.ecm.platform.audit.service.extension.AuditBackendDescriptor
-
Packages that use AuditBackendDescriptor Package Description org.nuxeo.ecm.platform.audit.service org.nuxeo.elasticsearch.audit org.nuxeo.mongodb.audit -
-
Uses of AuditBackendDescriptor in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service declared as AuditBackendDescriptor Modifier and Type Field Description protected AuditBackendDescriptor
NXAuditEventsService. backendConfig
protected AuditBackendDescriptor
AbstractAuditBackend. config
Constructors in org.nuxeo.ecm.platform.audit.service with parameters of type AuditBackendDescriptor Constructor Description AbstractAuditBackend(NXAuditEventsService component, AuditBackendDescriptor config)
DefaultAuditBackend(NXAuditEventsService component, AuditBackendDescriptor config)
-
Uses of AuditBackendDescriptor in org.nuxeo.elasticsearch.audit
Constructors in org.nuxeo.elasticsearch.audit with parameters of type AuditBackendDescriptor Constructor Description ESAuditBackend(NXAuditEventsService component, AuditBackendDescriptor config)
-
Uses of AuditBackendDescriptor in org.nuxeo.mongodb.audit
Constructors in org.nuxeo.mongodb.audit with parameters of type AuditBackendDescriptor Constructor Description MongoDBAuditBackend(NXAuditEventsService component, AuditBackendDescriptor config)
-