Uses of Interface
org.nuxeo.ecm.platform.audit.api.LogEntry
-
-
Uses of LogEntry in org.nuxeo.drive.elasticsearch
Methods in org.nuxeo.drive.elasticsearch that return types with arguments of type LogEntry Modifier and Type Method Description protected List<LogEntry>
ESAuditChangeFinder. queryAuditEntries(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit)
protected List<LogEntry>
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 LogEntry Modifier and Type Method Description protected 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 LogEntry Modifier and Type Method Description protected List<LogEntry>
MongoDBAuditChangeFinder. 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 LogEntry Modifier and Type Method Description protected List<LogEntry>
AuditChangeFinder. 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 LogEntry Modifier and Type Method Description protected 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 LogEntry Modifier and Type Method Description protected 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 Modifier and Type Method Description List<LogEntry>
AuditQuery. query()
Paginable<LogEntry>
AuditPageProviderOperation. run()
-
Uses of LogEntry in org.nuxeo.ecm.automation.jaxrs.io.audit
Methods in org.nuxeo.ecm.automation.jaxrs.io.audit with parameters of type LogEntry Modifier and Type Method Description protected void
LogEntryWriter. writeEntityBody(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry logEntry)
Deprecated.protected void
LogEntryWriter. writeExtendedInfos(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry logEntry)
Deprecated.protected void
LogEntryListWriter. writeItem(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry item)
Deprecated. -
Uses of LogEntry in org.nuxeo.ecm.core.opencmis.impl.server
Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type LogEntry Modifier and Type Method Description protected 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 Modifier and Type Method Description List<LogEntry>
AuditService. getAudits()
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api that return LogEntry Modifier and Type Method Description LogEntry
AuditLogger. buildEntryFromEvent(Event event)
Returns a log entry representation of an event.LogEntry
AuditReader. getLogEntryByID(long id)
Returns a given log entry given its id.LogEntry
AuditLogger. newLogEntry()
Create a new LogEntry instance.Methods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
AuditPageProvider. getCurrentPage()
List<LogEntry>
DocumentHistoryReader. getDocumentHistory(DocumentModel doc, long pageIndex, long pageSize)
Retrieve a page ofLogEntry
for the history of the inputDocumentModel
List<LogEntry>
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.default List<LogEntry>
AuditReader. getLogEntriesFor(String uuid)
Deprecated.since 8.4, useAuditReader.getLogEntriesFor(String, String)
instead.default List<LogEntry>
AuditReader. getLogEntriesFor(String uuid, String repositoryId)
Returns the logs given a doc uuid and a repository id.List<LogEntry>
AuditReader. getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
Deprecated.since 9.3, this method doesn't take into account the document repository, useAuditReader.queryLogs(QueryBuilder)
instead.PageProvider<LogEntry>
DocumentHistoryReader. getPageProvider(DocumentModel doc, long pageIndex, long pageSize)
default List<LogEntry>
AuditReader. nativeQueryLogs(String whereClause, int pageNb, int pageSize)
Returns a batched list of log entries.default List<LogEntry>
AuditReader. queryLogs(String[] eventIds, String dateRange)
Returns the list of log entries.List<LogEntry>
AuditReader. queryLogs(QueryBuilder builder)
Returns the logs given a collection of predicates and a default sort.default List<LogEntry>
AuditReader. queryLogsByPage(String[] eventIds, String dateRange, String[] categories, String path, int pageNb, int pageSize)
default List<LogEntry>
AuditReader. queryLogsByPage(String[] eventIds, String dateRange, String category, String path, int pageNb, int pageSize)
Returns the batched list of log entries.List<LogEntry>
AuditReader. queryLogsByPage(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize)
default List<LogEntry>
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 LogEntry Modifier and Type Method Description void
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 Constructor Description LogEntryList(PageProvider<LogEntry> pageProvider)
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.api.comment
Methods in org.nuxeo.ecm.platform.audit.api.comment with parameters of type LogEntry Modifier and Type Method Description String
CommentProcessorHelper. getLogComment(LogEntry entry)
LinkedDocument
CommentProcessorHelper. getLogLinkedDocument(LogEntry entry)
Method parameters in org.nuxeo.ecm.platform.audit.api.comment with type arguments of type LogEntry Modifier and Type Method Description void
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 LogEntry Modifier and Type Method Description List<LogEntry>
DocumentHistoryReaderImpl. getDocumentHistory(DocumentModel doc, long pageIndex, long pageSize)
PageProvider<LogEntry>
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 Modifier and Type Method Description protected LogEntry
JobHistoryHelper. getNewLogEntry()
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement LogEntry Modifier and Type Class Description class
LogEntryImpl
Log entry implementation.Methods in org.nuxeo.ecm.platform.audit.impl that return LogEntry Modifier and Type Method Description protected LogEntry
StreamAuditWriter.AuditLogWriterComputation. getLogEntryFromJson(byte[] data)
Method parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type LogEntry Modifier and Type Method Description protected 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 LogEntry Modifier and Type Method Description protected 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 LogEntry Modifier and Type Method Description List<LogEntry>
IOAuditResources. getDocumentLogs(DocumentRef docRef)
Map<DocumentRef,List<LogEntry>>
IOAuditResources. getLogsMap()
static List<LogEntry>
IOLogEntryBase. read(InputStream in)
protected static List<LogEntry>
IOLogEntryBase. readDocument(org.dom4j.Document doc)
Will translate from a jdoc to a list of LogEntry objects.static List<LogEntry>
IOLogEntryBase. translate(List<LogEntry> docLogs, DocumentRef newRef)
Methods in org.nuxeo.ecm.platform.audit.io with parameters of type LogEntry Modifier and Type Method Description protected void
LogEntryCSVWriter. write(LogEntry entity, org.apache.commons.csv.CSVPrinter printer)
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 LogEntry Modifier and Type Method Description static List<LogEntry>
IOLogEntryBase. translate(List<LogEntry> docLogs, DocumentRef newRef)
static void
IOLogEntryBase. write(List<LogEntry> logEntries, OutputStream out)
protected void
LogEntryListCSVWriter. write(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer)
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 Constructor Description IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs)
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.listener
Fields in org.nuxeo.ecm.platform.audit.listener with type parameters of type LogEntry Modifier and Type Field Description protected static ThreadLocal<List<LogEntry>>
StreamAuditEventListener. entries
Methods in org.nuxeo.ecm.platform.audit.listener with parameters of type LogEntry Modifier and Type Method Description protected String
StreamAuditEventListener. asJson(LogEntry entry)
protected long
StreamAuditEventListener. getTimestampForEntry(LogEntry entry)
protected Record
StreamAuditEventListener. recordOf(String partitionKey, LogEntry entry)
protected Record
StreamAuditEventListener. recordOf(LogEntry entry)
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service with type parameters of type LogEntry Modifier and Type Field Description protected 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 LogEntry Modifier and Type Method Description LogEntry
AbstractAuditBackend. buildEntryFromEvent(Event event)
protected LogEntry
AbstractAuditBackend. doCreateAndFillEntryFromDocument(DocumentModel doc, Principal principal)
protected LogEntry
LogEntryProvider. doPublish(LogEntry entry)
LogEntry
DefaultAuditBackend. getLogEntryByID(long id)
LogEntry
LogEntryProvider. getLogEntryByID(long id)
LogEntry
AbstractAuditBackend. newLogEntry()
LogEntry
DefaultAuditBackend.SQLAuditCursorResult. next()
Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type LogEntry Modifier and Type Method Description protected List<LogEntry>
LogEntryProvider. doPublish(List<LogEntry> entries)
List<LogEntry>
AbstractAuditBackend. getLogEntriesAfter(long logIdOffset, int limit, String repositoryId, String... eventIds)
List<LogEntry>
DefaultAuditBackend. getLogEntriesAfter(long logIdOffset, int limit, String repositoryId, String... eventIds)
List<LogEntry>
AbstractAuditBackend. getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
Deprecated.default List<LogEntry>
BaseLogEntryProvider. getLogEntriesFor(String uuid)
Deprecated.since 8.4, useBaseLogEntryProvider.getLogEntriesFor(String, String)
instead.default List<LogEntry>
BaseLogEntryProvider. getLogEntriesFor(String uuid, String repositoryId)
Deprecated.since 9.3, useAuditBackend
APIs instead.default List<LogEntry>
BaseLogEntryProvider. getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
Deprecated.since 8.4List<LogEntry>
DefaultAuditBackend. getLogEntriesFor(String uuid)
List<LogEntry>
DefaultAuditBackend. getLogEntriesFor(String uuid, String repositoryId)
List<LogEntry>
DefaultAuditBackend. getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
List<LogEntry>
LogEntryProvider. getLogEntriesFor(String uuid)
List<LogEntry>
LogEntryProvider. getLogEntriesFor(String uuid, String repositoryId)
List<LogEntry>
LogEntryProvider. getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
List<LogEntry>
DefaultAuditBackend. nativeQueryLogs(String whereClause, int pageNb, int pageSize)
List<LogEntry>
LogEntryProvider. nativeQueryLogs(String whereClause, int pageNb, int pageSize)
List<LogEntry>
DefaultAuditBackend. queryLogs(String[] eventIds, String dateRange)
List<LogEntry>
DefaultAuditBackend. queryLogs(QueryBuilder builder)
List<LogEntry>
LogEntryProvider. queryLogs(String[] eventIds, String dateRange)
List<LogEntry>
LogEntryProvider. queryLogs(QueryBuilder builder)
List<LogEntry>
AbstractAuditBackend. queryLogsByPage(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize)
List<LogEntry>
DefaultAuditBackend. queryLogsByPage(String[] eventIds, Date limit, String[] category, String path, int pageNb, int pageSize)
List<LogEntry>
LogEntryProvider. queryLogsByPage(String[] eventIds, String dateRange, String[] categories, String path, int pageNb, int pageSize)
List<LogEntry>
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 LogEntry Modifier and Type Method Description void
BaseLogEntryProvider. addLogEntry(LogEntry entry)
void
LogEntryProvider. addLogEntry(LogEntry entry)
protected void
LogEntryProvider. doPersist(LogEntry entry)
protected LogEntry
LogEntryProvider. doPublish(LogEntry entry)
protected void
AbstractAuditBackend. doPutExtendedInfos(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal)
void
AuditBulker. offer(LogEntry entry)
Deprecated.void
DefaultAuditBulker. offer(LogEntry entry)
Deprecated.void
NoopAuditBulker. offer(LogEntry entry)
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 Modifier and Type Method Description void
DefaultAuditBackend. addLogEntries(List<LogEntry> entries)
void
LogEntryProvider. addLogEntries(List<LogEntry> entries)
void
LogEntryProvider. append(List<LogEntry> entries)
protected List<LogEntry>
LogEntryProvider. doPublish(List<LogEntry> entries)
-
Uses of LogEntry in org.nuxeo.ecm.platform.audit.stream
Methods in org.nuxeo.ecm.platform.audit.stream with parameters of type LogEntry Modifier and Type Method Description protected Record
AuditDomainEventProducer. buildRecordFromEvent(LogEntry entry)
-
Uses of LogEntry in org.nuxeo.elasticsearch.audit
Methods in org.nuxeo.elasticsearch.audit that return LogEntry Modifier and Type Method Description LogEntry
ESAuditBackend. getLogEntryByID(long id)
Methods in org.nuxeo.elasticsearch.audit that return types with arguments of type LogEntry Modifier and Type Method Description protected List<LogEntry>
ESAuditBackend. buildLogEntries(org.elasticsearch.action.search.SearchResponse searchResponse)
List<LogEntry>
ESAuditBackend. queryLogs(QueryBuilder builder)
List<LogEntry>
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 Modifier and Type Method Description void
ESAuditBackend. addLogEntries(List<LogEntry> entries)
-
Uses of LogEntry in org.nuxeo.elasticsearch.audit.io
Methods in org.nuxeo.elasticsearch.audit.io that return LogEntry Modifier and Type Method Description static LogEntry
AuditEntryJSONReader. read(String content)
Methods in org.nuxeo.elasticsearch.audit.io with parameters of type LogEntry Modifier and Type Method Description static void
AuditEntryJSONWriter. asJSON(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry logEntry)
-
Uses of LogEntry in org.nuxeo.elasticsearch.audit.pageprovider
Methods in org.nuxeo.elasticsearch.audit.pageprovider that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
ESAuditPageProvider. getCurrentPage()
Method parameters in org.nuxeo.elasticsearch.audit.pageprovider with type arguments of type LogEntry Modifier and Type Method Description protected void
ESAuditPageProvider. preprocessCommentsIfNeeded(List<LogEntry> entries)
-
Uses of LogEntry in org.nuxeo.mongodb.audit
Methods in org.nuxeo.mongodb.audit that return LogEntry Modifier and Type Method Description LogEntry
MongoDBAuditBackend. getLogEntryByID(long id)
static LogEntry
MongoDBAuditEntryReader. read(org.bson.Document doc)
Methods in org.nuxeo.mongodb.audit that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
MongoDBAuditBackend. queryLogs(QueryBuilder builder)
List<LogEntry>
MongoDBAuditBackend. queryLogsByPage(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize)
Methods in org.nuxeo.mongodb.audit with parameters of type LogEntry Modifier and Type Method Description void
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 Modifier and Type Method Description void
MongoDBAuditBackend. addLogEntries(List<LogEntry> entries)
-
Uses of LogEntry in org.nuxeo.mongodb.audit.pageprovider
Methods in org.nuxeo.mongodb.audit.pageprovider that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
MongoDBAuditPageProvider. getCurrentPage()
Method parameters in org.nuxeo.mongodb.audit.pageprovider with type arguments of type LogEntry Modifier and Type Method Description protected 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 Modifier and Type Method Description Object
DocumentWrapper. wrap(List<LogEntry> auditEntries)
-
Uses of LogEntry in org.nuxeo.template.context
Method parameters in org.nuxeo.template.context with type arguments of type LogEntry Modifier and Type Method Description Object
SimpleBeanWrapper. wrap(List<LogEntry> auditEntries)
-
Uses of LogEntry in org.nuxeo.template.context.extensions
Fields in org.nuxeo.template.context.extensions with type parameters of type LogEntry Modifier and Type Field Description static List<LogEntry>
AuditExtensionFactory. testAuditEntries
Methods in org.nuxeo.template.context.extensions that return types with arguments of type LogEntry Modifier and Type Method Description protected List<LogEntry>
AuditExtensionFactory. preprocessAuditEntries(List<LogEntry> auditEntries, CoreSession session, String lang)
Method parameters in org.nuxeo.template.context.extensions with type arguments of type LogEntry Modifier and Type Method Description protected List<LogEntry>
AuditExtensionFactory. preprocessAuditEntries(List<LogEntry> auditEntries, CoreSession session, String lang)
-