@Entity public class ProcessCompleted extends BPMActivityType implements Externalizable
Modifier and Type | Class and Description |
---|---|
static class |
ProcessCompleted.Status
The status of the process upon completion.
|
HEADER_FORMAT_PROPERTY_PREFIX, RTGOV_PROPERTY_PREFIX
Constructor and Description |
---|
ProcessCompleted()
The default constructor.
|
ProcessCompleted(ProcessCompleted ba)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ProcessCompleted.Status |
getStatus()
This method gets the status.
|
void |
readExternal(ObjectInput in) |
void |
setStatus(ProcessCompleted.Status status)
This method sets the status.
|
void |
writeExternal(ObjectOutput out) |
getInstanceId, getProcessType, setInstanceId, setProcessType, toString, updateEndpointContext
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public ProcessCompleted()
public ProcessCompleted(ProcessCompleted ba)
ba
- The bpm activity to copypublic void setStatus(ProcessCompleted.Status status)
status
- The statuspublic ProcessCompleted.Status getStatus()
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.