Class LogEntryProvider
java.lang.Object
org.nuxeo.ecm.platform.audit.service.LogEntryProvider
- All Implemented Interfaces:
BaseLogEntryProvider
@Deprecated(since="2025.0",
forRemoval=true)
public class LogEntryProvider
extends Object
implements BaseLogEntryProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLogEntries
(List<LogEntry> entries) Deprecated, for removal: This API element is subject to removal in a future version.void
addLogEntry
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.countEventsById
(String eventId) Deprecated, for removal: This API element is subject to removal in a future version.static LogEntryProvider
createProvider
(jakarta.persistence.EntityManager em) Deprecated, for removal: This API element is subject to removal in a future version.protected void
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.protected LogEntry
Deprecated, for removal: This API element is subject to removal in a future version.protected List
<?> doPublishIfEntries
(List<?> entries) 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.getLogEntriesFor
(String uuid, String repositoryId) Deprecated, for removal: This API element is subject to removal in a future version.getLogEntryByID
(long id) Deprecated, for removal: This API element is subject to removal in a future version.List
<?> nativeQuery
(String queryString, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.List
<?> nativeQuery
(String queryString, Map<String, Object> params, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.nativeQueryLogs
(String whereClause, int pageNb, int pageSize) 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.queryLogs
(QueryBuilder builder) Deprecated, for removal: This API element is subject to removal in a future version.queryLogsByPage
(String[] eventIds, String dateRange, String[] categories, String path, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.int
removeEntries
(String eventId, String pathPattern) Deprecated, for removal: This API element is subject to removal in a future version.protected String
Deprecated, for removal: This API element is subject to removal in a future version.A string representation of an Operator
-
Field Details
-
LIKE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
em
protected final jakarta.persistence.EntityManager emDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createProvider
Deprecated, for removal: This API element is subject to removal in a future version. -
append
Deprecated, for removal: This API element is subject to removal in a future version. -
doPersist
Deprecated, for removal: This API element is subject to removal in a future version. -
doPublishIfEntries
Deprecated, for removal: This API element is subject to removal in a future version. -
doPublish
Deprecated, for removal: This API element is subject to removal in a future version. -
doPublish
Deprecated, for removal: This API element is subject to removal in a future version. -
addLogEntry
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addLogEntry
in interfaceBaseLogEntryProvider
-
addLogEntries
Deprecated, for removal: This API element is subject to removal in a future version. -
getLogEntriesFor
Deprecated, for removal: This API element is subject to removal in a future version. -
getLogEntryByID
Deprecated, for removal: This API element is subject to removal in a future version. -
nativeQueryLogs
Deprecated, for removal: This API element is subject to removal in a future version. -
nativeQuery
Deprecated, for removal: This API element is subject to removal in a future version. -
nativeQuery
Deprecated, for removal: This API element is subject to removal in a future version. -
queryLogs
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.A string representation of an Operator -
queryLogs
Deprecated, for removal: This API element is subject to removal in a future version. -
queryLogsByPage
public List<LogEntry> queryLogsByPage(String[] eventIds, String dateRange, String[] categories, String path, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version. -
queryLogsByPage
public List<LogEntry> queryLogsByPage(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version. -
removeEntries
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeEntries
in interfaceBaseLogEntryProvider
-
countEventsById
Deprecated, for removal: This API element is subject to removal in a future version. -
findEventIds
Deprecated, for removal: This API element is subject to removal in a future version.
-
AuditBackend
has all necessary APIs