public interface BaseLogEntryProvider
AbstractAuditBackend
Modifier and Type | Method and Description |
---|---|
void |
addLogEntry(LogEntry entry) |
List<LogEntry> |
getLogEntriesFor(String uuid)
Deprecated.
since 8.4, use
(org.nuxeo.ecm.platform.audit.service.BaseLogEntryProvider.getLogEntriesFor(String, String))
instead. |
List<LogEntry> |
getLogEntriesFor(String uuid,
Map<String,FilterMapEntry> filterMap,
boolean doDefaultSort)
Deprecated.
|
List<LogEntry> |
getLogEntriesFor(String uuid,
String repositoryId)
Returns the logs given a doc uuid and a repository id.
|
int |
removeEntries(String eventId,
String pathPattern) |
void addLogEntry(LogEntry entry)
List<LogEntry> getLogEntriesFor(String uuid, String repositoryId)
uuid
- the document uuidrepositoryId
- the repository id@Deprecated List<LogEntry> getLogEntriesFor(String uuid)
(org.nuxeo.ecm.platform.audit.service.BaseLogEntryProvider.getLogEntriesFor(String, String))
instead.uuid
- the document uuid@Deprecated 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 © 2016 Nuxeo SA. All rights reserved.