Package org.nuxeo.ecm.platform.audit.api
Interface AuditStorage
- All Known Implementing Classes:
AbstractAuditBackend
,AbstractAuditBackend
,DefaultAuditBackend
,DirectoryAuditStorage
,MemAuditBackend
,MongoDBAuditBackend
,OpenSearchAuditBackend
,SQLAuditBackend
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, the behavior of storage is not common across the different backend implementation, mainly
because there's no conversion from the input/output Strings
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
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.scroll
(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
append
Deprecated, for removal: This API element is subject to removal in a future version. -
scroll
Deprecated, for removal: This API element is subject to removal in a future version. -
scroll
Deprecated, for removal: This API element is subject to removal in a future version.
-