org.jbpm.pvm.processlog
Class ProcessLogXmlSerializer
Object
ProcessLogXmlSerializer
public class ProcessLogXmlSerializer
- extends Object
- Author:
- Tom Baeyens
| Methods inherited from class 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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.