public class AuditLog extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
comment |
protected OperationContext |
ctx |
protected String |
event |
static String |
ID |
protected AuditLogger |
logger |
Constructor and Description |
---|
AuditLog() |
Modifier and Type | Method and Description |
---|---|
protected LogEntry |
newEntry(DocumentModel doc,
String principal,
Date date) |
DocumentModel |
run(DocumentModel doc) |
DocumentModelList |
run(DocumentModelList docs) |
public static final String ID
protected AuditLogger logger
protected OperationContext ctx
public AuditLog()
public DocumentModel run(DocumentModel doc)
public DocumentModelList run(DocumentModelList docs)
protected LogEntry newEntry(DocumentModel doc, String principal, Date date)
Copyright © 2015 Nuxeo SA. All rights reserved.