Package org.nuxeo.mongodb.audit
Class MongoDBAuditBackend.MongoDBLogEntryProvider
- java.lang.Object
-
- org.nuxeo.mongodb.audit.MongoDBAuditBackend.MongoDBLogEntryProvider
-
- All Implemented Interfaces:
BaseLogEntryProvider
- Enclosing class:
- MongoDBAuditBackend
public class MongoDBAuditBackend.MongoDBLogEntryProvider extends Object implements BaseLogEntryProvider
-
-
Constructor Summary
Constructors Constructor Description MongoDBLogEntryProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLogEntry(LogEntry logEntry)
int
removeEntries(String eventId, String pathPattern)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.audit.service.BaseLogEntryProvider
getLogEntriesFor, getLogEntriesFor, getLogEntriesFor
-
-
-
-
Method Detail
-
removeEntries
public int removeEntries(String eventId, String pathPattern)
- Specified by:
removeEntries
in interfaceBaseLogEntryProvider
-
addLogEntry
public void addLogEntry(LogEntry logEntry)
- Specified by:
addLogEntry
in interfaceBaseLogEntryProvider
-
-