Uses of Interface
org.nuxeo.ecm.platform.audit.api.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in org.nuxeo.drive.elasticsearch
Methods in org.nuxeo.drive.elasticsearch that return types with arguments of type LogEntryModifier 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
Methods in org.nuxeo.drive.listener that return LogEntryModifier 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
Methods in org.nuxeo.drive.mongodb that return types with arguments of type LogEntryModifier 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
Methods in org.nuxeo.drive.service.impl that return types with arguments of type LogEntryModifier and TypeMethodDescriptionAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) Methods in org.nuxeo.drive.service.impl with parameters of type LogEntryModifier and TypeMethodDescriptionprotected FileSystemItemChange
AuditChangeFinder.getFileSystemItemChange
(CoreSession session, DocumentRef docRef, LogEntry entry, String expectedFileSystemItemId) -
Uses of LogEntry in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return LogEntryModifier and TypeMethodDescriptionprotected LogEntry
AuditLog.newEntry
(DocumentModel doc, String principal, Date date) 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.opencmis.impl.server
Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type LogEntryModifier 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
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
Methods in org.nuxeo.ecm.platform.audit.api that return LogEntryModifier 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.Methods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type LogEntryModifier 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.Method parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
AuditLogger.addLogEntries
(List<LogEntry> entries) Adds given log entries.protected void
AuditPageProvider.preprocessCommentsIfNeeded
(List<LogEntry> entries) Constructor parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type LogEntry -
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) CommentProcessorHelper.getLogLinkedDocument
(LogEntry entry) Method parameters in org.nuxeo.ecm.platform.audit.api.comment with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
CommentProcessorHelper.processComments
(List<LogEntry> logEntries) -
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) DocumentHistoryReaderImpl.getPageProvider
(DocumentModel doc, long pageIndex, long pageSize) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.job
Methods in org.nuxeo.ecm.platform.audit.api.job that return LogEntry -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement LogEntryMethods in org.nuxeo.ecm.platform.audit.impl that return LogEntryModifier and TypeMethodDescriptionprotected LogEntry
StreamAuditWriter.AuditLogWriterComputation.getLogEntryFromJson
(byte[] data) Method parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type LogEntryModifier and TypeMethodDescriptionprotected void
StreamAuditWriter.AuditLogWriterComputation.writeEntriesToAudit
(List<LogEntry> logEntries) -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.io
Methods in org.nuxeo.ecm.platform.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.ecm.platform.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.ecm.platform.audit.io with parameters of type LogEntryModifier 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.Method parameters in org.nuxeo.ecm.platform.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) protected void
protected void
LogEntryListCSVWriter.writeHeader
(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer) Constructor parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.listener
Fields in org.nuxeo.ecm.platform.audit.listener with type parameters of type LogEntryModifier and TypeFieldDescriptionprotected static final ThreadLocal<List<LogEntry>>
StreamAuditEventListener.entries
Methods in org.nuxeo.ecm.platform.audit.listener with parameters of type LogEntryModifier and TypeMethodDescriptionprotected String
protected long
StreamAuditEventListener.getTimestampForEntry
(LogEntry entry) protected Record
protected Record
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service with type parameters of type LogEntryModifier and TypeFieldDescriptionprotected CursorService<Iterator<LogEntry>,
LogEntry, String> DefaultAuditBackend.cursorService
protected CursorService<Iterator<LogEntry>,
LogEntry, String> DefaultAuditBackend.cursorService
Methods in org.nuxeo.ecm.platform.audit.service that return LogEntryModifier 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()
Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type LogEntryModifier 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) Methods in org.nuxeo.ecm.platform.audit.service with parameters of type LogEntryModifier 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) Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.ecm.platform.audit.stream
Methods in org.nuxeo.ecm.platform.audit.stream with parameters of type LogEntryModifier and TypeMethodDescriptionprotected Record
AuditDomainEventProducer.buildRecordFromEvent
(LogEntry entry) -
Uses of LogEntry in org.nuxeo.elasticsearch.audit
Methods in org.nuxeo.elasticsearch.audit that return LogEntryMethods in org.nuxeo.elasticsearch.audit that return types with arguments of type LogEntryModifier 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) Method parameters in org.nuxeo.elasticsearch.audit with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.elasticsearch.audit.io
Methods in org.nuxeo.elasticsearch.audit.io that return LogEntryMethods in org.nuxeo.elasticsearch.audit.io with parameters of type LogEntry -
Uses of LogEntry in org.nuxeo.elasticsearch.audit.pageprovider
Methods in org.nuxeo.elasticsearch.audit.pageprovider that return types with arguments of type LogEntryMethod parameters in org.nuxeo.elasticsearch.audit.pageprovider with type arguments of type LogEntryModifier and TypeMethodDescriptionprotected void
ESAuditPageProvider.preprocessCommentsIfNeeded
(List<LogEntry> entries) -
Uses of LogEntry in org.nuxeo.mongodb.audit
Methods in org.nuxeo.mongodb.audit that return LogEntryModifier and TypeMethodDescriptionMongoDBAuditBackend.getLogEntryByID
(long id) static LogEntry
MongoDBAuditEntryReader.read
(org.bson.Document doc) Methods in org.nuxeo.mongodb.audit that return types with arguments of type LogEntryModifier and TypeMethodDescriptionMongoDBAuditBackend.queryLogs
(QueryBuilder builder) MongoDBAuditBackend.queryLogsByPage
(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize) Methods in org.nuxeo.mongodb.audit with parameters of type LogEntryModifier and TypeMethodDescriptionvoid
MongoDBAuditBackend.MongoDBLogEntryProvider.addLogEntry
(LogEntry logEntry) static org.bson.Document
MongoDBAuditEntryWriter.asDocument
(LogEntry logEntry) Method parameters in org.nuxeo.mongodb.audit with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.mongodb.audit.pageprovider
Methods in org.nuxeo.mongodb.audit.pageprovider that return types with arguments of type LogEntryMethod parameters in org.nuxeo.mongodb.audit.pageprovider with type arguments of type LogEntryModifier and TypeMethodDescriptionprotected void
MongoDBAuditPageProvider.preprocessCommentsIfNeeded
(List<LogEntry> entries) -
Uses of LogEntry in org.nuxeo.template.api.context
Method parameters in org.nuxeo.template.api.context with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.template.context
Method parameters in org.nuxeo.template.context with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.template.context.extensions
Fields in org.nuxeo.template.context.extensions with type parameters of type LogEntryMethods in org.nuxeo.template.context.extensions that return types with arguments of type LogEntryModifier and TypeMethodDescriptionAuditExtensionFactory.preprocessAuditEntries
(List<LogEntry> auditEntries, CoreSession session, String lang) Method parameters in org.nuxeo.template.context.extensions with type arguments of type LogEntryModifier and TypeMethodDescriptionAuditExtensionFactory.preprocessAuditEntries
(List<LogEntry> auditEntries, CoreSession session, String lang)