public interface AuditStorage
LogEntry represented as JSON. The LogEntry has to be
serialized to JSON with BuiltinLogEntryData field names.| Modifier and Type | Method and Description |
|---|---|
void |
append(List<String> jsonEntries) |
ScrollResult<String> |
scroll(AuditQueryBuilder queryBuilder,
int batchSize,
int keepAliveSeconds) |
ScrollResult<String> |
scroll(String scrollId) |
ScrollResult<String> scroll(AuditQueryBuilder queryBuilder, int batchSize, int keepAliveSeconds)
ScrollResult<String> scroll(String scrollId)
Copyright © 2018 Nuxeo. All rights reserved.