org.jbpm.process.audit.xml
Class JaxbVariableInstanceLog
java.lang.Object
org.jbpm.process.audit.xml.AbstractJaxbHistoryObject<VariableInstanceLog>
org.jbpm.process.audit.xml.JaxbVariableInstanceLog
public class JaxbVariableInstanceLog
- extends AbstractJaxbHistoryObject<VariableInstanceLog>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbVariableInstanceLog
public JaxbVariableInstanceLog()
JaxbVariableInstanceLog
public JaxbVariableInstanceLog(VariableInstanceLog origLog)
getId
public Long getId()
getProcessInstanceId
public Long getProcessInstanceId()
getProcessId
public String getProcessId()
getDate
public Date getDate()
getVariableInstanceId
public String getVariableInstanceId()
getVariableId
public String getVariableId()
getValue
public String getValue()
getOldValue
public String getOldValue()
getExternalId
public String getExternalId()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.