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(QueryBuilder queryBuilder,
      int batchSize,
      int keepAliveSeconds)  | 
ScrollResult<String> | 
scroll(String scrollId)  | 
ScrollResult<String> scroll(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds)
ScrollResult<String> scroll(String scrollId)
Copyright © 2019 Nuxeo. All rights reserved.