Modifier and Type | Method and Description |
---|---|
protected List<LogEntry> |
ESAuditChangeFinder.queryAuditEntries(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
protected List<LogEntry> |
ESAuditChangeFinder.queryESAuditEntries(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
Modifier and Type | Method and Description |
---|---|
protected List<LogEntry> |
AuditChangeFinder.queryAuditEntries(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItemChange |
AuditChangeFinder.getFileSystemItemChange(CoreSession session,
DocumentRef docRef,
LogEntry entry,
String expectedFileSystemItemId) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
UsersActivityManager.getLoginInfo() |
Modifier and Type | Method and Description |
---|---|
protected LogEntry |
AuditLog.newEntry(DocumentModel doc,
String principal,
Date date) |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
AuditQuery.query() |
Paginable<LogEntry> |
AuditPageProviderOperation.run() |
Modifier and Type | Method and Description |
---|---|
protected void |
LogEntryWriter.writeEntityBody(org.codehaus.jackson.JsonGenerator jg,
LogEntry logEntry)
Deprecated.
|
protected void |
LogEntryWriter.writeExtendedInfos(org.codehaus.jackson.JsonGenerator jg,
LogEntry logEntry)
Deprecated.
|
protected void |
LogEntryListWriter.writeItem(org.codehaus.jackson.JsonGenerator jg,
LogEntry item)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.chemistry.opencmis.commons.data.ObjectData |
NuxeoCmisService.getLogEntryObjectData(LogEntry logEntry)
Gets object data for a log entry, or null if skipped.
|
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.
|
protected void |
AuditPageProvider.preprocessCommentsIfNeeded(List<LogEntry> 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 | Method and Description |
---|---|
protected LogEntry |
JobHistoryHelper.getNewLogEntry() |
Modifier and Type | Class and Description |
---|---|
class |
LogEntryImpl
Log entry implementation.
|
Modifier and Type | Method and Description |
---|---|
protected static LogEntry |
IOLogEntryBase.readLogEntry(AuditLogger audit,
org.dom4j.Element logEntryElement)
Could be overridden to get other (additional) data.
|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LogEntryJsonWriter.writeEntityBody(LogEntry logEntry,
org.codehaus.jackson.JsonGenerator jg) |
protected void |
LogEntryJsonWriter.writeExtendedInfos(org.codehaus.jackson.JsonGenerator jg,
LogEntry logEntry) |
protected static void |
IOLogEntryBase.writeLogEntry(org.dom4j.Element logEntryElement,
LogEntry logEntry)
Could be overridden to put other (additional) data.
|
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 |
---|---|
protected LogEntry |
AbstractAuditBackend.buildEntryFromEvent(Event event) |
protected LogEntry |
AbstractAuditBackend.doCreateAndFillEntryFromDocument(DocumentModel doc,
Principal principal) |
protected LogEntry |
LogEntryProvider.doPublish(LogEntry entry) |
protected LogEntry |
DefaultAuditBackend.getLogEntryByID(javax.persistence.EntityManager em,
long id) |
LogEntry |
LogEntryProvider.getLogEntryByID(long id) |
LogEntry |
DefaultAuditBackend.getLogEntryByID(long id) |
LogEntry |
AbstractAuditBackend.newLogEntry() |
Modifier and Type | Method and Description |
---|---|
protected List<LogEntry> |
LogEntryProvider.doPublish(List<LogEntry> entries) |
protected List<LogEntry> |
DefaultAuditBackend.getLogEntriesFor(javax.persistence.EntityManager em,
String uuid) |
protected List<LogEntry> |
DefaultAuditBackend.getLogEntriesFor(javax.persistence.EntityManager em,
String uuid,
Map<String,FilterMapEntry> filterMap,
boolean doDefaultSort) |
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) |
protected List<LogEntry> |
DefaultAuditBackend.nativeQueryLogs(javax.persistence.EntityManager em,
String whereClause,
int pageNb,
int pageSize) |
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) |
protected List<LogEntry> |
DefaultAuditBackend.queryLogs(javax.persistence.EntityManager em,
String[] eventIds,
String dateRange) |
List<LogEntry> |
LogEntryProvider.queryLogs(String[] eventIds,
String dateRange) |
List<LogEntry> |
DefaultAuditBackend.queryLogs(String[] eventIds,
String dateRange) |
List<LogEntry> |
AbstractAuditBackend.queryLogs(String[] eventIds,
String dateRange) |
protected List<LogEntry> |
DefaultAuditBackend.queryLogsByPage(javax.persistence.EntityManager em,
String[] eventIds,
Date limit,
String[] category,
String path,
int pageNb,
int pageSize) |
protected List<LogEntry> |
DefaultAuditBackend.queryLogsByPage(javax.persistence.EntityManager em,
String[] eventIds,
Date limit,
String category,
String path,
int pageNb,
int pageSize) |
protected List<LogEntry> |
DefaultAuditBackend.queryLogsByPage(javax.persistence.EntityManager em,
String[] eventIds,
String dateRange,
String[] category,
String path,
int pageNb,
int pageSize) |
protected List<LogEntry> |
DefaultAuditBackend.queryLogsByPage(javax.persistence.EntityManager em,
String[] eventIds,
String dateRange,
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> |
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) |
protected void |
LogEntryProvider.doPersist(LogEntry entry) |
protected LogEntry |
LogEntryProvider.doPublish(LogEntry entry) |
protected void |
AbstractAuditBackend.doPutExtendedInfos(LogEntry entry,
EventContext eventContext,
DocumentModel source,
Principal principal) |
protected void |
AbstractAuditBackend.populateExtendedInfo(LogEntry entry,
DocumentModel source,
ExpressionContext context,
Collection<ExtendedInfoDescriptor> extInfos) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAuditBackend.addLogEntries(javax.persistence.EntityManager em,
List<LogEntry> entries) |
void |
LogEntryProvider.addLogEntries(List<LogEntry> entries) |
void |
DefaultAuditBackend.addLogEntries(List<LogEntry> entries) |
protected List<LogEntry> |
LogEntryProvider.doPublish(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 | Field and Description |
---|---|
protected Comparator<LogEntry> |
ContentHistoryActionsBean.comparator |
protected List<LogEntry> |
ContentHistoryActionsBean.logEntries |
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 |
---|---|
protected LogEntry |
SeamErrorComponent.createDummyLogEntry() |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
PreviousRoutesPageProvider.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
protected void |
PreviousRoutesPageProvider.preprocessCommentsIfNeeded(List<LogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
LogEntry |
ESAuditBackend.getLogEntryByID(long id) |
Modifier and Type | Method and Description |
---|---|
protected List<LogEntry> |
ESAuditBackend.buildLogEntries(org.elasticsearch.action.search.SearchResponse searchResponse) |
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 |
---|---|
protected void |
ESAuditPageProvider.preprocessCommentsIfNeeded(List<LogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
Paginable<LogEntry> |
SalesforceAuditProvider.run(DocumentModel input) |
Modifier and Type | Method and Description |
---|---|
protected String |
LogEntryEnricher.getPrincipalName(LogEntry logEntry) |
void |
LogEntryEnricher.write(org.codehaus.jackson.JsonGenerator jsonGenerator,
LogEntry logEntry) |
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 |
Modifier and Type | Method and Description |
---|---|
protected List<LogEntry> |
AuditExtensionFactory.preprocessAuditEntries(List<LogEntry> auditEntries,
CoreSession session,
String lang) |
Modifier and Type | Method and Description |
---|---|
protected List<LogEntry> |
AuditExtensionFactory.preprocessAuditEntries(List<LogEntry> auditEntries,
CoreSession session,
String lang) |
Copyright © 2015 Nuxeo SA. All rights reserved.