org.kie.services.client.serialization.jaxb.impl.audit
Class AbstractJaxbHistoryObject<T extends org.jbpm.process.audit.event.AuditEvent>
java.lang.Object
org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject<T>
- Direct Known Subclasses:
- JaxbNodeInstanceLog, JaxbProcessInstanceLog, JaxbVariableInstanceLog
public abstract class AbstractJaxbHistoryObject<T extends org.jbpm.process.audit.event.AuditEvent>
- extends Object
|
Field Summary |
protected Class<? extends org.jbpm.process.audit.event.AuditEvent> |
realClass
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
realClass
protected Class<? extends org.jbpm.process.audit.event.AuditEvent> realClass
AbstractJaxbHistoryObject
public AbstractJaxbHistoryObject()
AbstractJaxbHistoryObject
public AbstractJaxbHistoryObject(Class<? extends org.jbpm.process.audit.event.AuditEvent> realClass)
AbstractJaxbHistoryObject
public AbstractJaxbHistoryObject(T historyObject,
Class<? extends org.jbpm.process.audit.event.AuditEvent> objectInterface)
initialize
protected void initialize(T historyObject)
createEntityInstance
protected T createEntityInstance()
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.