Uses of Interface
org.nuxeo.ecm.platform.audit.api.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in org.nuxeo.audit.api
Subinterfaces of LogEntry in org.nuxeo.audit.apiClasses in org.nuxeo.audit.api that implement LogEntry -
Uses of LogEntry in org.nuxeo.audit.elasticsearch.io
Methods in org.nuxeo.audit.elasticsearch.io with parameters of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.io
Methods in org.nuxeo.audit.io that return LogEntryModifier and TypeMethodDescriptionprotected static LogEntry
IOLogEntryBase.readLogEntry
(AuditLogger audit, org.dom4j.Element logEntryElement) Could be overridden to get other (additional) data.Methods in org.nuxeo.audit.io that return types with arguments of type LogEntryModifier and TypeMethodDescriptionIOAuditResources.getDocumentLogs
(DocumentRef docRef) IOAuditResources.getLogsMap()
IOLogEntryBase.read
(InputStream in) IOLogEntryBase.readDocument
(org.dom4j.Document doc) Will translate from a jdoc to a list of LogEntry objects.IOLogEntryBase.translate
(List<LogEntry> docLogs, DocumentRef newRef) Methods in org.nuxeo.audit.io with parameters of type LogEntryModifier and TypeMethodDescriptionprotected static void
IOLogEntryBase.writeLogEntry
(org.dom4j.Element logEntryElement, LogEntry logEntry) Could be overridden to put other (additional) data.Method parameters in org.nuxeo.audit.io with type arguments of type LogEntryModifier and TypeMethodDescriptionIOLogEntryBase.translate
(List<LogEntry> docLogs, DocumentRef newRef) static void
IOLogEntryBase.write
(List<LogEntry> logEntries, OutputStream out) Constructor parameters in org.nuxeo.audit.io with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.sql
Methods in org.nuxeo.audit.sql that return LogEntryMethods in org.nuxeo.audit.sql with parameters of type LogEntry -
Uses of LogEntry in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return types with arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.ecm.core.rest
Methods in org.nuxeo.ecm.core.rest that return types with arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api
Classes in org.nuxeo.ecm.platform.audit.api with type parameters of type LogEntryModifier and TypeInterfaceDescriptioninterface
AuditLogger<L extends LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useAuditBackend
insteadinterface
AuditReader<L extends LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useAuditBackend
insteadinterface
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useAuditBackend
insteadMethods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type LogEntryModifier and TypeMethodDescriptionDocumentHistoryReader.getDocumentHistory
(DocumentModel doc, long pageIndex, long pageSize) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve a page ofLogEntry
for the history of the inputDocumentModel
DocumentHistoryReader.getPageProvider
(DocumentModel doc, long pageIndex, long pageSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type LogEntryModifierConstructorDescriptionLogEntryList
(PageProvider<LogEntry> pageProvider) Deprecated, for removal: This API element is subject to removal in a future version.LogEntryList2
(List<LogEntry> list, long totalSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructor that wraps (not copies). -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.comment
Methods in org.nuxeo.ecm.platform.audit.api.comment with parameters of type LogEntryModifier and TypeMethodDescriptionCommentProcessorHelper.getLogComment
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.CommentProcessorHelper.getLogLinkedDocument
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.nuxeo.ecm.platform.audit.api.comment with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
CommentProcessorHelper.processComments
(List<LogEntry> logEntries) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.document
Methods in org.nuxeo.ecm.platform.audit.api.document that return types with arguments of type LogEntryModifier and TypeMethodDescriptionDocumentHistoryReaderImpl.getDocumentHistory
(DocumentModel doc, long pageIndex, long pageSize) Deprecated, for removal: This API element is subject to removal in a future version.DocumentHistoryReaderImpl.getPageProvider
(DocumentModel doc, long pageIndex, long pageSize) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement LogEntryModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useLogEntry.builder()
instead -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service with type parameters of type LogEntryModifier and TypeClassDescriptionclass
AbstractAuditBackend<L extends LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useAbstractAuditBackend
insteadinterface
AuditBackend<L extends LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useAuditBackend
insteadFields in org.nuxeo.ecm.platform.audit.service with type parameters of type LogEntryModifier and TypeFieldDescriptionprotected CursorService
<Iterator<LogEntry>, LogEntry, String> DefaultAuditBackend.cursorService
Deprecated, for removal: This API element is subject to removal in a future version.protected CursorService
<Iterator<LogEntry>, LogEntry, String> DefaultAuditBackend.cursorService
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service that return LogEntryModifier and TypeMethodDescriptionprotected LogEntry
AbstractAuditBackend.doCreateAndFillEntryFromDocument
(DocumentModel doc, Principal principal) 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.DefaultAuditBackend.getLogEntryByID
(long id) Deprecated, for removal: This API element is subject to removal in a future version.LogEntryProvider.getLogEntryByID
(long id) Deprecated, for removal: This API element is subject to removal in a future version.DefaultAuditBackend.SQLAuditCursorResult.next()
Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type LogEntryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.DefaultAuditBackend.getLogEntriesAfter
(long logIdOffset, int limit, String repositoryId, String... eventIds) Deprecated, for removal: This API element is subject to removal in a future version.DefaultAuditBackend.getLogEntriesFor
(String uuid, String repositoryId) Deprecated, for removal: This API element is subject to removal in a future version.LogEntryProvider.getLogEntriesFor
(String uuid, String repositoryId) Deprecated, for removal: This API element is subject to removal in a future version.DefaultAuditBackend.nativeQueryLogs
(String whereClause, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.LogEntryProvider.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.DefaultAuditBackend.queryLogs
(QueryBuilder builder) 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.LogEntryProvider.queryLogs
(QueryBuilder builder) Deprecated, for removal: This API element is subject to removal in a future version.DefaultAuditBackend.queryLogsByPage
(String[] eventIds, Date limit, String[] category, String path, int pageNb, int pageSize) Deprecated, for removal: This API element is subject to removal in a future version.LogEntryProvider.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.LogEntryProvider.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.Methods in org.nuxeo.ecm.platform.audit.service with parameters of type LogEntryModifier and TypeMethodDescriptionvoid
BaseLogEntryProvider.addLogEntry
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.void
LogEntryProvider.addLogEntry
(LogEntry entry) 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.protected LogEntry
Deprecated, for removal: This API element is subject to removal in a future version.protected void
AbstractAuditBackend.doPutExtendedInfos
(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal) Deprecated, for removal: This API element is subject to removal in a future version.protected void
AbstractAuditBackend.populateExtendedInfo
(LogEntry entry, DocumentModel source, ExpressionContext context, Collection<ExtendedInfoDescriptor> extInfos) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
DefaultAuditBackend.addLogEntries
(List<LogEntry> entries) Deprecated, for removal: This API element is subject to removal in a future version.void
LogEntryProvider.addLogEntries
(List<LogEntry> entries) 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.Deprecated, for removal: This API element is subject to removal in a future version.
MarshallerHelper.objectToJson(Object, RenderingContext)
instead