Package org.nuxeo.audit.service
Interface AuditService
- All Known Implementing Classes:
AuditComponent
public interface AuditService
- Since:
- 2025.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAwaits the audit ingestion.buildEntryFromEvent(Event event) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 2025.16, no direct replacement seeAuditRouter.computeLogEntries(Event)<B extends AuditBackend>
BgetAuditBackend(String name) getExtendedInfoMappers(String eventName) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.16, unused
-
Method Details
-
getAuditableEventNames
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.16, no direct replacement seeAuditRouter.computeLogEntries(Event)- Returns:
- the event names to write to the audit
-
getExtendedInfoMappers
@Deprecated(since="2025.16", forRemoval=true) List<ExtendedInfoMapper> getExtendedInfoMappers(String eventName) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.16, unused- 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
AuditBackendwith the givenname
-
buildEntryFromEvent
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.16, useAuditRouter.computeLogEntries(Event)insteadReturns a log entry representation of an event. -
await
Awaits the audit ingestion.- Throws:
InterruptedException
-
AuditRouter.computeLogEntries(Event)instead