Package org.nuxeo.ecm.platform.audit.api
Interface AuditAdmin
- All Known Subinterfaces:
AuditBackend
,AuditBackend<L>
,Logs<L>
,LogsRemote
- All Known Implementing Classes:
AbstractAuditBackend
,AbstractAuditBackend
,DefaultAuditBackend
,MemAuditBackend
,MongoDBAuditBackend
,OpenSearchAuditBackend
,SQLAuditBackend
Deprecated, for removal: This API element is subject to removal in a future version.
Interface for Administration of Audit service.
- Author:
- tiry
-
Method Summary
Modifier and TypeMethodDescriptiongetEventsCount
(String eventId) Deprecated, for removal: This API element is subject to removal in a future version.long
syncLogCreationEntries
(String repoId, String path, Boolean recurs) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, seems unused
-
Method Details
-
syncLogCreationEntries
@Deprecated(since="2025.0", forRemoval=true) long syncLogCreationEntries(String repoId, String path, Boolean recurs) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, seems unusedForces log Synchronisation for a branch of the repository. This can be useful to add the create entries if DB was initialized from a bulk import. -
getEventsCount
Deprecated, for removal: This API element is subject to removal in a future version.
-
AuditBackend
instead