|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.platform.audit.service.NXAuditEventsService
public class NXAuditEventsService
Event service configuration.
| Field Summary | |
|---|---|
static ComponentName |
NAME
|
| Constructor Summary | |
|---|---|
NXAuditEventsService()
|
|
| Method Summary | |
|---|---|
LogEntry |
computeLogEntry(DocumentMessage doc)
Computes a log entry given a document message instance. |
Set<String> |
getAuditableEventNames()
Returns the list of auditable event names. |
LogEntryFactory |
getLogEntryFactory()
Returns a log entry factory instance. |
Class<LogEntryFactory> |
getLogEntryFactoryKlass()
Returns the log entry factory class. |
void |
registerExtension(Extension extension)
Registers the given extension. |
void |
unregisterExtension(Extension extension)
Unregisters the given extension. |
| Methods inherited from class org.nuxeo.runtime.model.DefaultComponent |
|---|
activate, deactivate, getAdapter, registerContribution, unregisterContribution |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ComponentName NAME
| Constructor Detail |
|---|
public NXAuditEventsService()
| Method Detail |
|---|
public Set<String> getAuditableEventNames()
NXAuditEvents
getAuditableEventNames in interface NXAuditEvents
public void registerExtension(Extension extension)
throws Exception
Extensible
registerExtension in interface ExtensibleregisterExtension in class DefaultComponentextension - the extension to register
Exception - if any error occurs
public void unregisterExtension(Extension extension)
throws Exception
Extensible
unregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregister
Exception - if any error occurspublic Class<LogEntryFactory> getLogEntryFactoryKlass()
NXAuditEvents
getLogEntryFactoryKlass in interface NXAuditEventspublic LogEntry computeLogEntry(DocumentMessage doc)
NXAuditEvents
computeLogEntry in interface NXAuditEventsdoc - :
the document message instance.
public LogEntryFactory getLogEntryFactory()
NXAuditEvents
getLogEntryFactory in interface NXAuditEvents
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||