org.ow2.orchestra.pvm.processlog
Class ProcessLogXmlSerializer
java.lang.Object
org.ow2.orchestra.pvm.processlog.ProcessLogXmlSerializer
public class ProcessLogXmlSerializer
- extends 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 SimpleDateFormat dateFormatter
properties
protected List<ProcessLogProperty> properties
ProcessLogXmlSerializer
public ProcessLogXmlSerializer()
appendLog
public void appendLog(Document document,
Element parent,
ProcessLog processLog)
appendProperties
protected void appendProperties(Document document,
Element parent,
List<ProcessLogProperty> properties)
getEventType
protected String getEventType(ProcessLog processLog)
getTime
protected String getTime(ProcessLog processLog)
getExecutionDbid
protected String getExecutionDbid(ProcessLog processLog)
getProcessInstanceDbid
protected String getProcessInstanceDbid(ProcessLog processLog)
getProcessInstanceKey
protected String getProcessInstanceKey(ProcessLog processLog)
Copyright © 2011 OW2 Consortium. All Rights Reserved.