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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getEventsCount(String eventId)
long
syncLogCreationEntries(String repoId, String path, Boolean recurs)
Forces log Synchronisation for a branch of the repository.
-