Package org.nuxeo.ecm.platform.audit.api
Interface AuditStorage
- All Known Implementing Classes:
AbstractAuditBackend
,DefaultAuditBackend
,DirectoryAuditStorage
,ESAuditBackend
,MongoDBAuditBackend
public interface AuditStorage
Audit storage interface to append and scroll
LogEntry
represented as JSON. The LogEntry
has to be
serialized to JSON with BuiltinLogEntryData
field names.- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
scroll
(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds)
-
Method Details
-
append
-
scroll
-
scroll
-