Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.platform.audit.service.NXAuditEventsService

Individual Documentation Coverage

done proportion
71.43 %


Service that deals with audit.

Most of the work is done at EJB layer though.

This supports JMS events based
notifications on a dedicated topic.




Author: Julien Anguenot

Version: 1.0

Location: nuxeo-features/nuxeo-platform-audit-core/src/main/resources/OSGI-INF/nxaudit-service.xml

Require

No requirements

Required by

Implementation


Extension Points:

event


This service registers auditable events.

Registered events are dummy strings for now.

This service is used to filter auditable events from the JMS topic based
on their names. The following XML snipset give figures out how the default
event types are selected for auditing.






















extendedInfo


This service registered extended info mappings.


This service is used to evaluate EL expression using document as context
regist:ering results into a map indexed by names.



Is a contribution to:


Those default auditable events match Nuxeo core base events.

If you are sending new Nuxeo core events and want them audited, this is the place to
declare them NXAudit side.


  • target org.nuxeo.ecm.platform.audit.service.NXAuditEventsService
  • point event
  • event
    • name documentCreated
  • event
    • name documentCreatedByCopy
  • event
    • name documentDuplicated
  • event
    • name documentMoved
  • event
    • name documentRemoved
  • event
    • name documentModified
  • event
    • name documentLocked
  • event
    • name documentUnlocked
  • event
    • name documentPublished
  • event
    • name documentSecurityUpdated
  • event
    • name documentUnPublished
  • event
    • name documentSubmitedForPublication
  • event
    • name documentPublicationRejected
  • event
    • name documentPublicationApproved
  • event
    • name lifecycle_transition_event
  • event
    • name loginSuccess
  • event
    • name loginFailed
  • event
    • name logout

Has contribution from:

Last generation: 02:24:34 CEST 29/06/2009