org.jbpm.process.audit.xml
Class AbstractJaxbHistoryObject<T>
java.lang.Object
org.jbpm.process.audit.xml.AbstractJaxbHistoryObject<T>
- Direct Known Subclasses:
- JaxbNodeInstanceLog, JaxbProcessInstanceLog, JaxbVariableInstanceLog
public abstract class AbstractJaxbHistoryObject<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
realClass
protected Class<?> realClass
AbstractJaxbHistoryObject
public AbstractJaxbHistoryObject()
AbstractJaxbHistoryObject
public AbstractJaxbHistoryObject(Class<?> realClass)
AbstractJaxbHistoryObject
public AbstractJaxbHistoryObject(T taskObject,
Class objectInterface)
createEntityInstance
public T createEntityInstance()
throws Exception
- Throws:
Exception
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.