KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.audit
Class AbstractJaxbHistoryObject<T extends org.jbpm.process.audit.event.AuditEvent>

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractJaxbHistoryObject()
           
AbstractJaxbHistoryObject(Class<? extends org.jbpm.process.audit.event.AuditEvent> realClass)
           
AbstractJaxbHistoryObject(T historyObject, Class<? extends org.jbpm.process.audit.event.AuditEvent> objectInterface)
           
 
Method Summary
protected  T createEntityInstance()
           
protected  void initialize(T historyObject)
           
 void readExternal(ObjectInput arg0)
           
 void writeExternal(ObjectOutput arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realClass

protected Class<? extends org.jbpm.process.audit.event.AuditEvent> realClass
Constructor Detail

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)
Method Detail

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

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.