public interface BaseLogEntryProvider
AbstractAuditBackend
Modifier and Type | Method and Description |
---|---|
void |
addLogEntry(LogEntry entry) |
default List<LogEntry> |
getLogEntriesFor(String uuid)
Deprecated.
since 8.4, use
#getLogEntriesFor(String, String)) instead. |
default List<LogEntry> |
getLogEntriesFor(String uuid,
Map<String,FilterMapEntry> filterMap,
boolean doDefaultSort)
Deprecated.
since 8.4
|
default List<LogEntry> |
getLogEntriesFor(String uuid,
String repositoryId)
Deprecated.
since 9.3, use
AuditBackend APIs instead. |
int |
removeEntries(String eventId,
String pathPattern) |
void addLogEntry(LogEntry entry)
@Deprecated default List<LogEntry> getLogEntriesFor(String uuid, String repositoryId)
AuditBackend
APIs instead.uuid
- the document uuidrepositoryId
- the repository id@Deprecated default List<LogEntry> getLogEntriesFor(String uuid)
#getLogEntriesFor(String, String))
instead.uuid
- the document uuid@Deprecated default List<LogEntry> getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
uuid
- the document uuidfilterMap
- the map of filters to applydoDefaultSort
- the default sort to setint removeEntries(String eventId, String pathPattern)
Copyright © 2019 Nuxeo. All rights reserved.