Package org.nuxeo.ecm.platform.audit.api
Interface AuditStorage
-
- All Known Implementing Classes:
AbstractAuditBackend,DefaultAuditBackend,DirectoryAuditStorage,ESAuditBackend,MongoDBAuditBackend
public interface AuditStorageAudit storage interface to append and scrollLogEntryrepresented as JSON. TheLogEntryhas to be serialized to JSON withBuiltinLogEntryDatafield names.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(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)
-
-