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