@Entity public abstract class BPMActivityType extends ActivityType implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX, RTGOV_PROPERTY_PREFIX
Constructor and Description |
---|
BPMActivityType()
The default constructor.
|
BPMActivityType(BPMActivityType ba)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
This method gets the instance id.
|
String |
getProcessType()
This method gets the process type.
|
void |
readExternal(ObjectInput in) |
void |
setInstanceId(String instanceId)
This method sets the instance id.
|
void |
setProcessType(String processType)
This method sets the process type.
|
String |
toString() |
protected void |
updateEndpointContext()
This method updates the endpoint context value
when the process type and/or instance id are
changed.
|
void |
writeExternal(ObjectOutput out) |
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public BPMActivityType()
public BPMActivityType(BPMActivityType ba)
ba
- The bpm activity to copypublic void setProcessType(String processType)
processType
- The process typepublic String getProcessType()
public void setInstanceId(String instanceId)
instanceId
- The instance idpublic String getInstanceId()
protected void updateEndpointContext()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ActivityType
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ActivityType
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.