| java.lang.Object de.danet.an.workflow.clients.wfxml.WfXmlAuditHandler
WfXmlAuditHandler | class WfXmlAuditHandler implements WfAuditHandler(Code) | | This class is an event handler foe all audit events of the workflow engine.
All events are collected and distributed to the subscribed observers.
author: Dirk Schnelle author: TODO: Check if this is better implemented as an mbean. author: TODO: Move the functionality of message creation to the response generators. |
xsdDateTimeFormat | protected static DateFormat xsdDateTimeFormat(Code) | | Formatter to produce xsd time stamps.
|
WfXmlAuditHandler | public WfXmlAuditHandler(WorkflowService wfs, ObserverRegistry obs)(Code) | | Constructs a new object.
Parameters: wfs - the workflow service Parameters: obs - the observer registry. |
|
|