Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
AuditAdmin, AuditLogger, AuditReader, Logs
All Known Implementing Classes:
NXAuditEventsService

public interface NXAuditEvents
extends Logs

NXAuditEvents interface.

Allows to query for auditable events.

Author:
Julien Anguenot

Method Summary
 Set<String> getAuditableEventNames()
          Deprecated. 
 
Methods inherited from interface org.nuxeo.ecm.platform.audit.api.AuditReader
getLogEntriesFor, getLogEntriesFor, getLogEntryByID, nativeQuery, nativeQuery, nativeQueryLogs, queryLogs, queryLogsByPage, queryLogsByPage, queryLogsByPage, queryLogsByPage
 
Methods inherited from interface org.nuxeo.ecm.platform.audit.api.AuditLogger
addLogEntries, logEvent, logEvents, newExtendedInfo, newLogEntry
 
Methods inherited from interface org.nuxeo.ecm.platform.audit.api.AuditAdmin
syncLogCreationEntries
 

Method Detail

getAuditableEventNames

@Deprecated
Set<String> getAuditableEventNames()
Deprecated. 

Returns the list of auditable event names. Is there any no reason to expose event names outside of audit service ? If not, we will remove that API.

Returns:
list of String representing event names.

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.