org.jbpm.pvm.log
Class ProcessLogXmlSerializer
java.lang.Object
org.jbpm.pvm.log.ProcessLogXmlSerializer
public class ProcessLogXmlSerializer
- extends java.lang.Object
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dateFormatter
public static final java.text.SimpleDateFormat dateFormatter
properties
protected java.util.List<ProcessLogProperty> properties
ProcessLogXmlSerializer
public ProcessLogXmlSerializer()
appendLog
public void appendLog(org.w3c.dom.Document document,
org.w3c.dom.Element parent,
ProcessLog processLog)
appendProperties
protected void appendProperties(org.w3c.dom.Document document,
org.w3c.dom.Element parent,
java.util.List<ProcessLogProperty> properties)
getEventType
protected java.lang.String getEventType(ProcessLog processLog)
getTime
protected java.lang.String getTime(ProcessLog processLog)
getExecutionDbid
protected java.lang.String getExecutionDbid(ProcessLog processLog)
getProcessInstanceDbid
protected java.lang.String getProcessInstanceDbid(ProcessLog processLog)
getProcessInstanceKey
protected java.lang.String getProcessInstanceKey(ProcessLog processLog)