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 TypeMethodDescriptionvoidaddLogEntries(List<LogEntry> entries) Deprecated, for removal: This API element is subject to removal in a future version.voidaddLogEntry(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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 LogEntryProvidercreateProvider(jakarta.persistence.EntityManager em) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, 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 LogEntryDeprecated, 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.intremoveEntries(String eventId, String pathPattern) Deprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, 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:
addLogEntryin 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:
removeEntriesin 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.
-
AuditBackendhas all necessary APIs