public interface AuditLogger
| Modifier and Type | Method and Description | 
|---|---|
void | 
addLogEntries(List<LogEntry> entries)
Adds given log entries. 
 | 
boolean | 
await(long time,
     TimeUnit unit)  | 
LogEntry | 
buildEntryFromEvent(Event event)
Returns a log entry representation of an event. 
 | 
Set<String> | 
getAuditableEventNames()
Returns the list of auditable event names. 
 | 
void | 
logEvent(Event event)
Deprecated. 
 
since 10.10, audit event is now handled with nuxeo-stream, if you want to log events, contribute to
             NXAuditEventsService#event extension point 
 | 
void | 
logEvents(EventBundle eventBundle)
Deprecated. 
 
since 10.10, audit event is now handled with nuxeo-stream, if you want to log events, contribute to
             NXAuditEventsService#event extension point 
 | 
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.@Deprecated void logEvent(Event event)
@Deprecated void logEvents(EventBundle eventBundle)
boolean await(long time, TimeUnit unit) throws InterruptedException
InterruptedExceptionLogEntry buildEntryFromEvent(Event event)
Copyright © 2019 Nuxeo. All rights reserved.