Uses of Interface
org.nuxeo.audit.api.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in org.nuxeo.audit.api
Classes in org.nuxeo.audit.api that implement LogEntryMethods in org.nuxeo.audit.api that return LogEntryConstructors in org.nuxeo.audit.api with parameters of type LogEntryConstructor parameters in org.nuxeo.audit.api with type arguments of type LogEntryModifierConstructorDescriptionLogEntryList
(List<LogEntry> list, long totalSize) Constructor that wraps (not copies).PaginableLogEntryList
(PageProvider<LogEntry> pageProvider) -
Uses of LogEntry in org.nuxeo.audit.api.job
Methods in org.nuxeo.audit.api.job that return LogEntryModifier and TypeMethodDescriptionprotected LogEntry
JobHistoryHelper.getNewLogEntry
(String eventId) -
Uses of LogEntry in org.nuxeo.audit.elasticsearch.io
Methods in org.nuxeo.audit.elasticsearch.io that return LogEntry -
Uses of LogEntry in org.nuxeo.audit.impl
Methods in org.nuxeo.audit.impl that return LogEntryModifier and TypeMethodDescriptionprotected LogEntry
StreamAuditWriter.AuditLogWriterComputation.getLogEntryFromJson
(byte[] data) Method parameters in org.nuxeo.audit.impl with type arguments of type LogEntryModifier and TypeMethodDescriptionprotected void
StreamAuditWriter.AuditLogWriterComputation.writeEntriesToAudit
(List<LogEntry> logEntries) -
Uses of LogEntry in org.nuxeo.audit.io
Methods in org.nuxeo.audit.io that return LogEntryModifier and TypeMethodDescriptionprotected LogEntry
LogEntryJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.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) Method parameters in org.nuxeo.audit.io with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.listener
Fields in org.nuxeo.audit.listener with type parameters of type LogEntryModifier and TypeFieldDescriptionprotected static final ThreadLocal
<List<LogEntry>> StreamAuditEventListener.entries
Methods in org.nuxeo.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.audit.mem
Fields in org.nuxeo.audit.mem with type parameters of type LogEntryModifier and TypeFieldDescriptionprotected final org.apache.commons.collections4.queue.CircularFifoQueue
<LogEntry> MemAuditBackend.entries
Methods in org.nuxeo.audit.mem that return LogEntryMethods in org.nuxeo.audit.mem that return types with arguments of type LogEntryModifier and TypeMethodDescriptionprotected Comparator
<LogEntry> MemAuditBackend.createComparator
(OrderByExpr queryOrder) protected Comparator
<LogEntry> MemAuditBackend.createComparator
(OrderByList queryOrders) MemAuditBackend.createPredicate
(Predicate queryPredicate) Method parameters in org.nuxeo.audit.mem with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.mongodb
Methods in org.nuxeo.audit.mongodb that return LogEntryModifier and TypeMethodDescriptionMongoDBAuditBackend.getLogEntryByID
(long id) static LogEntry
MongoDBAuditEntryReader.read
(org.bson.Document doc) Methods in org.nuxeo.audit.mongodb with parameters of type LogEntryModifier and TypeMethodDescriptionstatic org.bson.Document
MongoDBAuditEntryWriter.asDocument
(LogEntry logEntry) Method parameters in org.nuxeo.audit.mongodb with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.mongodb.pageprovider
Methods in org.nuxeo.audit.mongodb.pageprovider that return types with arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.opensearch1
Methods in org.nuxeo.audit.opensearch1 that return LogEntryMethod parameters in org.nuxeo.audit.opensearch1 with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
OpenSearchAuditBackend.addLogEntries
(List<LogEntry> entries) -
Uses of LogEntry in org.nuxeo.audit.opensearch1.pageprovider
Methods in org.nuxeo.audit.opensearch1.pageprovider that return types with arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.provider
Methods in org.nuxeo.audit.provider that return types with arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.service
Methods in org.nuxeo.audit.service that return LogEntryModifier and TypeMethodDescriptionAuditComponent.buildEntryFromEvent
(Event event) AuditService.buildEntryFromEvent
(Event event) Returns a log entry representation of an event.protected LogEntry
AbstractAuditBackend.doCreateAndFillEntryFromDocument
(DocumentModel doc, Principal principal) AuditBackend.getLogEntryByID
(long id) Returns a given log entry given its id.Methods in org.nuxeo.audit.service that return types with arguments of type LogEntryModifier and TypeMethodDescriptionAuditBackend.getLogEntriesFor
(String uuid, String repositoryId) Returns the logs given a doc uuid and a repository id.Method parameters in org.nuxeo.audit.service with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
AuditBackend.addLogEntries
(List<LogEntry> entries) Adds given log entries. -
Uses of LogEntry in org.nuxeo.audit.sql
Methods in org.nuxeo.audit.sql that return LogEntryMethods in org.nuxeo.audit.sql that return types with arguments of type LogEntryModifier and TypeMethodDescriptionSQLAuditBackend.nativeQueryLogs
(String whereClause, int pageNb, int pageSize) Methods in org.nuxeo.audit.sql with parameters of type LogEntryMethod parameters in org.nuxeo.audit.sql with type arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.sql.pageprovider
Methods in org.nuxeo.audit.sql.pageprovider that return types with arguments of type LogEntry -
Uses of LogEntry in org.nuxeo.audit.stream
Methods in org.nuxeo.audit.stream with parameters of type LogEntryModifier and TypeMethodDescriptionprotected Record
AuditDomainEventProducer.buildRecordFromEvent
(LogEntry entry) -
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.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) SQLAuditChangeFinder.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.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) Methods in org.nuxeo.template.context.extensions with parameters of type LogEntryModifier and TypeMethodDescriptionprotected String
AuditExtensionFactory.getLogComment
(LogEntry entry, CoreSession session) Method parameters in org.nuxeo.template.context.extensions with type arguments of type LogEntryModifier and TypeMethodDescriptionAuditExtensionFactory.preprocessAuditEntries
(List<LogEntry> auditEntries, CoreSession session, String lang)
MarshallerHelper.jsonToObject(Class, String, RenderingContext)
instead