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 LogEntryNuxeoDriveFileSystemDeletionListener.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 FileSystemItemChangeAuditChangeFinder.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 LogEntryAuditLog.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.ObjectDataNuxeoCmisService.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 ofLogEntryfor the history of the inputDocumentModelAuditReader.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 TypeMethodDescriptionvoidAuditLogger.addLogEntries(List<LogEntry> entries) Adds given log entries.protected voidAuditPageProvider.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 TypeMethodDescriptionvoidCommentProcessorHelper.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 LogEntryStreamAuditWriter.AuditLogWriterComputation.getLogEntryFromJson(byte[] data) Method parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type LogEntryModifier and TypeMethodDescriptionprotected voidStreamAuditWriter.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 LogEntryIOLogEntryBase.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 voidprotected voidLogEntryJsonWriter.writeEntityBody(LogEntry logEntry, com.fasterxml.jackson.core.JsonGenerator jg) protected voidLogEntryJsonWriter.writeExtendedInfos(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry logEntry) protected voidLogEntryCSVWriter.writeHeader(LogEntry entity, org.apache.commons.csv.CSVPrinter printer) protected static voidIOLogEntryBase.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 voidIOLogEntryBase.write(List<LogEntry> logEntries, OutputStream out) protected voidprotected voidLogEntryListCSVWriter.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.entriesMethods in org.nuxeo.ecm.platform.audit.listener that return types with arguments of type LogEntryModifier and TypeMethodDescriptionprotected Collection<? extends LogEntry>StreamAuditEventListener.extractVirtualEvents(Object[] args) Methods in org.nuxeo.ecm.platform.audit.listener with parameters of type LogEntryModifier and TypeMethodDescriptionprotected Stringprotected longStreamAuditEventListener.getTimestampForEntry(LogEntry entry) protected Recordprotected 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.cursorServiceprotected CursorService<Iterator<LogEntry>,LogEntry, String> DefaultAuditBackend.cursorServiceMethods in org.nuxeo.ecm.platform.audit.service that return LogEntryModifier and TypeMethodDescriptionAbstractAuditBackend.buildEntryFromEvent(Event event) protected LogEntryAbstractAuditBackend.doCreateAndFillEntryFromDocument(DocumentModel doc, Principal principal) protected LogEntryDefaultAuditBackend.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 TypeMethodDescriptionvoidBaseLogEntryProvider.addLogEntry(LogEntry entry) voidLogEntryProvider.addLogEntry(LogEntry entry) protected voidprotected LogEntryprotected voidAbstractAuditBackend.doPutExtendedInfos(LogEntry entry, EventContext eventContext, DocumentModel source, Principal principal) voidDeprecated.voidDeprecated.voidDeprecated.protected voidAbstractAuditBackend.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 RecordAuditDomainEventProducer.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 voidESAuditPageProvider.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 LogEntryMongoDBAuditEntryReader.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 TypeMethodDescriptionvoidMongoDBAuditBackend.MongoDBLogEntryProvider.addLogEntry(LogEntry logEntry) static org.bson.DocumentMongoDBAuditEntryWriter.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 voidMongoDBAuditPageProvider.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)