public interface AuditLogger
Modifier and Type | Method and Description |
---|---|
void |
addLogEntries(List<LogEntry> entries)
Adds given log entries.
|
Set<String> |
getAuditableEventNames()
Returns the list of auditable event names.
|
void |
logEvent(Event event)
Logs an Event.
|
void |
logEvents(EventBundle eventBundle)
Logs a bundle of events
|
ExtendedInfo |
newExtendedInfo(Serializable value)
Create a new ExtendedInfo instance
|
LogEntry |
newLogEntry()
Create a new LogEntry instance.
|
Set<String> getAuditableEventNames()
LogEntry newLogEntry()
ExtendedInfo newExtendedInfo(Serializable value)
void addLogEntries(List<LogEntry> entries)
entries
- the list of log entries.void logEvent(Event event) throws AuditException
AuditException
void logEvents(EventBundle eventBundle) throws AuditException
AuditException
Copyright © 2013 Nuxeo SA. All Rights Reserved.