Uses of Interface
org.nuxeo.ecm.platform.audit.api.LogEntry
Package
Description
-
Uses of LogEntry in org.nuxeo.drive.elasticsearch
Modifier and TypeMethodDescriptionESAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) ESAuditChangeFinder.queryESAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) -
Uses of LogEntry in org.nuxeo.drive.listener
Modifier and TypeMethodDescriptionprotected LogEntry
NuxeoDriveFileSystemDeletionListener.computeLogEntry
(String eventName, Date eventDate, String docId, String docPath, String principal, String docType, String repositoryName, String currentLifeCycleState, String impactedUserName, FileSystemItem fsItem) -
Uses of LogEntry in org.nuxeo.drive.mongodb
Modifier and TypeMethodDescriptionMongoDBAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) -
Uses of LogEntry in org.nuxeo.drive.service.impl
Modifier and TypeMethodDescriptionAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) Modifier and TypeMethodDescriptionprotected FileSystemItemChange
AuditChangeFinder.getFileSystemItemChange
(CoreSession session, DocumentRef docRef, LogEntry entry, String expectedFileSystemItemId) -
Uses of LogEntry in org.nuxeo.ecm.automation.core.operations.services
Modifier and TypeMethodDescriptionprotected LogEntry
AuditLog.newEntry
(DocumentModel doc, String principal, Date date) -
Uses of LogEntry in org.nuxeo.ecm.core.opencmis.impl.server
Modifier and TypeMethodDescriptionprotected org.apache.chemistry.opencmis.commons.data.ObjectData
NuxeoCmisService.getLogEntryObjectData
(LogEntry logEntry) Gets object data for a log entry, or null if skipped. -
Uses of LogEntry in org.nuxeo.ecm.core.rest
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api
Modifier and TypeMethodDescriptionAuditLogger.buildEntryFromEvent
(Event event) Returns a log entry representation of an event.AuditReader.getLogEntryByID
(long id) Returns a given log entry given its id.AuditLogger.newLogEntry()
Create a new LogEntry instance.Modifier and TypeMethodDescriptionAuditPageProvider.getCurrentPage()
DocumentHistoryReader.getDocumentHistory
(DocumentModel doc, long pageIndex, long pageSize) Retrieve a page ofLogEntry
for the history of the inputDocumentModel
AuditReader.getLogEntriesAfter
(long logIdOffset, int limit, String repositoryId, String... eventIds) Returns up to limit log entries matching events and repository with log id greater or equal to logIdOffset.AuditReader.getLogEntriesFor
(String uuid, String repositoryId) Returns the logs given a doc uuid and a repository id.DocumentHistoryReader.getPageProvider
(DocumentModel doc, long pageIndex, long pageSize) AuditReader.nativeQueryLogs
(String whereClause, int pageNb, int pageSize) Returns a batched list of log entries.Returns the list of log entries.AuditReader.queryLogs
(QueryBuilder builder) Returns the logs given a collection of predicates and a default sort.AuditReader.queryLogsByPage
(String[] eventIds, String dateRange, String[] categories, String path, int pageNb, int pageSize) AuditReader.queryLogsByPage
(String[] eventIds, String dateRange, String category, String path, int pageNb, int pageSize) Returns the batched list of log entries.AuditReader.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) AuditReader.queryLogsByPage
(String[] eventIds, Date limit, String category, String path, int pageNb, int pageSize) Returns the batched list of log entries.Modifier and TypeMethodDescriptionvoid
AuditLogger.addLogEntries
(List<LogEntry> entries) Adds given log entries.protected void
AuditPageProvider.preprocessCommentsIfNeeded
(List<LogEntry> entries) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.comment
Modifier and TypeMethodDescriptionCommentProcessorHelper.getLogComment
(LogEntry entry) CommentProcessorHelper.getLogLinkedDocument
(LogEntry entry) Modifier and TypeMethodDescriptionvoid
CommentProcessorHelper.processComments
(List<LogEntry> logEntries) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.document
Modifier and TypeMethodDescriptionDocumentHistoryReaderImpl.getDocumentHistory
(DocumentModel doc, long pageIndex, long pageSize) DocumentHistoryReaderImpl.getPageProvider
(DocumentModel doc, long pageIndex, long pageSize) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.job
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.impl
Modifier and TypeMethodDescriptionprotected LogEntry
StreamAuditWriter.AuditLogWriterComputation.getLogEntryFromJson
(byte[] data) Modifier and TypeMethodDescriptionprotected void
StreamAuditWriter.AuditLogWriterComputation.writeEntriesToAudit
(List<LogEntry> logEntries) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.io
Modifier and TypeMethodDescriptionprotected static LogEntry
IOLogEntryBase.readLogEntry
(AuditLogger audit, org.dom4j.Element logEntryElement) Could be overridden to get other (additional) data.Modifier 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) Modifier and TypeMethodDescriptionprotected void
protected void
LogEntryJsonWriter.writeEntityBody
(LogEntry logEntry, com.fasterxml.jackson.core.JsonGenerator jg) protected void
LogEntryJsonWriter.writeExtendedInfos
(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry logEntry) protected void
LogEntryCSVWriter.writeHeader
(LogEntry entity, org.apache.commons.csv.CSVPrinter printer) protected static void
IOLogEntryBase.writeLogEntry
(org.dom4j.Element logEntryElement, LogEntry logEntry) Could be overridden to put other (additional) data.Modifier and TypeMethodDescriptionIOLogEntryBase.translate
(List<LogEntry> docLogs, DocumentRef newRef) static void
IOLogEntryBase.write
(List<LogEntry> logEntries, OutputStream out) protected void
protected void
LogEntryListCSVWriter.writeHeader
(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.listener
Modifier and TypeFieldDescriptionprotected static final ThreadLocal<List<LogEntry>>
StreamAuditEventListener.entries
Modifier and TypeMethodDescriptionprotected String
protected long
StreamAuditEventListener.getTimestampForEntry
(LogEntry entry) protected Record
protected Record
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.service
Modifier and TypeFieldDescriptionprotected CursorService<Iterator<LogEntry>,
LogEntry, String> DefaultAuditBackend.cursorService
protected CursorService<Iterator<LogEntry>,
LogEntry, String> DefaultAuditBackend.cursorService
Modifier and TypeMethodDescriptionAbstractAuditBackend.buildEntryFromEvent
(Event event) protected LogEntry
AbstractAuditBackend.doCreateAndFillEntryFromDocument
(DocumentModel doc, Principal principal) protected LogEntry
DefaultAuditBackend.getLogEntryByID
(long id) LogEntryProvider.getLogEntryByID
(long id) AbstractAuditBackend.newLogEntry()
DefaultAuditBackend.SQLAuditCursorResult.next()
Modifier and TypeMethodDescriptionAbstractAuditBackend.getLogEntriesAfter
(long logIdOffset, int limit, String repositoryId, String... eventIds) DefaultAuditBackend.getLogEntriesAfter
(long logIdOffset, int limit, String repositoryId, String... eventIds) DefaultAuditBackend.getLogEntriesFor
(String uuid, String repositoryId) LogEntryProvider.getLogEntriesFor
(String uuid, String repositoryId) DefaultAuditBackend.nativeQueryLogs
(String whereClause, int pageNb, int pageSize) LogEntryProvider.nativeQueryLogs
(String whereClause, int pageNb, int pageSize) DefaultAuditBackend.queryLogs
(QueryBuilder builder) LogEntryProvider.queryLogs
(QueryBuilder builder) AbstractAuditBackend.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) DefaultAuditBackend.queryLogsByPage
(String[] eventIds, Date limit, String[] category, String path, int pageNb, int pageSize) LogEntryProvider.queryLogsByPage
(String[] eventIds, String dateRange, String[] categories, String path, int pageNb, int pageSize) LogEntryProvider.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) Modifier and TypeMethodDescriptionvoid
BaseLogEntryProvider.addLogEntry
(LogEntry entry) void
LogEntryProvider.addLogEntry
(LogEntry entry) protected void
protected LogEntry
protected void
AbstractAuditBackend.doPutExtendedInfos
(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal) void
Deprecated.void
Deprecated.void
Deprecated.protected void
AbstractAuditBackend.populateExtendedInfo
(LogEntry entry, DocumentModel source, ExpressionContext context, Collection<ExtendedInfoDescriptor> extInfos) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.stream
Modifier and TypeMethodDescriptionprotected Record
AuditDomainEventProducer.buildRecordFromEvent
(LogEntry entry) -
Uses of LogEntry in org.nuxeo.elasticsearch.audit
Modifier and TypeMethodDescriptionESAuditBackend.buildLogEntries
(org.opensearch.action.search.SearchResponse searchResponse) ESAuditBackend.queryLogs
(QueryBuilder builder) ESAuditBackend.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) -
Uses of LogEntry in org.nuxeo.elasticsearch.audit.io
-
Uses of LogEntry in org.nuxeo.elasticsearch.audit.pageprovider
Modifier and TypeMethodDescriptionprotected void
ESAuditPageProvider.preprocessCommentsIfNeeded
(List<LogEntry> entries) -
Uses of LogEntry in org.nuxeo.mongodb.audit
Modifier and TypeMethodDescriptionMongoDBAuditBackend.getLogEntryByID
(long id) static LogEntry
MongoDBAuditEntryReader.read
(org.bson.Document doc) Modifier and TypeMethodDescriptionMongoDBAuditBackend.queryLogs
(QueryBuilder builder) MongoDBAuditBackend.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) Modifier and TypeMethodDescriptionvoid
MongoDBAuditBackend.MongoDBLogEntryProvider.addLogEntry
(LogEntry logEntry) static org.bson.Document
MongoDBAuditEntryWriter.asDocument
(LogEntry logEntry) -
Uses of LogEntry in org.nuxeo.mongodb.audit.pageprovider
Modifier and TypeMethodDescriptionprotected void
MongoDBAuditPageProvider.preprocessCommentsIfNeeded
(List<LogEntry> entries) -
Uses of LogEntry in org.nuxeo.template.api.context
-
Uses of LogEntry in org.nuxeo.template.context
-
Uses of LogEntry in org.nuxeo.template.context.extensions
Modifier and TypeMethodDescriptionAuditExtensionFactory.preprocessAuditEntries
(List<LogEntry> auditEntries, CoreSession session, String lang) Modifier and TypeMethodDescriptionAuditExtensionFactory.preprocessAuditEntries
(List<LogEntry> auditEntries, CoreSession session, String lang)