Package org.nuxeo.audit.service
Interface AuditService
- All Known Implementing Classes:
AuditComponent
public interface AuditService
- Since:
- 2025.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Awaits the audit ingestion.buildEntryFromEvent
(Event event) Returns a log entry representation of an event.<B extends AuditBackend>
BgetAuditBackend
(String name) getExtendedInfoMappers
(String eventName)
-
Method Details
-
getAuditableEventNames
- Returns:
- the event names to write to the audit
-
getExtendedInfoMappers
- Parameters:
eventName
- the event name to write to the audit- Returns:
- the extended info mappers to apply when writing to the audit
-
getAuditBackend
- Returns:
- the
AuditBackend
with the givenname
-
buildEntryFromEvent
Returns a log entry representation of an event. -
await
Awaits the audit ingestion.- Throws:
InterruptedException
-