Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.audit.api.LogEntry

Packages that use LogEntry
org.nuxeo.ecm.admin   
org.nuxeo.ecm.automation.core.operations.services   
org.nuxeo.ecm.core.rest   
org.nuxeo.ecm.platform.audit.api   
org.nuxeo.ecm.platform.audit.api.comment   
org.nuxeo.ecm.platform.audit.impl   
org.nuxeo.ecm.platform.audit.io   
org.nuxeo.ecm.platform.audit.service   
org.nuxeo.ecm.platform.audit.web.listener   
org.nuxeo.ecm.platform.audit.web.listener.ejb   
org.nuxeo.ecm.platform.audit.ws   
 

Uses of LogEntry in org.nuxeo.ecm.admin
 

Methods in org.nuxeo.ecm.admin that return types with arguments of type LogEntry
 List<LogEntry> UsersActivityManager.getLoginInfo()
           
 

Uses of LogEntry in org.nuxeo.ecm.automation.core.operations.services
 

Methods in org.nuxeo.ecm.automation.core.operations.services that return types with arguments of type LogEntry
 List<LogEntry> AuditQuery.query()
           
 

Uses of LogEntry in org.nuxeo.ecm.core.rest
 

Methods in org.nuxeo.ecm.core.rest that return types with arguments of type LogEntry
 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
 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
 List<LogEntry> AuditPageProvider.getCurrentPage()
           
 List<LogEntry> AuditReader.getLogEntriesFor(String uuid)
          Returns the logs given a doc uuid.
 List<LogEntry> AuditReader.getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
           
 List<LogEntry> AuditReader.nativeQueryLogs(String whereClause, int pageNb, int pageSize)
          Returns a batched list of log entries.
 List<LogEntry> AuditReader.queryLogs(String[] eventIds, String dateRange)
          Returns the list of log entries.
 List<LogEntry> AuditReader.queryLogsByPage(String[] eventIds, Date limit, String[] category, String path, int pageNb, int pageSize)
           
 List<LogEntry> AuditReader.queryLogsByPage(String[] eventIds, Date limit, String category, String path, int pageNb, int pageSize)
          Returns the batched list of log entries.
 List<LogEntry> AuditReader.queryLogsByPage(String[] eventIds, String dateRange, String[] category, String path, int pageNb, int pageSize)
           
 List<LogEntry> AuditReader.queryLogsByPage(String[] eventIds, String dateRange, 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
 void AuditLogger.addLogEntries(List<LogEntry> entries)
          Adds given log entries.
 

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
 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
 void CommentProcessorHelper.processComments(List<LogEntry> logEntries)
           
 

Uses of LogEntry in org.nuxeo.ecm.platform.audit.impl
 

Classes in org.nuxeo.ecm.platform.audit.impl that implement LogEntry
 class LogEntryImpl
          Log entry implementation.
 

Uses of LogEntry in org.nuxeo.ecm.platform.audit.io
 

Methods in org.nuxeo.ecm.platform.audit.io that return types with arguments of type LogEntry
 List<LogEntry> IOAuditResources.getDocumentLogs(DocumentRef docRef)
           
 Map<DocumentRef,List<LogEntry>> IOAuditResources.getLogsMap()
           
static List<LogEntry> IOLogEntryBase.read(InputStream in)
           
static List<LogEntry> IOLogEntryBase.translate(List<LogEntry> docLogs, DocumentRef newRef)
           
 

Method parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type LogEntry
static List<LogEntry> IOLogEntryBase.translate(List<LogEntry> docLogs, DocumentRef newRef)
           
static void IOLogEntryBase.write(List<LogEntry> logEntries, OutputStream out)
           
 

Constructor parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type LogEntry
IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs)
           
 

Uses of LogEntry in org.nuxeo.ecm.platform.audit.service
 

Methods in org.nuxeo.ecm.platform.audit.service that return LogEntry
 LogEntry NXAuditEventsService.getLogEntryByID(EntityManager em, long id)
           
 LogEntry NXAuditEventsService.getLogEntryByID(long id)
           
 LogEntry LogEntryProvider.getLogEntryByID(long id)
           
 LogEntry NXAuditEventsService.newLogEntry()
           
 

Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type LogEntry
 List<LogEntry> NXAuditEventsService.getLogEntriesFor(EntityManager em, String uuid)
           
 List<LogEntry> NXAuditEventsService.getLogEntriesFor(EntityManager em, String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
           
 List<LogEntry> NXAuditEventsService.getLogEntriesFor(String uuid)
           
 List<LogEntry> LogEntryProvider.getLogEntriesFor(String uuid)
           
 List<LogEntry> NXAuditEventsService.getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
           
 List<LogEntry> LogEntryProvider.getLogEntriesFor(String uuid, Map<String,FilterMapEntry> filterMap, boolean doDefaultSort)
          Deprecated. 
 List<LogEntry> NXAuditEventsService.nativeQueryLogs(EntityManager em, String whereClause, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.nativeQueryLogs(String whereClause, int pageNb, int pageSize)
           
 List<LogEntry> LogEntryProvider.nativeQueryLogs(String whereClause, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogs(EntityManager em, String[] eventIds, String dateRange)
           
 List<LogEntry> NXAuditEventsService.queryLogs(String[] eventIds, String dateRange)
           
 List<LogEntry> LogEntryProvider.queryLogs(String[] eventIds, String dateRange)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(EntityManager em, String[] eventIds, Date limit, String[] category, String path, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(EntityManager em, String[] eventIds, Date limit, String category, String path, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(EntityManager em, String[] eventIds, String dateRange, String[] category, String path, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(EntityManager em, String[] eventIds, String dateRange, String category, String path, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(String[] eventIds, Date limit, String[] category, String path, int pageNb, int pageSize)
           
 List<LogEntry> LogEntryProvider.queryLogsByPage(String[] eventIds, Date limit, String[] categories, String path, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(String[] eventIds, Date limit, String category, String path, int pageNb, int pageSize)
           
 List<LogEntry> NXAuditEventsService.queryLogsByPage(String[] eventIds, String dateRange, 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> NXAuditEventsService.queryLogsByPage(String[] eventIds, String dateRange, String category, String path, int pageNb, int pageSize)
           
 

Methods in org.nuxeo.ecm.platform.audit.service with parameters of type LogEntry
 void NXAuditEventsService.addLogEntry(EntityManager em, LogEntry entry)
           
 void NXAuditEventsService.addLogEntry(LogEntry entry)
           
 void LogEntryProvider.addLogEntry(LogEntry entry)
           
 

Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type LogEntry
 void NXAuditEventsService.addLogEntries(EntityManager em, List<LogEntry> entries)
           
 void NXAuditEventsService.addLogEntries(List<LogEntry> entries)
           
 void LogEntryProvider.addLogEntries(List<LogEntry> entries)
           
 

Uses of LogEntry in org.nuxeo.ecm.platform.audit.web.listener
 

Methods in org.nuxeo.ecm.platform.audit.web.listener that return types with arguments of type LogEntry
 List<? extends LogEntry> ContentHistoryActions.computeLatestLogEntries()
          Computes latest logs only.
 List<? extends LogEntry> ContentHistoryActions.computeLogEntries()
          Computes all log entries for current document.
 List<? extends LogEntry> ContentHistoryActions.computeLogEntries(DocumentModel document)
          Computes all log entries for given document.
 

Methods in org.nuxeo.ecm.platform.audit.web.listener with parameters of type LogEntry
 String ContentHistoryActions.getLogComment(LogEntry entry)
          Deprecated. 
 LinkedDocument ContentHistoryActions.getLogLinkedDocument(LogEntry entry)
          Deprecated. 
 

Uses of LogEntry in org.nuxeo.ecm.platform.audit.web.listener.ejb
 

Methods in org.nuxeo.ecm.platform.audit.web.listener.ejb that return types with arguments of type LogEntry
 List<LogEntry> ContentHistoryActionsBean.computeLatestLogEntries()
           
 List<LogEntry> ContentHistoryActionsBean.computeLogEntries()
           
 List<LogEntry> ContentHistoryActionsBean.computeLogEntries(DocumentModel document)
           
 

Methods in org.nuxeo.ecm.platform.audit.web.listener.ejb with parameters of type LogEntry
 String ContentHistoryActionsBean.getLogComment(LogEntry entry)
          Deprecated. 
 LinkedDocument ContentHistoryActionsBean.getLogLinkedDocument(LogEntry entry)
          Deprecated. 
 

Uses of LogEntry in org.nuxeo.ecm.platform.audit.ws
 

Constructors in org.nuxeo.ecm.platform.audit.ws with parameters of type LogEntry
EventDescriptor(LogEntry logEntry)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.