Uses of Interface
org.nuxeo.ecm.platform.audit.service.AuditBulker
-
Packages that use AuditBulker Package Description org.nuxeo.ecm.platform.audit.service org.nuxeo.ecm.platform.audit.service.extension -
-
Uses of AuditBulker in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditBulker Modifier and Type Class Description class
DefaultAuditBulker
Deprecated.since 10.10, audit bulker is now handled with nuxeo-stream, no replacementclass
NoopAuditBulker
Deprecated.since 10.10, audit bulker is now handled with nuxeo-stream, no replacementFields in org.nuxeo.ecm.platform.audit.service declared as AuditBulker Modifier and Type Field Description protected AuditBulker
NXAuditEventsService. bulker
Deprecated.since 10.10, audit bulker is now handled with nuxeo-stream, no replacement -
Uses of AuditBulker in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditBulker Modifier and Type Field Description protected Class<? extends AuditBulker>
AuditBulkerDescriptor. klass
Deprecated.Methods in org.nuxeo.ecm.platform.audit.service.extension that return AuditBulker Modifier and Type Method Description AuditBulker
AuditBulkerDescriptor. newInstance(AuditBackend backend)
Deprecated.
-