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 scrollLogEntry
represented as JSON. TheLogEntry
has to be serialized to JSON withBuiltinLogEntryData
field names.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
append(List<String> jsonEntries)
ScrollResult<String>
scroll(String scrollId)
ScrollResult<String>
scroll(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds)
-
-
-
Method Detail
-
scroll
ScrollResult<String> scroll(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds)
-
scroll
ScrollResult<String> scroll(String scrollId)
-
-