Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public interface AuditAdmin

Interface for Administration of Audit service.

Author:
tiry

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

Method Detail

syncLogCreationEntries

long syncLogCreationEntries(String repoId,
                            String path,
                            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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.