Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.audit.api
Interface AuditAdmin

All Known Subinterfaces:
Logs, LogsLocal, LogsRemote, NXAuditEvents
All Known Implementing Classes:
LogsBean, NXAuditEventsService

public interface AuditAdmin

Interface for Administration of Audit service.

Author:
tiry

Method Summary
 long syncLogCreationEntries(java.lang.String repoId, java.lang.String path, java.lang.Boolean recurs)
          Forces log Synchronisation for a branch of the repository.
 

Method Detail

syncLogCreationEntries

long syncLogCreationEntries(java.lang.String repoId,
                            java.lang.String path,
                            java.lang.Boolean recurs)
                            throws ClientException
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.

Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.