Serialized Form


Package org.jbpm.process.audit

Class org.jbpm.process.audit.JPAWorkingMemoryDbLogger extends org.drools.audit.WorkingMemoryLogger implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class org.jbpm.process.audit.NodeInstanceLog extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

type

int type

processInstanceId

long processInstanceId

processId

String processId

nodeInstanceId

String nodeInstanceId

nodeId

String nodeId

nodeName

String nodeName

date

Date date

Class org.jbpm.process.audit.ProcessInstanceLog extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

processInstanceId

long processInstanceId

processId

String processId

start

Date start

end

Date end

Class org.jbpm.process.audit.VariableInstanceLog extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

processInstanceId

long processInstanceId

processId

String processId

variableInstanceId

String variableInstanceId

variableId

String variableId

value

String value

date

Date date

Class org.jbpm.process.audit.WorkingMemoryDbLogger extends org.drools.audit.WorkingMemoryLogger implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException



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