@Entity public class ProcessStarted extends BPMActivityType implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX, RTGOV_PROPERTY_PREFIX
Constructor and Description |
---|
ProcessStarted()
The default constructor.
|
ProcessStarted(ProcessStarted ba)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getVersion()
This method gets the version.
|
void |
readExternal(ObjectInput in) |
void |
setVersion(String version)
This method sets the version.
|
void |
writeExternal(ObjectOutput out) |
getInstanceId, getProcessType, setInstanceId, setProcessType, toString, updateEndpointContext
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public ProcessStarted()
public ProcessStarted(ProcessStarted ba)
ba
- The bpm activity to copypublic void setVersion(String version)
version
- The versionpublic String getVersion()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class BPMActivityType
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class BPMActivityType
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.