Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
UsersActivityManager.getLoginInfo() |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
AuditQuery.query() |
Paginable<LogEntry> |
AuditPageProviderOperation.run() |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
AuditService.getAudits() |
Modifier and Type | Method and Description |
---|---|
LogEntry |
AuditReader.getLogEntryByID(long id)
Returns a given log entry given its id.
|
LogEntry |
AuditLogger.newLogEntry()
Create a new LogEntry instance.
|
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
AuditPageProvider.getCurrentPage() |
List<LogEntry> |
DocumentHistoryReader.getDocumentHistory(DocumentModel doc,
long pageIndex,
long pageSize)
Retrieve a page of
LogEntry for the history of the input DocumentModel |
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) |
PageProvider<LogEntry> |
DocumentHistoryReader.getPageProvider(DocumentModel doc,
long pageIndex,
long pageSize)
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditLogger.addLogEntries(List<LogEntry> entries)
Adds given log entries.
|
Constructor and Description |
---|
LogEntryList(PageProvider<LogEntry> pageProvider) |
Modifier and Type | Method and Description |
---|---|
String |
CommentProcessorHelper.getLogComment(LogEntry entry) |
LinkedDocument |
CommentProcessorHelper.getLogLinkedDocument(LogEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
CommentProcessorHelper.processComments(List<LogEntry> logEntries) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
DocumentHistoryReaderImpl.getDocumentHistory(DocumentModel doc,
long pageIndex,
long pageSize) |
PageProvider<LogEntry> |
DocumentHistoryReaderImpl.getPageProvider(DocumentModel doc,
long pageIndex,
long pageSize) |
Modifier and Type | Class and Description |
---|---|
class |
LogEntryImpl
Log entry implementation.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static List<LogEntry> |
IOLogEntryBase.translate(List<LogEntry> docLogs,
DocumentRef newRef) |
static void |
IOLogEntryBase.write(List<LogEntry> logEntries,
OutputStream out) |
Constructor and Description |
---|
IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs) |
Modifier and Type | Method and Description |
---|---|
LogEntry |
LogEntryProvider.getLogEntryByID(long id) |
LogEntry |
DefaultAuditBackend.getLogEntryByID(long id) |
LogEntry |
AbstractAuditBackend.newLogEntry() |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
LogEntryProvider.getLogEntriesFor(String uuid) |
List<LogEntry> |
DefaultAuditBackend.getLogEntriesFor(String uuid) |
List<LogEntry> |
AbstractAuditBackend.getLogEntriesFor(String uuid) |
List<LogEntry> |
LogEntryProvider.getLogEntriesFor(String uuid,
Map<String,FilterMapEntry> filterMap,
boolean doDefaultSort)
Deprecated.
|
List<LogEntry> |
DefaultAuditBackend.getLogEntriesFor(String uuid,
Map<String,FilterMapEntry> filterMap,
boolean doDefaultSort) |
List<LogEntry> |
LogEntryProvider.nativeQueryLogs(String whereClause,
int pageNb,
int pageSize) |
List<LogEntry> |
DefaultAuditBackend.nativeQueryLogs(String whereClause,
int pageNb,
int pageSize) |
List<LogEntry> |
AbstractAuditBackend.nativeQueryLogs(String whereClause,
int pageNb,
int pageSize) |
List<LogEntry> |
LogEntryProvider.queryLogs(String[] eventIds,
String dateRange) |
List<LogEntry> |
DefaultAuditBackend.queryLogs(String[] eventIds,
String dateRange) |
List<LogEntry> |
AbstractAuditBackend.queryLogs(String[] eventIds,
String dateRange) |
List<LogEntry> |
LogEntryProvider.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> |
AbstractAuditBackend.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> |
DefaultAuditBackend.queryLogsByPage(String[] eventIds,
String dateRange,
String[] category,
String path,
int pageNb,
int pageSize) |
List<LogEntry> |
AbstractAuditBackend.queryLogsByPage(String[] eventIds,
String dateRange,
String category,
String path,
int pageNb,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuditBackend.addLogEntry(javax.persistence.EntityManager em,
LogEntry entry) |
void |
LogEntryProvider.addLogEntry(LogEntry entry) |
void |
DefaultAuditBackend.addLogEntry(LogEntry entry) |
void |
BaseLogEntryProvider.addLogEntry(LogEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
LogEntryProvider.addLogEntries(List<LogEntry> entries) |
void |
DefaultAuditBackend.addLogEntries(List<LogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
ContentHistoryActions.getLogComment(LogEntry entry)
Deprecated.
|
LinkedDocument |
ContentHistoryActions.getLogLinkedDocument(LogEntry entry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
ContentHistoryActionsBean.computeLatestLogEntries() |
List<LogEntry> |
ContentHistoryActionsBean.computeLogEntries() |
List<LogEntry> |
ContentHistoryActionsBean.computeLogEntries(DocumentModel document) |
Modifier and Type | Method and Description |
---|---|
String |
ContentHistoryActionsBean.getLogComment(LogEntry entry)
Deprecated.
|
LinkedDocument |
ContentHistoryActionsBean.getLogLinkedDocument(LogEntry entry)
Deprecated.
|
Constructor and Description |
---|
EventDescriptor(LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
PreviousRoutesPageProvider.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
LogEntry |
ESAuditBackend.getLogEntryByID(long id) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
ESAuditBackend.getLogEntriesFor(String uuid,
Map<String,FilterMapEntry> filterMap,
boolean doDefaultSort) |
List<LogEntry> |
ESAuditBackend.queryLogsByPage(String[] eventIds,
Date limit,
String[] categories,
String path,
int pageNb,
int pageSize) |
List<LogEntry> |
ESAuditBackend.queryLogsByPage(String[] eventIds,
String dateRange,
String[] categories,
String path,
int pageNb,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
void |
ESAuditBackend.addLogEntries(List<LogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
static LogEntry |
AuditEntryJSONReader.read(String content) |
Modifier and Type | Method and Description |
---|---|
static void |
AuditEntryJSONWriter.asJSON(org.codehaus.jackson.JsonGenerator jg,
LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
ESAuditPageProvider.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
Object |
DocumentWrapper.wrap(List<LogEntry> auditEntries) |
Modifier and Type | Method and Description |
---|---|
Object |
SimpleBeanWrapper.wrap(List<LogEntry> auditEntries) |
Modifier and Type | Field and Description |
---|---|
static List<LogEntry> |
AuditExtensionFactory.testAuditEntries |
Copyright © 2015 Nuxeo SA. All rights reserved.