Package org.nuxeo.ecm.platform.audit.api
Interface AuditAdmin
- All Known Subinterfaces:
AuditBackend
,Logs
,LogsRemote
- All Known Implementing Classes:
AbstractAuditBackend
,DefaultAuditBackend
,ESAuditBackend
,MongoDBAuditBackend
public interface AuditAdmin
Interface for Administration of Audit service.
- Author:
- tiry
-
Method Summary
Modifier and TypeMethodDescriptiongetEventsCount
(String eventId) long
syncLogCreationEntries
(String repoId, String path, Boolean recurs) Forces log Synchronisation for a branch of the repository.
-
Method Details
-
syncLogCreationEntries
Forces 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
-